/** 这里添加所有其他的css */
@media (min-width: 0px) and (max-width: 750px) {
.video_mask {display:none;}
}

#banner_marai { position: fixed;width: 80%; left: 10%; right: initial; bottom: 50%; transform: translateY(50%); border-radius: 6px; z-index: 2014; background: #ffffff;}
#banner_marai > span { position: absolute; right: 5px; top: 0; cursor: pointer;}
#banner_marai > span .iconfont { font-size: 16px; color: #666;}

#banner_marai_t { position: fixed; bottom: 10px; right: 100px; width: 580px; border-radius: 6px; z-index: 2014; background: #ffffff;}
#banner_marai_t > span { position: absolute; right: 5px; top: 0; cursor: pointer;}
#banner_marai_t > span .iconfont { font-size: 16px; color: #666;}

#banner_marai_e { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 580px; line-height:0; border-radius: 6px; z-index: 2014; background: #ffffff;}
#banner_marai_e > span { position: absolute; right: 5px; top: 0; cursor: pointer; line-height: 26px;}
#banner_marai_e > span .iconfont { font-size: 16px; color: #666;}

@media (min-width: 0px) and (max-width: 580px){
#banner_marai { width: 80%; left: 10%; right: initial; bottom: 50%; transform: translateY(50%);}
#banner_marai_t {width: auto;left: 5px;right: 5px;bottom: 100px;}
#banner_marai_e {width: 90%;}
}

.acms-admin-form-checkbox,.acms-admin-form-radio {
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    line-height: 1.7
}

.acms-admin-ico-checkbox,.acms-admin-ico-radio {
    display: inline-block;
    width: 20px;
    *width: auto;
    _width: auto;
    height: 20px;
    *height: auto;
    _height: auto;
    margin: 0 5px 0 0;
    vertical-align: middle
}

.acms-admin-ico-checkbox {
    background: url(../images/marker/ico_input.png?v=2021122895854) no-repeat 0 0;
    *background-image: none;
    _background-image: none;
    background-size: 40px 80px
}

.acms-admin-form-checkbox input {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 100%;
    opacity: 0
}

.acms-admin-form-checkbox input:focus+.acms-admin-ico-checkbox,.acms-admin-form-checkbox input:focus+label .acms-admin-ico-checkbox {
    background: url(../images/marker/ico_input.png?v=2021122895854) no-repeat left -60px;
    background-size: 40px 80px
}

.acms-admin-form-checkbox input:checked+.acms-admin-ico-checkbox,.acms-admin-form-checkbox input:checked+label .acms-admin-ico-checkbox {
    background: url(../images/marker/ico_input.png?v=2021122895854) no-repeat left -20px;
    background-size: 40px 80px
}

.acms-admin-form-checkbox input:disabled+.acms-admin-ico-checkbox,.acms-admin-form-checkbox input:disabled+label .acms-admin-ico-checkbox {
    background: url(../images/marker/ico_input.png?v=2021122895854) no-repeat left -40px;
    background-size: 40px 80px;
    cursor: not-allowed
}

.acms-admin-form-checkbox input:disabled+label {
    opacity: .6
}

.acms-admin-form-checkbox input:disabled+label:hover {
    cursor: not-allowed
}

.acms-admin-form-checkbox label:hover {
    cursor: pointer
}
