html, body {
    width: 100%;
    min-width: 1400px;
    height: 100%;
    font-size: 14px;
}
#app>.app-wrapper>.main-container{
    width: 1200px;
    margin: 0 auto;
    min-height: 300px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#app .app-wrapper .main .main-wrapper .breadcrumb {
    padding: 25px 0 30px 0;
    font-size: 15px;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li {
    display: inline-block;
    color: #4b4b4b;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li i {
    color: #141414;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li a {
    color: #141414;
    transition: 0.35s;
}

#app .app-wrapper .main .main-wrapper .breadcrumb li a:hover {
    color: #BE1B2F;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
/*无障碍背景色*/
.cy_toolbar_bg_table {
    background-color: #BE1B2F;
}

.red-btn {
    background: #BE1B2F;
}

.red-btn:hover {
    color: #BE1B2F;
}

.red-btn:hover:before,
.red-btn:hover:after {
    background: #BE1B2F;
}


.pan-btn {
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: 600ms ease all;
    position: relative;
    display: inline-block;
}

.pan-btn:hover {
    background: #fff;
    cursor: pointer;
}

.pan-btn:hover:before,
.pan-btn:hover:after {
    width: 100%;
    transition: 600ms ease all;
}

.pan-btn:before,
.pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: 400ms ease all;
}

.pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.pan-btn.btn-100 {
    width: 100%;
}
/*验证码*/
.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99998;
}
.captcha-container{
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    background: #fff;
    border-radius: 4px;
    padding: 25px 20px;
    z-index: 99999;
    display: none;
}
.captcha-container .captcha-input-container{
    float: left;
    width: 210px;
    height: 76px;
}
.captcha-container .captcha-input-container input{
    box-sizing: border-box;
    width: 210px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #CCD3D9;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    padding: 0 15px;
}
.captcha-container .captcha-input-container p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: url(../images/index/integrated/errortip.png) left center no-repeat;
    padding-left: 16px;
    margin-top: 10px;
    color: #BE1B2F;
    width: 210px;
    box-sizing: border-box;
    display: none;
}
.mask{
    display: none;
}
.captcha-container .captcha-message{
    float: right;
    width: 130px;
    height: 76px;
}
.captcha-container .captcha-message img{
    width: 130px;
    height: 46px;
    display: block;
    vertical-align: top;
    cursor: pointer;
}
.captcha-container .captcha-message span{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9E9E9E;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.captcha-container .captcha-btns{
    display: flex ;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;

    width: 240px;
    margin: 35px auto 0;
    overflow: hidden;
}
.captcha-container .captcha-btns div {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.captcha-container .captcha-btns .cancel {
    border: 1px solid #E8E8E8;
    color: #333;
}
.captcha-container .captcha-btns .confirm {
    background: #BE1B2F;
    color: #fff;
}
.clr {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    clear: both;
}
/*部分浏览器无障碍下方有白条的问题*/
#toolbarHtml div.cy_toolbar_bg_table{
    height: 100px!important;
}

