
* {
    margin: 0;
    padding: 0;
}
.footer__widget>img {
    margin: 1px 10px 0 0;
    padding: 0;
    background-color: #fff0;
}
.header__actions .cn-icon {
    -webkit-transition: background-color .5s,border-color .5s;
    transition: background-color .5s,border-color .5s;
    background-color: var(--header-actions-icon-bg);
    border-color: var(--header-actions-icon-border-color);
}
.header__actions .cn-icon:hover {
    background-color: var(--header-actions-icon-hover-bg);
}
.icon-a:hover {
    background-color: #f1eaea;
    border-radius: 2px;
}
.cn-icon {
    padding: 0 !important;
    display: grid;
    place-items: center;
    position: relative;
    
}

.blur{
    -webkit-filter: blur(3px); /* Chrome, Opera */ 
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);   
}
.jiucuo {
    position: fixed;
    top:0px;
    left: 0px;
    width: 117px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: #d0cdcd 1px solid;
    border-right: none;
    display: none;
}
.jiucuo-r {
    position: fixed;
    right:0px;
    bottom: 10px;
    border: #d0cdcd 1px solid;
    /* width: 80px;
    height: 117px; */
}

.menu {
    display: flex;
    height: 100%;
    /* line-height: 35px; */
    /* padding: 0 20px; */
}
.jiucuo ul,.jiucuo-r ul {
    margin: 0;
    padding: 0;
}
.menu li, .menu-r li{
    list-style: none;
    height: 100%;
    border-right: #eae3e3 1px solid;
}
.menu-r li {
    /* width: 100%; */
    /* border: 1px solid #7e7777; */
    border-right: #d0cdcd 1px solid;
    border-bottom: #d0cdcd 1px solid;
    border-radius: 2px;
}
.btn {
    /* margin: 0;
    padding: 0; */
    /* width: 100%;
    height: 100%; */
    /* font-size: 12px; */
    color: #7e7777;
}
.menu button,.menu-r button{
    border: none;
    border-radius: 0;
    padding: 7px 15px;
}
.sub {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}
.mask {
    width: 100%;
    height: 100%;
    
    background: rgba(0, 0, 0, 0.25);
}
.sub-data {
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -250px;
    z-index: 999999;
    width: 500px;
    height: 500px;
    background-color: #fff;
    box-shadow: -1px 2px 44px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    /* -webkit-filter: blur(0px); /* Chrome, Opera */ 
    /* -moz-filter: blur(0px);
    -ms-filter: blur(0px); */ 
    /* filter: blur(0px);  */
}
.sub-form {
    width: 500px;
    margin: 60px auto;
    /* background-color: pink; */
    text-align: center;
}
.err-title {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
}
.err-content{
    width: 60%;
    padding: 5px;
    outline: none;
    margin: 15px 10px;
    
}
.sub-form p {
    position: relative;
    /* font-size: 14px; */

}
.sub-form p input {
    height: 40px;
}
.sub-form p img {
    position: absolute;
    top: 15px;
    right: 60px;
    width: 100px;
    height: 40px;
    /* line-height: 30px; */
    /* padding-top: 30px; */
}
.captcha {
    width: 45%;
}
.pcaptcha {
    width: 45%;
}
.verificat {
    text-align: left;
    margin-left: 60px;
}
.tijiao {
    width: 25%;
    height: 35px;
    margin: 25px;
}
.form-message {
    font-size: 12px;
    /* color: red; */
}
.text-theme-red {
    color: red;
}
.body-locked {
    height: 100vh;
    overflow: hidden;
}
.footer__widget{
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    align-items:center;
    background-color:#c72c48;
    border-radius:5px 5px 0 0;
    bottom:0;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.15);
    box-shadow:0 0 10px rgba(0,0,0,.15);
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-weight:500;
    justify-content:center;
    overflow:hidden;
    padding:10px 18px;
    position:fixed;
    right: 60px;
    bottom: 10px;
    -webkit-transition:background-color .3s,width .2s,height .2s,border-radius .2s,right .2s,bottom .2s,color .2s;
    transition:background-color .3s,width .2s,height .2s,border-radius .2s,right .2s,bottom .2s,color .2s;
    white-space:nowrap;
    z-index:4
}
.footer__widget:hover {
    color: #fff;
}