
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
}
/**  图片自适应 start **/
.container-images{
    width: 100%;
    height: 100%;
    /*position: relative;*/
    /*display: inline-block;*/
    overflow: hidden;
}
.container-images img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/**  图片自适应 end **/
/** 自定义弹框 start**/
.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    z-index: 100;
    background-color: rgba(10, 12, 14, 0.9);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}
.modalShow{
    top: 0;
}
/** 视频播放 **/
.modalVideoBox{
    width: 80%;
    margin: auto 10%;
    /*height: 400px;*/
    background-color: rgba(30, 36, 48, 1);
    border: #282E3A 0.01rem solid;
    box-shadow:  0 0.04rem 0.04rem 0 rgba(40, 46, 58, 0.5);
    border-radius: 0.04rem 0.04rem;
    overflow: hidden;
    /*padding: 0 0 0.2rem 0;*/
    display: none;
}
.modalVideoBoxShow{
    display: block;
}
.modalVideoBox-back{
    /*width: 94%;*/
    /*margin: 0 3%;*/
    /*padding: 0.2rem 0;*/
    position: absolute;
    top: 4%;
    right: 2%;
    z-index: 2;
}
.modalVideoBox-back img{
    width: 0.2rem;
    margin: 0;
    display: block;
}
.modalVideoBox-video{
    width: 100%;
    margin: 0 0;
    border-radius: 0.04rem 0.04rem;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    /*overflow: hidden;*/
}
/*.modalVideoBox-video video{*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    display: block;*/
/*    margin: 0;*/
/*    border-radius: 0.04rem 0.04rem;*/
/*}*/
/** 密码输入 **/
.modalBox2{
    width: 3rem;
    min-height: 2.12rem;
    margin: auto auto;
    background: url("../../images/tankuang/bei2.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 0.1rem 0;
    display: none;
}
.modalBox2Show{
    display: block;
}
.modalBox2-content{
    width: 100%;
    margin: 0.9rem 0 0 0;
}
.modalBox2-content-title{
    width: 90%;
    margin: 0 5%;
    font-size: 0.16rem;
    color: #1a1a1a;
    font-weight: 600;
}
.modalBox2-content-input{
    width: 90%;
    margin: 0.08rem 5% 0 5%;
}
.modalBox2-content-input input{
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    border: #f1f1f1 solid 0.01rem;
    border-radius: 0.04rem 0.04rem;
    margin: 0;
    display: block;
    font-size: 0.14rem;
}
.modalBox2-content-input-cuowu{
    width: 100%;
    margin: 0.05rem 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
}
.modalBox2-content-input-cuowu img{
    width: 0.2rem;
    height: auto;
    margin: auto 0.05rem auto 0;
}
.modalBox2-content-input-cuowu p{
    margin: auto 0;
    font-size: 0.12rem;
    color: #9c0948;
}
.modalBox2-bottom{
    width: 98%;
    margin: 0 1% 0 1%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    /*border-top: #f1f1f1 dashed 1px;*/
    /*height: 60px;*/
    position: absolute;
    bottom: 0.15rem;
    /*background-color: #4cae4c;*/
    /*padding: 10px 0 0 0;*/
}
.modalBox2-bottom1{
    width: 1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.18rem 0.18rem;
    background: #fff;
    border: 0.01rem solid #c2c2c2;
    color: #aeaeae;
    font-size: 0.14rem;
    cursor: pointer;
    margin: auto auto;
}
.modalBox2-bottom2{
    width: 1rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 0.18rem 0.18rem;
    background: #9c0948;
    color: white;
    font-size: 0.14rem;
    cursor: pointer;
    margin: auto auto;
}
.modalBox2-content-close{
    width: 0.2rem;
    position: absolute;
    right: 4%;
    top: 23%;
    cursor: pointer;
}




.el-loading-mask{
    z-index: 2000 !important;
}
.modalBoxs{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2002;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
}
.modalBox1{
    width: 300px;
    height: 394px;
    margin: auto auto;
    background: url("../images/tankuang/bei1.png") no-repeat;
    background-size: 100% 100%;
    /*border: white 1px solid;*/
    position: relative;
}
.modalBox1-content{
    width: 100%;
    margin: 180px 0 0 0;
    text-align: center;
    position: relative;
}
.modalBox1-content img{
    width: 180px;
    height: 180px;
    border-radius: 4px 4px;
}
.modalBox1-content-zhengque{
    width: 180px;
    height: 180px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 2004;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 4px 4px;
}
.modalBox1-content-zhengque img{
    width: 30px;
    height: auto;
    margin: auto auto;
}
.modalBox1-content p{
    color: #333333;
    font-size: 14px;
}
.modalBox1-content-close{
    width: 25px;
    position: absolute;
    right: 4%;
    top: 20%;
    cursor: pointer;
}

.modalBox3{
    width: 500px;
    height: 433px;
    margin: auto auto;
    background: url("../images/tankuang/bei3.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}
.modalBox3-content{
    width: 100%;
    margin: 180px 0 0 0;
}
.modalBox3-content-title{
    width: 90%;
    margin: 0 5% 10px 5%;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}
.modalBox3-content-input{
    width: 90%;
    margin: 10px 5% 0 5%;
}
.modalBox3-content-input input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: #f1f1f1 solid 1px;
    border-radius: 4px 4px;
}
.modalBox3-content-input-error{
    border: #9c0948 solid 1px !important;
}
.modalBox3-content-input-cuowu{
    width: 90%;
    margin: 5px 5% 0 5%;
    min-height: 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    /*border: 1px saddlebrown solid;*/
}
.modalBox3-content-input-cuowu img{
    width: 15px;
    height: auto;
    margin: auto 5px auto 0;
}
.modalBox3-content-input-cuowu p{
    margin: auto 0;
    font-size: 12px;
    color: #9c0948;
}
.modalBox3-bottom{
    width: 98%;
    margin: 0 1% 0 1%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    /*border-top: #f1f1f1 dashed 1px;*/
    height: 60px;
    /*padding: 10px 0;*/
    /*position: absolute;*/
    /*bottom: 0;*/
}
.modalBox3-bottom1{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px 20px;
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #aeaeae;
    font-size: 14px;
    cursor: pointer;
}
.modalBox3-bottom2{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px 20px;
    background: #9c0948;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.modalBox3-content-close{
    width: 25px;
    position: absolute;
    right: 3%;
    top: 26%;
    cursor: pointer;
}
.modalBox4{
    width: 300px;
    height: 394px;
    margin: auto auto;
    background: url("../images/tankuang/bei1.png") no-repeat;
    background-size: 100% 100%;
    /*border: white 1px solid;*/
    position: relative;
}
.modalBox4-content{
    width: 100%;
    margin: 230px 0 0 0;
}
.modalBox4-content-title{
    width: 90%;
    margin: 0 5%;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}
.modalBox4-content-title2{
    width: 90%;
    margin: 0 5%;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}
.modalBox4-bottom{
    width: 98%;
    margin: 20px 1% 0 1%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: #f1f1f1 dashed 1px;
    height: 80px;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
}
.modalBox4-bottom1{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px 20px;
    background: #fff;
    border: 1px solid #c2c2c2;
    color: #aeaeae;
    font-size: 14px;
    cursor: pointer;
}
.modalBox4-bottom2{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px 20px;
    background: #9c0948;
    color: white;
    font-size: 14px;
    cursor: pointer;
}
.modalBox4-content-close{
    width: 25px;
    position: absolute;
    right: 4%;
    top: 20%;
    cursor: pointer;
}
/** 自定义弹框 **/
