.popVideo {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}
.popVideo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 66%;
    height: 100%;
    margin: 0 auto;
}
.popVideo-core {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.popVideo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    z-index: 3;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
    opacity: .7;
    transition: all .6s ease;
}


.popVideo-core video {
    width: 100%;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 911001;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display:none;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
    display:block;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 911002;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}   
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;    
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}


 #my_question_Modal .modal-header {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
} 
#my_question_Modal .modal-content{background:#f3f3f3;}
 #my_question_Modal .h4, #my_question_Modal h4 {
    font-size: 18px;
}
 #my_question_Modal .modal-title {
    margin: 0;
}
#my_question_Modal .close {
    cursor:pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border:0px;
}
#my_question_Modal .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height:auto;
}
#my_question_Modal .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#my_question_Modal .btn-default:hover {
    color: #fff !important;
}
#my_question_Modal .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_question_Modal .btn.focus, #my_question_Modal .btn:focus, #my_question_Modal .btn:hover {
    color: #333;
    text-decoration: none;
}


#my_question_Modal .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
#my_question_Modal .btn-primary:visited,#my_question_Modal .btn-primary:active,#my_question_Modal .btn-primary:focus{
    color:#fff;
}
#my_question_Modal .entlxly {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}
#my_question_Modal  .entlxly{width: 100%;overflow: hidden;background: #f3f3f3;}
#my_question_Modal  .entlxly .sonTitle .desc{margin-left: 0;}
#my_question_Modal  .entlxly-form{width: 100%;margin-top: 36px;}
#my_question_Modal  .entlxly-form .list{width: 100%;margin-top: 20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
#my_question_Modal  .entlxly-form .list:first-child{margin-top: 0;}
#my_question_Modal  .entlxly-form input,#my_question_Modal   .entlxly-form textarea{background: #fff;display: block;font-size: 14px;color: #777;padding-left: 20px;padding-right: 20px;border: none;}
#my_question_Modal  .entlxly-form input{height: 50px;width: 31.4%;}
#my_question_Modal  .entlxly-form textarea{height: 162px;padding-top: 16px;padding-bottom: 16px;width: 100%;}
#my_question_Modal  .entlxly-form button{width: 168px;height: 50px;font-size: 16px;font-weight: 700;color: #fff;transition: all .4s ease;cursor: pointer;background: #c7000b;}
#my_question_Modal  .entlxly-form button:hover{box-shadow: 0 8px 18px rgba(196,18,24,.6)}
#my_question_Modal  .entlxly-form .code{width: 436px;position: relative;padding-right: 180px;}
#my_question_Modal  .entlxly-form .code input{width: 100%;}
#my_question_Modal  .entlxly-form .code span{position: absolute;right: 0;height: 50px;width: 170px;display: flex;user-select: none;cursor: pointer;align-items: center;justify-content: center;top: 0;background: #f3fbfe;}
#my_question_Modal  .entlxly-form .code span img,#my_question_Modal   .entlxly-form .code canvas{max-width: 100%;max-height: 100%;}
#my_question_Modal  .entlxhz{width: 100%;position: relative;}
#my_question_Modal  .entlxhz-list{width: 100%;margin-top: 42px;}
#my_question_Modal  .entlxhz-list ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: -36px;}
#my_question_Modal  .entlxhz-list li{width: calc(50% - 20px);position: relative;margin-top: 36px;}
#my_question_Modal  .entlxhz-name{font-size: 20px;color: #333;font-weight: 700;height: 42px;border-bottom: 2px solid #f5f5f5;position: relative;}
#my_question_Modal  .entlxhz-name::after{content: "";position: absolute;width: 36px;height: 2px;background: #c7000b;left: 0;bottom: -2px;}
#my_question_Modal  .entlxhz-text{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 16px;}
#my_question_Modal  .entlxhz-li{padding-right: 32px;}
#my_question_Modal  .entlxhz-li:nth-child(2n+1){width: 53%;}
#my_question_Modal  .entlxhz-li:nth-child(2n){width: 47%;}
#my_question_Modal  .entlxhz-li p{font-size: 15px;color: #777;line-height: 24px;word-break: break-all;}
#my_question_Modal  .entlxhz-li p span{font-weight: 700;}
@media (min-width: 800px) {
    #my_question_Modal .modal-dialog {
        max-width: 760px;
        margin: 20px auto;
        position:relative;
        top:50%;
        transform: translate(0%, -50%);
    }    
}   
.error_inputs{border: 1px solid #f00 !important;}
.error_inputs::-webkit-input-placeholder{

  color:#f00;

}
#form_some_words{color:#f00;}