.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%;
    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%;
	max-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-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: -5px;
    height: 30px;
    width: 60px;
    /* background: url(https://3vj-vda.3vjia.com/meijia_oss_pro/static/common/checkcode/check_btn.png) no-repeat left center;
    background-size: 72px 45px; */
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #FF4548;
    border-radius: 15px;
    cursor: pointer;

}
.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;
}
.mj-tit div{
    flex: 1;
    white-space: nowrap;
    height: 39px;
}
.mj-tit .btns{
    text-align: right;
    height: 35px;
    padding-top: 4px;
}
.mj-tit .mj-captcha-refresh-btn {
    display: inline-block;
    margin-right: 10px;
    width: 26px;
}
.mj-tit .mj-img-icon {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.mj-captcha-hide-btn{
    display: inline-block;
    width: 26px;
}