/* 头部 */
.commonTitle {
    width: 100%;
    box-shadow: 0px 5px 13px 0px rgba(165, 165, 165, 0.11);
    position: relative;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 11;
}
.commonTitle .commonTitle-c {
    height: 84px;
    width: 1167px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commonTitle .commonTitle-c ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.commonTitle .commonTitle-c ul .logo {
    width: 261px;
    height: 57px;
    /* background-color: #666e79; */
    cursor: pointer;
}
.commonTitle .commonTitle-c ul .logo img {
    width: 100%;
    height: 100%;
}
.commonTitle .commonTitle-c .tap {
    line-height: 84px;
    margin-left: 55px;
    cursor: pointer;
    position: relative;
}
.commonTitle .commonTitle-c .tap .commred {
    position: absolute;
    top: 29px;
    right: -12px;
    width: 12px;
    height: 12px;
    background-color: #b4222d;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.commonTitle .commonTitle-c li a {
    display: block;
    color: #666666;
    font-size: 16px;
}
.commonTitle .commonTitle-c li a:hover {
    color: #b4222d;
}
.commactive a {
    color: #b4222d !important;
}
.commonTitleC-r {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.commonTitleC-r .openOutlogin {
    position: relative;
}
.commonTitleC-r .openOutlogin .iconfont {
    margin-left: 12px;
}
.commonTitleC-r .openOutlogin .outloginCss {
    width: 100px;
    position: absolute;
    top: 30px;
    left: -30px;
    z-index: 9;
    display: none;
    background-color: #fff;
    box-shadow: 0px 5px 13px 2px rgba(165, 165, 165, 0.25);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.commonTitleC-r .openOutlogin .outloginCss p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.commonTitleC-r p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    max-width: 200px;
}
.commonTitleC-r img {
    width: 12px;
    height: 12px;
    background-color: #666e79;
    margin-left: 12px;
}
.commdenlu span {
    /* width: 94px;
height: 38px; */
    background: #b4222d;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 15px;
    color: #fff;
}
/* 当前位置 */
.commCurr {
    width: 100%;
    background: #f7f9fc;
}
.commCurr .commCurr-c {
    width: 1167px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    font-size: 11px;
}
.commCurr .commCurr-c i {
    font-size: 10px;
    color: #666;
}
.commCurr .commCurr-c .iconleft {
    margin-left: 6px;
}
.commCurr .commCurr-c img {
    width: 10px;
    height: 10px;
    background-color: #b4222d;
}
.commCurr .commCurr-c span {
    margin-left: 6px;
    color: #666666;
}

/* 弹框 */
.commonMaskBg {
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0);
}
.commonMask {
    width: 514px;
    /*height: 320px;
    */
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 7px;
}
.commonMask .commonMask-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 23px 23px 31px;
}
.commonMask .commonMask-t h4 {
    font-size: 26px;
}
.commonMask .commonMask-t span {
    width: 24px;
    font-size: 34px;
    color: #666e79;
    cursor: pointer;
}
.commonMask .commonMask-c {
    width: 100%;
    box-sizing: border-box;
    padding: 0 39px;
    font-size: 19px;
    color: #333333;
    line-height: 35px;
    min-height: 71px;
    margin-bottom: 37px;
}
.commonMask .commonMask-bnt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.commonMask .commonMask-bnt span {
    width: 151px;
    height: 45px;
    border-radius: 6px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.commonMask .commonMask-bnt .comm-bntl {
    background-color: #b4222d;
}
.commonMask .commonMask-bnt .comm-bntr {
    background-color: #fff;
    border: 1px solid #b4222d;
    color: #b4222d;
    margin-left: 50px;
}
.commlodingText {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.zanwudata {
    text-align: center;
    font-size: 14px;
    margin-top: 200px;
}
/* // 自定义单选 */
/*隐藏input*/
label.bui-radios-label input[type='radio'] {
    width: 100px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-appearance: none;
}
/*自定义radio*/
label.bui-radios-label .bui-radios {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 50%;
    vertical-align: -0.267vw;
}
/*单选框选中后，自定义radio的样式*/
label.bui-radios-label input[type='radio']:checked + .bui-radios:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #b4222d;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
label.bui-radios-label input[type='radio']:checked + .bui-radios {
    background-color: #fff;
    border: 1px solid #b4222d;
}
label.bui-radios-label input[type='radio']:disabled:checked + .bui-radios:after {
    background-color: #c1c1c1;
}
/*自定义radio的过渡效果*/
label.bui-radios-label.bui-radios-anim .bui-radios {
    -webkit-transition: background-color ease-out 0.5s;
    transition: background-color ease-out 0.5s;
}
/* 修改密码 */
.commmodify {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
.commmodify p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    color: #000;
}
.commmodify input {
    width: 355px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    padding: 0 15px;
    outline-style: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
}
.commmodify .tip {
    color: #999;
    font-size: 12px;
    margin-left: 81px;
}
.outlineEven {
    width: 200px !important;
}
/* 未登录 */
.commNoSignin {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-size: 18px;
    margin: 100px auto;

}
.commNoSignin>div {
    width: 94px;
    line-height: 38px;
    background: #b4222d;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 37px;
    cursor: pointer;
}
