/*.bt {
    position: relative;
    width: 100%;
    height: 20px;
    opacity: 0.4;
    z-index: 0;
}*/
#tmpVideo0{
width:80% !important;
}
.bt {
   background: #2f318b;
    position: absolute;
    width: 10%;
    height: 32px;
    border-radius: 6px;
    /* opacity: 0.4; */
    top: 0px;
    left: 90%;
    z-index: 10;
}
.m2bt {
    position: fixed;
    top: 0px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 16px;
    max-width:42px;
}

.h2bt {
    position: fixed;
    top: 3px;
    z-index: 0;
    display: none;
    width: 98%;
    height: 20px;
    max-width:42px;
}
.m2bt i{
display: inline-block;
    width: 98%;
    height: 4px;
    background:#e62129;
    margin: 3px 0;
    border-radius: 15px;
}
.h2bt i{
display: inline-block;
    width: 100%;
    height: 2px;
    background:red;
    margin: 3px 0;
}
.mbt {
    position: fixed;
    top: 110px;
    z-index: 0;
    display: block;
    width: 100%;
    height: 16px;
}

.hbt {
    position: fixed;
    top: 110px;
    z-index: 0;
    display: none;
    width: 100%;
    height: 20px;
}

.mbt i {
    display: block;
    height: 1px;
    border-top: 5px solid #0a3190;
    border-left: 25px solid white;
    border-right: 25px solid white;
    border-bottom: 0px solid white;
    /* box-shadow: 0 1px 20px #0a3190; */
    border-radius: 5px;
}

.hbt i {
    display: block;
    height: 1px;
    border-top: 0 solid white;
    border-left: 25px solid white;
    border-right: 25px solid white;
    border-bottom: 5px solid #0a3190;
    box-shadow: 0 1px 20px #0a3190;
}

.wapmenubox {
    position: fixed;
    top: 128px;
    z-index: 2;
    display: none;
    transition: all 1s;
}

.demoboxsa a {
    display: block;
    border-radius: 10px;
    background-color: snow;
}

.demoboxsa a span {
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgb(10 49 144 / 70%);
    border-radius: 10px;
    color: white;
}

.simg {
    display: block;
    width: 160px;
    height: 120px;
    overflow: hidden;
}

.pre_next {
    width: 50%;
    margin: 10px auto;
}

.pre_next a {
    text-decoration: none;
    color: #0a3190;
}

.pre_next .-pre,
.pre_next .-next {
    width: 200px;
    margin: 10px 0;
    text-align: center;
}

.wapnytit i {
    color: red;
    font-weight: 600;
}

.searchd {
    width: 100%;
    height: 2rem;
    background-color: rgb(10 49 144 / 20%);
}

.searchd form {
    width: 100%;
    height: 100%;
}

.searchd form input {
    width: 60%;
    height: 80%;
    margin-left: 3rem;
    padding: 0.1rem;
    background-color: transparent;
    border: 0px solid;
    box-shadow: 0px -1rem 1rem rgb(10 49 144 / 50%);
    border: 0.1rem solid rgb(10 49 144 / 20%);
}

.searchd form input::placeholder {
    position: relative;
    font-weight: bold;
    opacity: 0.5;
    color: rgb(10 49 144 / 100%);
    left: 2rem;
}

.searchd form button {
    background-color: transparent;
    border: 0px solid;
    box-shadow: 1px -1rem 1rem rgb(10 49 144 / 50%);
    border: 0.1rem solid rgb(10 49 144 / 20%);
    height: 100%;
    width: 3rem;
    color: rgb(10 49 144 / 70%);
    font-weight: 600;
}