@media (max-width: 750px) {
  .xxsy_imgcode_fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .xxsy_imgcode_fixed .error {
    border-color: red!important;
    -webkit-box-shadow: 3px 3px 5px #f9aeae!important;
            box-shadow: 3px 3px 5px #f9aeae!important;
  }
  .xxsy_imgcode_fixed .code_fixed_content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder {
    width: 7rem;
    margin: 0px auto;
    background-color: #FFF;
    padding: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage {
    position: relative;
    width: 100%;
    min-height: 1rem;
    clear: both;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .bgimg {
    display: block;
    width: 100%;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reflectimg {
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reashImgcode {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    font-size: 0.4rem;
    cursor: pointer;
    color: #FFF;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reashImgcode:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .loading_svg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .loading_svg img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin: 0px auto;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder .right_bg_box {
    width: 0px;
    height: 100%;
    display: block;
    background-color: #1991FA;
    padding-right: 0.2rem;
    position: relative;
    z-index: 1;
    opacity: 0.2;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder .drag_text {
    position: absolute;
    z-index: 0;
    line-height: 0.8rem;
    font-size: 0.4rem;
    text-align: center;
    display: block;
    width: 100%;
    color: #999;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder #imgcode_draggable {
    position: absolute!important;
    width: 0.8rem;
    height: 0.76rem;
    overflow: hidden;
    border: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    top: 0;
    left: 0;
    cursor: pointer;
    line-height: 0.76rem;
    font-size: 0.4rem;
    color: #999;
    background-color: #FFF;
    text-align: center;
    z-index: 2;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder #imgcode_draggable:hover {
    color: #FFF;
    background-color: #1991FA;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra .right_bg_box {
    background-color: #ffd0d0;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra #imgcode_draggable {
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    color: #FFF;
    background-color: #ff0000;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra #imgcode_draggable:hover {
    color: #FFF;
    background-color: none;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra .right_bg_box {
    background-color: #a7eba9;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra #imgcode_draggable {
    border-left: 1px solid #19d71f;
    border-right: 1px solid #19d71f;
    color: #FFF;
    background-color: #19d71f;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra #imgcode_draggable:hover {
    color: #FFF;
    background-color: none;
  }
  .xxsy_imgcode_fixed .message_code {
    width: 7rem;
    margin: 0px auto;
    background-color: #FFF;
    padding: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .message_code .message_title {
    width: 100%;
    height: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
    border-left: 0.08rem solid #88c0c0;
    padding-left: 0.1rem;
    line-height: .4rem;
  }
  .xxsy_imgcode_fixed .message_code .message_from {
    width: 100%;
    padding: 0 0.4rem;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row input {
    min-width: 60%;
    width: 60%;
    height: 0.7rem;
    border: 1px solid #e2e2e2;
    padding: 0 0.2rem;
    border-radius: .06rem;
    font-size: .28rem;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row button {
    max-width: 50%;
    white-space: nowrap;
    padding: 0 .2rem;
    background-color: #88c0c0;
    color: #FFF;
    border: none;
    height: .7rem;
    font-size: .28rem;
    border-radius: .06rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row button.get_message_code_202304 {
    margin-left: .2rem;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode input {
    max-width: 70%;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode .messageimgCode {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: .2rem;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode .messageimgCode img {
    height: 0.7rem;
  }
  .xxsy_imgcode_fixed .captcha_code {
    width: 7rem;
    margin: 0px auto;
    background-color: #FFF;
    padding: 0.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_title {
    width: 100%;
    height: .36rem;
    margin-bottom: .4rem;
    font-size: .32rem;
    border-left: .08rem solid #88c0c0;
    padding-left: .1rem;
    line-height: .36rem;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from {
    width: 100%;
    padding: 0 .4rem;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox {
    width: 100%;
    position: relative;
    border: 1px solid #e2e2e2;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox img {
    width: 100%;
    display: block;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox .reash_captcha {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: .4rem;
    padding: .1rem;
    cursor: pointer;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row input {
    min-width: 60%;
    width: 100%;
    height: .7rem;
    border: 1px solid #e2e2e2;
    padding: 0 .2rem;
    border-radius: .06rem;
    font-size: .28rem;
    text-align: center;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row button {
    min-width: 25%;
    white-space: nowrap;
    padding: 0 .2rem;
    background-color: #88c0c0;
    color: #FFF;
    border: none;
    height: .7rem;
    font-size: .28rem;
    border-radius: .06rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: .2rem;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 750px) {
  .xxsy_imgcode_fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .xxsy_imgcode_fixed .error {
    border-color: red!important;
    -webkit-box-shadow: 3px 3px 5px #f9aeae!important;
            box-shadow: 3px 3px 5px #f9aeae!important;
  }
  .xxsy_imgcode_fixed .code_fixed_content {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder {
    width: 400px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage {
    position: relative;
    width: 100%;
    min-height: 150px;
    clear: both;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .bgimg {
    display: block;
    width: 100%;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reflectimg {
    height: 100%;
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reashImgcode {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    color: #FFF;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .reashImgcode:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .loading_svg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .reflectStage .loading_svg img {
    width: 40px;
    height: 40px;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0px auto;
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder .right_bg_box {
    width: 0px;
    height: 100%;
    display: block;
    background-color: #1991FA;
    padding-right: 20px;
    opacity: 0.3;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder .drag_text {
    position: absolute;
    z-index: 0;
    line-height: 38px;
    text-align: center;
    display: block;
    width: 100%;
    color: #999;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder #imgcode_draggable {
    position: absolute!important;
    width: 40px;
    height: 38px;
    overflow: hidden;
    border: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    top: 0;
    left: 0;
    cursor: pointer;
    line-height: 38px;
    font-size: 24px;
    color: #999;
    background-color: #FFF;
    text-align: center;
    z-index: 2;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder #imgcode_draggable:hover {
    color: #FFF;
    background-color: #1991FA;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra .right_bg_box {
    background-color: #ff0000;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra #imgcode_draggable {
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    color: #FFF;
    background-color: #ff0000;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.noDra #imgcode_draggable:hover {
    color: #FFF;
    background-color: #ff0000;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra .right_bg_box {
    background-color: #19d71f;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra #imgcode_draggable {
    border-left: 1px solid #19d71f;
    border-right: 1px solid #19d71f;
    color: #FFF;
    background-color: #19d71f;
  }
  .xxsy_imgcode_fixed .imgDragAuthHolder .dragBarHolder.yesDra #imgcode_draggable:hover {
    color: #FFF;
    background-color: #19d71f;
  }
  .xxsy_imgcode_fixed .message_code {
    width: 400px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .message_code .message_title {
    width: 100%;
    height: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    border-left: 4px solid #88c0c0;
    padding-left: 5px;
    line-height: 18px;
  }
  .xxsy_imgcode_fixed .message_code .message_from {
    width: 100%;
    padding: 0 20px;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row input {
    min-width: 60%;
    width: 100%;
    height: 35px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row button {
    max-width: 50%;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #88c0c0;
    color: #FFF;
    border: none;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row button.get_message_code_202304 {
    margin-left: 10px;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode input {
    max-width: 70%;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode .messageimgCode {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
  .xxsy_imgcode_fixed .message_code .message_from .from_row.imgcode .messageimgCode img {
    height: 35px;
  }
  .xxsy_imgcode_fixed .captcha_code {
    width: 400px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_title {
    width: 100%;
    height: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    border-left: 4px solid #88c0c0;
    padding-left: 5px;
    line-height: 18px;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from {
    width: 100%;
    padding: 0 20px;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox {
    width: 100%;
    position: relative;
    border: 1px solid #e2e2e2;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox img {
    width: 100%;
    display: block;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row .from_imgbox .reash_captcha {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row input {
    min-width: 60%;
    width: 100%;
    height: 35px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
  }
  .xxsy_imgcode_fixed .captcha_code .captcha_from .from_row button {
    min-width: 25%;
    white-space: nowrap;
    padding: 0 10px;
    background-color: #88c0c0;
    color: #FFF;
    border: none;
    height: 35px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
}
