.mj-captcha-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    user-select: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}
.mj-check-box {
    background-color: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 343px;
    position: relative;
    z-index: 1;
}
.mj-check-box.mj-anim-begin {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity,transfrom 0.2s,0.2s;
}
.mj-check-box.mj-anim {
    opacity: 1;
    transform: scale(1);
}
.mj-mask-box {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mj-mask-box.mj-anim-begin {
    opacity: 0;
    transition: opacity 0.2s;
}
.mj-mask-box.mj-anim {
    opacity: 1;
}
.mj-check-box img {
    user-select: none;
    -webkit-user-drag: none;
}
.mj-inner-box {
    position: relative;
    margin: 0 auto;
}
.mj-inner-box .mj-mask-ok {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: green;
}

.mj-inner-box .mj-mask-ok.mj-status {
    display: none;
}
.mj-pic-box {
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.mj-mask-pic{
    display: block;
    width: 100%;
    height: 100%;
}
.mj-slide-block {
    position: absolute;
    left: 0;
    top: 50px;
    width: 18.87%;
    height: 30%;
}
.mj-slide-block img {
    width: 113.333%;
    height: 333.333%;
}
.mj-btn-bar {
    display: flex;
    align-items: center;
    height:30px;
    line-height:30px;
}
.mj-btn-bar .mj-tips {
    flex: 1;
    color: #EE1F1D;
    font-size: 14px;
    text-align:left;
    
}
.mj-check-box-en .mj-btn-bar .mj-tips{
	line-height: 1.7;
	font-size: 12px;
}
.mj-btn-bar .mj-captcha-refresh-btn {
    margin-right: 10px;
}
.mj-btn-bar .mj-img-icon {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.mj-slide-bar {
    position: relative;
    margin: 22px 0;
    
}
.mj-slide {
    border-radius: 10px;
    background-color: #dddddd;
    height: 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.mj-slide-box {
    position: absolute;
    left: 0;
    top: -13px;
    height: 45px;
}
.mj-slide-box .mj-image {
    user-select: none;
    display: block;
    /* width: 100%; */
    height: 45px;
    cursor: pointer;
}
.mj-tit {
    color: #333;
    display: flex;
    font-size: 22px;
    justify-content: space-between;
    margin-bottom: 15px;
}
.mj-check-box-en .mj-tit{
	font-size: 16px;
}