* {
    margin: 0;
    padding: 0
}
*, :after, :before {
    box-sizing: border-box;
}
em,
i {
    font-style: normal
}
ul,li {
    list-style: none
}
li{
    list-style-type: none;
    vertical-align: top;
}
img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
a {
  color: #878787;
  text-decoration: none;
}
a:hover {
    color: #ff9100
}
button,input {
    background: 0 0;
    border: none;
    border-radius: 0;
}
button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666
}
body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, hr, input, li, ol, option, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    display: unset;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after, .w:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    visibility: hidden;
    height: 0;
}
.fl {
    float: left;
    display: block;
}
.fr {
    float: right;
    display: block;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* header */
.admin-header {
    height: 42px;
    background: #111b31;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.header {
    max-width: 1200px;
    min-width: 700px;
    margin: auto;
    padding: 0 10px;
}
.header {
    line-height: 42px;
}
.count-link, .link {
    color: #fff;
    text-decoration: none;
}
.link {
    margin-right: 0;
}
.link h1 {
    font-size: 14px;
}
.login-btn {
    margin-right: 18px;
}
.register {
    display: inline-block;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    background: linear-gradient(90.72deg, #007aff 47.47%, #1dbfda 97.98%);
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
}

.search-nav-wrap {
    width: 100%;
    background-color: #fff;
    height: 127px;
    position: relative;
}
.search-nav-wrap.has-nav {
    height: 167px;
}
.w-1200 {
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}

.search-nav-wrap .home-logo {
    float: left;
    width: 135px;
    height: 55px;
    margin-top: 25px;
    background-image: url(../images/home-logo.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-nav-wrap .search-box {
    width: 766px;
    position: relative;
    margin-top: 30px;
    margin-left: 65px;
    margin-right: 65px;
}
.search-nav-wrap .search-box .search {
    height: 68px;
    position: relative;
}
.search-nav-wrap .search-box .search .input {
    width: 698px;
    height: 40px;
    line-height: 40px;
    outline: none;
    left: 0;
    position: absolute;
    border: 2px solid #0fc0ff;
    border-right: none;
    box-sizing: border-box;
    text-indent: 1em;
}
.search-nav-wrap .search-box .search .btn {
    width: 68px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    background: #0fc0ff;
    font-size: 14px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}
.search-nav-wrap .border-btn {
    float: right;
    margin-top: 35px;
    height: 40px;
    width: 145px;
    line-height: 40px;
    padding: 0 18px 0 13px;
    display: block;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.search-nav-wrap .search-box .search .btn:hover {
    background-color: #0fc0ff;
}
.search-nav-wrap .structure {
    background: linear-gradient(269.58deg, #0fc0ff -74.39%, #7cded8 -30.2%, #1dbfda 22%, #007aff 79.89%, #0559ad 129.9%);
}
.search-nav-wrap .structure:hover{
    background: #0fc0ff;
}
.search-nav-wrap .nav-wrap {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}
.search-nav-wrap .nav {
    display: inline-block;
    margin-left: 260px;
}
.search-nav-wrap .nav-wrap .all {
    width: 223px;
    background: linear-gradient(90.23deg, #007aff2e 6.17%, #007aff14 38.08%, #0fc0ff17 72.23%, #fff 103.49%);
}
.search-nav-wrap .nav-wrap .link {
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.search-nav-wrap .nav-wrap .link:hover{
    color: #0fc0ff;
}
.search-nav-wrap .nav-wrap .nuxt-link-exact-active {
    color: #0fc0ff;
    font-weight: 700;
}
.search-nav-wrap .nav .link {
    margin-right: 54px;
}
.search-nav-wrap .slide-menu {
    position: absolute;
    top: 167px;
}
.search-nav-wrap .slide-menu .menus {
    width: 223px;
    position: absolute;
    z-index: 10;
    box-shadow: 0 4px 20px rgb(0 0 0 / 4%);
}
.el-menu {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
}
.el-menu--collapse {
    width: 64px;
}
.el-menu {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: #fff;
}
.el-menu--collapse {
    width: 64px;
}
.search-nav-wrap .slide-menu .menus .el-menu {
    border: none;
}
.search-nav-wrap .slide-menu .menus .el-menu--collapse {
    width: 100%;
}
.el-menu:after, .el-menu:before {
    display: table;
    content: "";
}
.el-menu--collapse .el-submenu {
    position: relative;
}
.search-nav-wrap .slide-menu .menus .el-menu--collapse .el-submenu {
    height: 78.3px;
    border-bottom: 1px solid #eaeaea80;
}
.el-menu-item, .el-submenu__title {
    line-height: 56px;
    padding: 0 20px;
    list-style: none;
    position: relative;
    white-space: nowrap;
}
.el-submenu__title * {
    vertical-align: middle;
}
.el-submenu__title {
    height: 56px;
    font-size: 14px;
    color: #303133;
    cursor: pointer;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
}
.el-submenu__title {
    height: 78.3px;
    line-height: 78.3px;
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    white-space: nowrap;
}
.search-nav-wrap .slide-menu .menus .el-menu--collapse .el-submenu__title .links {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    color: #333;
    text-align: center;
}
.el-menu:after {
    clear: both;
}
.el-menu:after, .el-menu:before {
    display: table;
    content: "";
}
.el-submenu__title:hover {
    background-color: #0fc0ff0f;
}


/* footer */
.common-footer {
    background: #111b31;
}
.common-footer .desc {
    font-size: 14px;
    line-height: 100%;
    padding: 20px 0;
    text-align: center;
}
.common-footer .desc, .common-footer .desc a {
    color: hsla(0,0%,100%,.3);
}
.common-footer .desc p {
    line-height: 25px;
    font-size: 12px;
}

/* fy */
.main_productList_v1-9 .paginationBox {
    width: 100%;
    margin-top: 35px;
    text-align: center;
}
.main_productList_v1-9 .pagination {
    display: inline-block;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
}
.main_productList_v1-9 .pagination li {
    float: left;
    font-size: 14px;
    color: #666;
}
.main_productList_v1-9 .pagination li.pageBtn {
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    color: #666;
    background-color: #fff;
    margin-right: 20px;
    text-align: center;
}
.main_productList_v1-9 .pagination li.pageBtn.active {
    background-color: #0fc0ff;
    color: #fff;
}
.main_productList_v1-9 .pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 2px 0;
    cursor: pointer;
}
.main_productList_v1-9 .pagination li.pageBtn.active a {
    color: #fff;
}

.new-black-tech {
    display: flex;
    justify-content: space-between;
    width: 1190px;
    margin: 0 auto;
    padding: 5% 0;
    /* overflow: hidden; */
}
.new-black-tech .new-product, .new-black-tech .black-tech {
    width: calc(50% - 5px);
    background: #FFFFFF;
    margin-top: 0;
    box-shadow: 8px 8px 15px 2px rgb(55 99 170 / 18%), -8px -8px 20px 0 #fff;
}
.new-black-tech .new-product .title-box, .new-black-tech .black-tech .title-box {
    height: 60px;
    line-height: 60px;
    padding-left: 16px;
    cursor: pointer;
}
.new-black-tech .new-product .title-box .title-img, .new-black-tech .black-tech .title-box .title-img {
    display: inline-block;
}
.new-black-tech .new-product .title-box .title-img i, .new-black-tech .black-tech .title-box .title-img i {
    display: inline-block;
    width: 86px;
    height: 20px;
    background: url(../images/5647472341252613489_pic1.png) center / 100% no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.new-black-tech .new-product .title-box .title-img span, .new-black-tech .black-tech .title-box .title-img span {
    color: #888888;
    font-size: 14px;
    vertical-align: middle;
}
.new-black-tech .product-list {
    display: flex;
}
.new-black-tech .product-list .product-left {
    position: relative;
    width: 274px;
    height: 264px;
    margin-left: 16px;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2FAFF 100%);
}
.new-black-tech .product-list .product-left .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 18px;
    background: linear-gradient(135deg, #A3D414 0%, #1DBFDA 100%);
    border-radius: 0px 0px 7px 0px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}
.new-black-tech .product-list .product-left img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto 24px;
    cursor: pointer;
}
.new-black-tech .product-list .product-left h3 {
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    color: #222222;
    margin: 0 20px 14px;
    text-align: center;
    cursor: pointer;
}
.text-ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.new-black-tech .product-list .product-left p {
    color: #E53630;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    width: 120px;
    margin: 0 auto;
}
.new-black-tech .product-list .product-right {
    width: 260px;
    margin-left: 20px;
}
.new-black-tech .product-list .product-right .product-item {
    height: 80px;
    margin-bottom: 12px;
}
.new-black-tech .product-list .product-right .product-item img {
    float: left;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.new-black-tech .product-list .product-right .product-item .product-desc {
    margin-left: 90px;
    padding-top: 10px;
}
.new-black-tech .product-list .product-right .product-item .product-desc h4 {
    height: 20px;
    line-height: 20px;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
.new-black-tech .product-list .product-right .product-item .product-desc p.price {
    color: #E53630;
    font-size: 16px;
    margin-top: 6px;
}
.new-black-tech .product-list .product-right .product-item .product-desc p.price strong {
    font-weight: 600;
}
.new-black-tech .black-tech {
    position: relative;
}
.new-black-tech .black-tech .title-box {
    padding-left: 40px;
}
.new-black-tech .black-tech .title-box .title-img i {
    width: 74px;
    height: 20px;
    background: url(../images/5515283953125632179_pic1.png) center / 100% no-repeat;
}
.new-black-tech .black-tech .new-tech.product-box {
    position: relative;
    height: 280px;
    padding-left: 40px;
    transform: translateY(-8px);
}
.new-black-tech .black-tech .new-tech.product-box .left-side {
    margin-top: 25px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3 {
    font-size: 18px;
    color: #222222;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3 em {
    display: block;
}
em, i {
    font-style: normal;
}
.new-black-tech .black-tech .new-tech.product-box .left-side h3::after {
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #FF7000;
    margin-top: 10px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side .desc {
    margin-top: 21px;
    font-size: 14px;
    color: #222222;
    line-height: 25px;
}
.new-black-tech .black-tech .new-tech.product-box .left-side .desc em {
    display: block;
}
.new-black-tech .black-tech .new-tech.product-box .right-side {
    position: absolute;
    right: 20px;
    top: 0;
    width: 270px;
    height: 268px;
    cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item {
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 10px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 8px;
    cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc {
    padding: 0 20px 20px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .tag-list {
    height: 18px;
    margin-bottom: 12px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .tag-list i {
    display: inline-block;
    margin-right: 6px;
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc h4 {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 16px;
    cursor: pointer;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price {
    height: 30px;
    line-height: 30px;
}
.new-black-tech .black-tech .new-tech.product-box .right-side .black-item .product-desc .price strong {
    color: #FB3529;
    font-size: 22px;
    font-weight: 600;
}

h1,h2,h3,h4,h5{
    display: block;
}

#live-venue {
    background: #f5f5f5;
    padding: 5% 0;
}
.live-venue {
    display: flex;
    margin-top: 10px;
}
.w1190 {
    width: 95%;
}
.marA {
    margin: 0 auto;
    width: 1200px;
}
.live-venue .live-venue-item {
    width: 290px;
    height: 340px;
    margin-right: 10px;
    background-color: #fff;
}
.live-venue .active-right-bg {
    background: url(../images/5fe7e94113f512bd0cb009d66bb2c193.png) no-repeat;
    background-size: 100% 340px;
}
.live-venue .live-buy .head-tab {
    display: flex;
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px;
}
.live-venue .live-buy .head-tab .tab-left {
    width: 51%;
}
.live-venue .live-buy .head-tab .tab-box {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.live-venue .live-buy .head-tab > div {
    cursor: pointer;
}
.live-venue .live-buy .head-tab .tab-left .tab-icon {
    margin: 0 6px 0 16px;
}
.live-venue .live-buy .head-tab .tab-icon {
    width: 18px;
    height: 18px;
}
.live-venue .live-buy .product-box {
    position: relative;
    width: 100%;
    height: 204px;
    margin-bottom: 14px;
}
.live-venue .live-buy .product-box .whole {
    width: 200px;
    height: 204px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 auto;
}
.live-venue .live-buy .product-box .whole .roll-img {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}
.live-venue .live-buy .product-box .whole .roll-img .last {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 204px;
    top: 0;
    left: -20px;
    z-index: 10;
    cursor: pointer;
}
.live-venue .live-buy .product-box .whole .roll-img .left {
    left: -28px;
    transform: scale(0.9);
    z-index: 4;
    transition: all 0.5s ease;
    opacity: 0.49;
}
.live-venue .live-buy .product-box .whole .roll-img li {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
}
.live-venue .live-buy .product-box .whole .roll-img .center {
    z-index: 6;
    left: 0;
    top: 0;
    bottom: 10%;
    transition: all 0.5s ease;
}
.live-venue .live-buy .product-box .whole .roll-img li .product-img {
    width: 114px;
    height: 114px;
    margin: 10px auto 3px;
}
.live-venue .live-buy .product-box .whole .roll-img li .product-title {
    height: 36px;
    font-size: 12px;
    
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.live-venue .live-buy .product-box .whole .roll-img li .product-price {
    font-size: 18px;
    
    font-weight: 600;
    color: #E53630;
    line-height: 18px;
    text-align: left;
}
.live-venue .live-buy .product-box .whole .roll-img .right {
    left: 28px;
    transform: scale(0.9);
    z-index: 4;
    transition: all 0.5s ease;
    opacity: 0.49;
}
.live-venue .live-buy .product-box .whole .roll-img .next {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 204px;
    top: 0;
    right: -20px;
    z-index: 10;
    cursor: pointer;
}
.live-venue .live-buy .act-page {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #2F7BFF;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 12px 0 18px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.live-venue .live-buy .act-page img {
    width: 16px;
    margin-left: 4px;
    vertical-align: middle;
    margin-top: -4px;
}
.live-venue .super-hebi {
    padding: 16px;
    box-sizing: border-box;
}
.live-venue .live-venue-item {
    width: 290px;
    height: 340px;
    margin-right: 10px;
    background-color: #fff;
}
.live-venue .head {
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.live-venue .head .title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-right: 10px;
}
.live-venue .super-hebi .product-box .product-list .product-item {
    margin-bottom: 35px;
    display: flex;
}
.live-venue .super-hebi .product-box .product-list .product-item .product-img {
    width: 68px;
    height: 68px;
    margin-right: 10px;
}
.live-venue .super-hebi .product-box .product-list .product-item .product-title {
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.live-venue .super-hebi .product-box .product-list .product-item .product-price {
    font-size: 16px;
    font-weight: 600;
    color: #E53630;
    line-height: 12px;
}
.live-venue .star-venue {
    padding: 16px;
    box-sizing: border-box;
}
.live-venue .live-venue-item {
    width: 290px;
    height: 340px;
    margin-right: 10px;
    background-color: #fff;
}
.live-venue .star-venue .product-item {
    display: block;
    height: 130px;
    padding: 18px 18px 24px;
    box-sizing: border-box;
    margin-bottom: 14px;
    cursor: pointer;
    display: flex;
}
.live-venue .star-venue .product-item .product-img {
    width: 88px;
    height: 88px;
    margin-right: 18px;
}
.live-venue .star-venue .product-item .product-right {
    width: 116px;
}
.live-venue .star-venue .product-item .product-title {
    height: 36px;
    font-size: 12px;
    
    font-weight: 500;
    color: #222222;
    line-height: 18px;
    margin-bottom: 7px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.live-venue .star-venue .product-item .product-price {
    font-size: 16px;
    
    font-weight: 600;
    color: #E53630;
    line-height: 12px;
}
.live-venue .live-venue-item:last-child {
    margin-right: 0;
}
.live-venue .custom-center {
    padding: 16px;
    box-sizing: border-box;
}
.live-venue .custom-center .product-box {
    position: relative;
    display: block;
    height: 274px;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center;
}
.live-venue .custom-center .product-box .top-tip {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: linear-gradient(135deg, #A3D414 0%, #1DBFDA 100%);
    border-radius: 0px 0px 7px 0px;
    font-size: 12px;
    
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 7px;
}
.live-venue .custom-center .product-box .product-img {
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
}
.live-venue .custom-center .product-box .product-title {
    height: 40px;
    font-size: 14px;
    
    font-weight: 500;
    color: #222222;
    line-height: 20px;
    margin-bottom: 26px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.live-venue .custom-center .product-box .taps-title {
    height: 14px;
    font-size: 14px;
    
    font-weight: 400;
    color: #0559AD;
    line-height: 14px;
    margin-bottom: 10px;
    text-align: left;
}
.live-venue .custom-center .product-box .taps-box {
    text-align: left;
    height: 22px;
    overflow: hidden;
}
.live-venue .custom-center .product-box .taps-item {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #0559AD;
    box-sizing: border-box;
    padding: 0 7px;
    font-size: 12px;
    
    font-weight: 500;
    color: #0159A9;
    margin-right: 10px;
}
.live-venue .custom-center .product-box .taps-item:last-child {
    margin-right: 0;
}


@media screen and (min-width:769px) {
   
}
@media screen and (min-width:782px) {
}
@media screen and (min-width:790px) {
  
}
@media screen and (min-width:800px) {
  
}
@media screen and (min-width:818px) {
}       
@media screen and (min-width:820px) {
}
@media screen and (min-width:830px) {
  
}
@media screen and (min-width:845px) {

}
@media screen and (min-width:850px) {
  
}
@media screen and (min-width:860px) {
  
}
@media screen and (min-width:870px) {
}
@media screen and (min-width:882px) {
  
}
@media screen and (min-width:890px) {
}
@media screen and (min-width:900px) {

}
@media screen and (min-width:918px) {
    
}
@media screen and (min-width:920px) {
}
@media screen and (min-width:930px) {
    
}
@media screen and (min-width:940px) {
    
}
@media screen and (min-width:950px) {
  
}
@media screen and (min-width:960px) {
  
}
@media screen and (min-width:965px) {
  
}
@media screen and (min-width:970px) {
  
}
@media screen and (min-width:987px) {
    
}
@media screen and (min-width:995px) {

}
@media screen and (min-width:1000px) {
    
}
@media screen and (min-width:1010px) {
}    
@media screen and (min-width:1015px) {
  
}
@media screen and (min-width:1016px) {
  
}
@media screen and (min-width:1023px){

}
@media screen and (min-width:1024px) { 
    
}
@media screen and (min-width:1035px) {

}
@media screen and (min-width:1045px) {

}
@media screen and (min-width:1050px) {
  
}
@media screen and (min-width:1067px) {
    
}
@media screen and (min-width:1070px) {
    
}
@media screen and (min-width:1085px) {
  
}
@media screen and (min-width:1086px) {
  
}
@media screen and (min-width:1098px) {
    
}
@media screen and (min-width:1109px) {
    
}
@media screen and (min-width:1110px) {
  
}
@media screen and (min-width:1125px) {
    
}
@media screen and (min-width:1130px) {
    
}
@media screen and (min-width:1145px) {
}
@media screen and (min-width:1154px) {

}
@media screen and (min-width:1160px) {
  
}
@media screen and (min-width:1166px) {
  
}
@media screen and (min-width:1175px) {
}
@media screen and (min-width:1176px) {
    
}
@media screen and (min-width:1197px) {
    
}
@media screen and (min-width:1190px) {
    
}
@media screen and (min-width:1198px) {
    
}
@media screen and (min-width:1198px) {
    
}
@media screen and (min-width:1199px) {
    
}
@media screen and (min-width:1208px) {
    
}
@media screen and (min-width:1210px) {
    
}