.album-detail-item{float: left; margin-right: 30px; margin-bottom: 30px; cursor: pointer;}
.album-detail-item a{position: relative; display: block;}
.album-detail-item a:before,
.album-detail-item a i{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; opacity: 0; transition: all 0.25s ease 0s;}
.album-detail-item a:before{background: rgba(0,0,0,0.25);}
.album-detail-item i{position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 30px; margin: auto; font-size: 22px; text-align: center; line-height: 30px; color: #fff;}
.album-detail-item a:hover:before,
.album-detail-item a:hover i{opacity: 1;}
@media (min-width: 320px){
    .album-detail-item{width: calc((100% - 30px)/2);}
    .album-detail-item:nth-child(2n){margin-right: 0;}
}
@media (min-width: 480px){
    .album-detail-item{width: calc((100% - 60px)/3);}
    .album-detail-item:nth-child(2n){margin-right: 30px;}
    .album-detail-item:nth-child(3n){margin-right: 0;}
}
@media (min-width: 768px){
    .album-detail-item{width: calc((100% - 90px)/4);}
    .album-detail-item:nth-child(2n),
    .album-detail-item:nth-child(3n){margin-right: 30px;}
    .album-detail-item:nth-child(4n){margin-right: 0;}
}
@media (min-width: 970px){
    .album-detail-item{width: calc((100% - 120px)/5);}
    .album-detail-item:nth-child(2n),
    .album-detail-item:nth-child(3n),
    .album-detail-item:nth-child(4n){margin-right: 30px;}
    .album-detail-item:nth-child(5n){margin-right: 0;}
}.album-list{padding-top: 60px;}
.album-item{margin-bottom: 50px;}
.album-wrap{padding: 0 30px;}
.album-img{position: relative; margin-bottom: 30px;}
.album-img:before,
.album-img:after{box-sizing: border-box; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #fff; border: 1px solid #d7d7d7; transition: all 0.25s ease 0s;}
.album-img:before{transform: rotate(-5deg); z-index: 0;}
.album-img:after{transform: rotate(-3deg); box-shadow: 0 0 5px rgba(0,0,0,0.125); z-index: 1;}
.album-img:hover:before,
.album-img:hover:after{transform: rotate(0); box-shadow: 0; opacity: 0;}
.album-img img{box-sizing: border-box; position: relative; padding: 5px; background: #fff; border: 1px solid #d7d7d7; box-shadow: 0 0 5px rgba(0,0,0,0.25); z-index: 2; transition: all 0.25s ease 0s;}
.album-img:hover img{box-shadow: 0 0 1px rgba(0,0,0,0.0625);}
.album-name{display: flex; height: 60px; align-items: center; justify-content: center; overflow: hidden;}
.album-name a{display: block; max-height: 46px; padding: 3px 7px; border: 2px outset #d7d7d7; font-size: 16px; font-weight: bold; text-transform: uppercase; text-align: center; color: #333; overflow: hidden;}
@media (min-width: 320px){
    .album-name{margin: 0 30px;}
}
@media (min-width: 480px){
    .album-item{float: left; width: calc(100%/2);}
    .album-name{margin: 0;}
}
@media (min-width: 768px){
    .album-name{margin: 0 30px;}
}
@media (min-width: 970px){
    .album-item{width: calc(100%/3);}
}
@media (min-width: 1366px){
    .album-item{width: calc(100%/4);}
}.contact{padding-top: 30px;}
.c-left{margin-bottom: 25px;}
.c-left h1{font-size: 18px; text-transform: uppercase; color: #0198f3; margin-bottom: 15px;}
.c-left ul{list-style: none; padding-left: 15px;}
.c-left ul li{margin-bottom: 5px;}
.c-left ul li:nth-child(3){max-height: 60px;}
.c-left ul li span{display: inline-block; width: 85px; vertical-align: top;}
.c-left ul li p{display: inline-block; width: calc(100% - 85px);}
.c-left ul li b{display: block;}
.c-left ul li:nth-child(2) p b{color: #0198f3;}
.c-left ul li:nth-child(3) p b{color: #d1000c;}
.c-left ul li a{color: #333;}
.c-right{margin-bottom: 20px;}
.c-right form{margin: auto;}
.c-text{margin-bottom: 20px; text-align: justify;}
.c-item{position: relative; margin-bottom: 10px;}
.c-item i{position: absolute; top: 0; bottom: 0; left: 0; display: flex; width: 40px; margin: auto; align-items: center; justify-content: center; color: #f8c381;}
.c-item input[type="text"]{text-indent: 40px;}
.c-item:nth-child(5){text-align: right;}
@media (min-width: 480px){
    .c-right form{width: calc(100% - 30px);}
}
@media (min-width: 767px){
    .c-left{float: left; width: calc(50% - 15px);}
    .c-right{float: right; width: calc(50% - 15px);}
}
@media (min-width: 970px){
    .c-left,
    .c-right{width: calc(50% - 25px);}
    .c-right form{width: calc(100% - 50px);}
}.banner{position: relative; height: 420px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner:before{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: rgba(1,152,243,0.5);}
.banner-wrap{position: absolute; right: 0; bottom: 30px; left: 0;}
.banner-title-inner{font-size: 35px; text-transform: uppercase; color: #fff;}.direct{margin-bottom: 10px;}
.direct ul{list-style: none;}
.direct ul li{float: left; font-size: 12px; text-transform: uppercase; color: #fff;}
.direct ul li+li:before{content: "/"; display: inline-block; margin: 0 15px;}
.direct ul li a{display: inline-block; color: #fff;}
@media (min-width:320px){
    .direct ul li.direct-m{display: none;}
}
@media (min-width:768px){
    .direct ul li.direct-m{display: block;}
}.menu-bar{position: fixed;  right: 0; left: 0; margin: auto; height: 40px; text-align: center; z-index: 99992;}
.menu-icon{position: relative; float: left; width: 100%; height: 100%; text-align: center;}
.menu-icon span{display: block; width: 28px; height: 2px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background: #fff;}
.menu-icon span:after, .menu-icon span:before{content: ''; position: absolute; display: block; width: 28px; height: 2px; background: #fff;}
.menu-icon span:after{bottom: -8px;}
.menu-icon span:before{top: -8px;}
.menu ul{list-style: none; transition: all 0.25s ease 0s;}
.menu ul li{position: relative;}
.menu ul li a{display: block; text-transform: uppercase; color: #fff; line-height: 40px; transition: all 0.25s ease 0s;}
.menu > ul > li{float: left;}
.menu > ul > li > a{font-size: 14px;}
.menu > ul > li:hover > a{color: #f5c382;}
.menu > ul > li.active > a{font-weight: bold; color: #fff;}
.menu ul li ul{position: absolute; top: 100%; left: 0; width: 200px; transform: scale(1,0); transform-origin: 0 0; opacity: 0; overflow: hidden;}
.menu ul li:hover ul{transform: scale(1,1); opacity: 1;}
.menu ul li ul li a{padding: 0 10px; background: #0198f3; border-bottom: 1px solid rgba(255,255,255,0.25); font-size: 13px; text-align: left; color: #fff;}
.menu ul li ul li:last-child a{border-bottom: 0;}
.menu ul li ul li a:hover{color: #f5c382;}
@media (min-width: 320px){
    .menu-bar{bottom: 0; background: #0198f3;}
    .menu{display: none;}
}
@media (min-width: 970px){
    .menu-bar{top: 30px; bottom: initial; background: transparent; border-top: 1px solid transparent;}
    .menu-bar:before{content: ''; position: absolute; top: -1px; right: 0; width: calc(100% - 131px); height: 1px; background: rgba(255,255,255,0.25);}
    .menu{display: inline-block;}
    .menu-display{display: none;}
    .menu > ul > li{margin: 0 5px;}
    .menu > ul > li > a{padding: 0 5px;}
    .menu-icon{display: none;}
}
@media (min-width: 1170px){
    .menu > ul > li{margin: 0 10px;}
    .menu > ul > li > a{padding: 0 10px;}
}.slide{}
.slide-item{height: 100vh; overflow: hidden;}
.slide-item img{max-width: none; min-width: 100%; height: 100%;}
@keyframes slide-image{
  from{transform: scale3d(1, 1, 1); }
  100%{transform: scale3d(1.05, 1.05, 1.05);}
}
.slide-image{transform-origin: 50% 0;
    animation-name: slide-image-sink,slide-image;
    animation-duration: 5s;
    animation-delay: 0s, 0s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, alternate;
    animation-fill-mode: forwards;
}.email form{position: relative; margin: auto;}
.email input[type='text']{float: left; width: calc(100% - 100px); border: 0;}
.email input[type='submit']{float: right; width: 90px;}
.email label.error{position: absolute; top: 7px; right: 110px; color: #ff0000;}
.email-title{margin-bottom: 10px; font-size: 16px; text-transform: uppercase; color: #fff;}
.email-prev{margin-bottom: 20px; color: rgba(255,255,255,0.75)}
#email-registered{color: #ff0000;}
#email-result{background: #fff; text-transform: uppercase; text-align: center; line-height: 35px; color: #333;}
@media (min-width: 320px){
    .email form{width: 300px;}
    .email-title,
    .email-prev{text-align: center;}
}
@media (min-width: 480px){
    .email form{width: 400px;}
}
@media (min-width: 970px){
    .email form{width: auto;}
    .email-title,
    .email-prev{text-align: right;}
}
.news{padding: 50px 0;}
.news-left{padding-top: 20px;}
.news-left ul{list-style: none;}
.news-left ul li a{display: block; font-weight: bold; text-transform: uppercase;  transition: all 0.25s ease 0s;}
.news-left ul li a:hover,
.news-left ul li a.active{color: #f8c381;}
.news-left ul li a i{margin-right: 10px;}
.news-title{position: relative; margin-bottom: 25px; font-size: 35px; font-weight: bold;}
.news-title span{position: relative; display: inline-block; padding-right: 5px; background: #fff;}
.news-title:before{content: ''; position: absolute; bottom: 13px; left: 0; width: 100%; height: 3px; background: #f8c381; border-top: 1px solid #d1000c;}
.news-right .owl-dots button{display: inline-block; width: 15px; height: 15px; margin: 0 2.5px; background: #777; border: 4px solid #fff; border-radius: 50%; outline: none; transition: all 0.25s ease 0s;}
.news-right .owl-dots button.active{background: #fff; border: 3px solid #f8c381;}
.news-item{margin-bottom: 30px;}
.news-wrap{padding: 15px 20px;}
.news-img{margin-bottom: 20px; border-radius: 10px; box-shadow: 0 0 15px 1px rgba(0,0,0,0.25); overflow: hidden;}
.news-img img{transition: all 0.5s ease 0s;}
.news-img:hover img{transform: scale(1.05);}
.news-name{height: 40px; margin-bottom: 10px; overflow: hidden;}
.news-name a{display: block; font-weight: bold; text-transform: uppercase; color: #333; transition: all 0.25s ease 0s;}
.news-name a:hover{color: #d1000c;}
.news-time{margin-bottom: 10px; color: #777;}
.news-prev{height: 40px; color: #777; overflow: hidden;}
@media (min-width: 320px){
    .news-left ul{margin-bottom: 25px;}
    .news-left ul li a{padding: 10px; background: #0198f3; border-bottom: 1px solid rgba(255,255,255,0.25); color: #fff;}
    .news-left ul li:nth-last-child(2) a{border-bottom: 0;}
    .news-right .owl-dots{text-align: center;}
}
@media (min-width: 480px){
    .news-item{float: left; width: calc(100%/2);}
}
@media (min-width: 768px){
    .news-left{float: left; width: 250px;}
    .news-left ul{margin-bottom: 0; padding-left: 30px; border-left: 1px solid #d7d7d7;}
    .news-left ul li{margin-bottom: 10px;}
    .news-left ul li:nth-last-child(2){margin-bottom: 0;}
    .news-left ul li a{padding: 5px 0; background: transparent; color: #777;}
    .news-right{float: right; width: calc(100% - 270px);}
    .news-right .owl-dots{position: absolute; bottom: 85px; left: -265px; text-align: left;}
}
@media (min-width: 970px){
    .news-item{float: left; width: calc(100%/3);}
}
@media (min-width: 1366px){
    .news-item{float: left; width: calc(100%/4);}
}.partner{padding: 35px 0 70px;}
.partner-title{margin-bottom: 35px; font-size: 30px; font-weight: bold; text-transform: uppercase; text-align: center;}
.partner-title:after{content: ''; display: block; width: 70px; height: 3px; margin: auto; background: #f8c381; border-top: 1px solid #d1000c;}
.partner-item{position: relative; display: block; height: 75px;}
.partner-item img{max-height: 100%;}.product{padding: 50px 0 70px; background: url(/components/home.product/bg.jpg) no-repeat center;}
.product-title{margin-bottom: 40px; font-size: 35px; font-weight: bold; text-align: center; letter-spacing: 1px;}
.product-title:after{content: ''; display: block; width: 100px; height: 3px; margin: 5px auto 0; background: #f8c381; border-top: 1px solid #d1000c;}
.product-list{list-style: none; font-size: 0px; text-align: center;}
.product-list li{display: inline-block; margin-bottom: 40px;}
.product-item{display: block; margin: 0 20px; padding: 15px 0; background: #f7f7f7; transition: all 0.25s ease 0s;}
.product-item:hover{transform: translateY(-1px); box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);}
.product-img{margin: 0 15px 15px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: calc(100% - 20px) auto;}
.product-img img{opacity: 0;}
.product-name{display: block; height: 23px; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #333; overflow: hidden; transition: all 0.25s ease 0s;}
.product-name:hover{color: #d1000c;}

.product .owl-nav{width: 100px; margin: auto;}
.product .owl-nav button{width: 40px; height: 40px; margin: 0 5px; border: 2px solid #777!important; outline: none; transition: all 0.25s ease 0s;}
.product .owl-nav button:hover{background: #f8c381!important; border: 2px solid #f8c381!important;}
.product .owl-nav button i{font-size: 16px; color: #777; transition: all 0.25s ease 0s;}
.product .owl-nav button:hover i{color: #fff;}
@media (min-width:480px){
    .product-list li{width: calc(100%/2);}
}
@media (min-width:768px){
    .product-list li{width: calc(100%/3);}
}
@media (min-width:1366px){
    .product-list li{width: calc(100%/5);}
}.project{position: relative; padding: 70px 0; background: url(/components/home.project/bg.jpg) no-repeat right bottom;}
.project-title{position: relative; margin-bottom: 35px; font-size: 35px; font-weight: bold;}
.project-title span{position: relative; display: inline-block; padding-right: 5px; background: #0198f3;}
.project-title:before{content: ''; position: absolute; bottom: 13px; left: 0; width: 100%; height: 3px; background: #f8c381; border-top: 1px solid #d1000c;}
.project-tab{margin-bottom: 35px;}
.project-tab ul{padding: 0; list-style: none;}
.project-tab ul li a{display: block; font-weight: bold; text-transform: uppercase;  transition: all 0.25s ease 0s;}
.project-tab ul li a:hover,
.project-tab ul li a.active{color: #f8c381;}
.project-tab ul li a i{margin-right: 10px;}
.project-list .owl-dots{padding-top: 20px; text-align: center;}
.project-list .owl-dots button{display: inline-block; width: 15px; height: 15px; margin: 0 2.5px; background: #777; border: 4px solid #fff; border-radius: 50%; outline: none; transition: all 0.25s ease 0s;}
.project-list .owl-dots button.active{background: #fff; border: 3px solid #f8c381;}
.project-one, .project-item{border-radius: 10px; box-shadow: 0 0 20px 5px rgba(0,0,0,0.125); overflow: hidden;}
.project-item{margin-bottom: 40px;}
.project-img{overflow: hidden;}
.project-img img{transition: all 0.5s ease 0s;}
.project-img:hover img{transform: scale(1.05);}
.project-info{padding: 15px; background: #fff;}
.project-name a{display: block; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #333; transition: all 0.25s ease 0s;}
.project-name a:hover{color: #d1000c;}
.project-more{float: right; width: 100px; height: 30px; background: #f8c381; border-radius: 15px; transition: all 0.25s ease 0s;}
.project-more:hover{background: #d1000c;}
.project-more a{display: block; font-weight: 500; text-align: center; line-height: 30px; letter-spacing: 1px; color: #fff;}
.project-wrap .project-owl:nth-child(1){margin-bottom: 20px;}
.project-owl{border-radius: 10px; overflow: hidden;}
.project-owl a{position: relative; display: block;}
.project-owl a:before,
.project-owl a:after{content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; z-index: 0; transition: all 0.5s ease 0s;}
.project-owl a:before{background: linear-gradient(to top, #000, rgba(0,0,0,0.1)); opacity: 0.75;}
.project-owl a:after{background: linear-gradient(to top, #f8c381, rgba(248,195,129,0.1)); opacity: 0;}
.project-owl a:hover:before{opacity: 0;}
.project-owl a:hover:after{opacity: 0.75;}
.project-owl a label,
.project-owl a span{position: absolute; left: 20px; display: block; color: #fff; z-index: 1;}
.project-owl a label{bottom: 35px; padding-right: 20px; font-weight: bold; text-transform: uppercase;}
.project-owl a span{bottom: 15px; display: block; letter-spacing: 1px;}
@media (min-width:320px){
    .project-title span{background: #fff;}
    .project-tab ul li a{padding: 10px; background: #0198f3; border-bottom: 1px solid rgba(255,255,255,0.25); color: #fff;}
    .project-tab ul li:nth-last-child(2) a{border-bottom: 0;}
    .project-one{margin-bottom: 20px;}
    .project-name{margin-bottom: 10px;}
}
@media (min-width:580px){
    .project:before{content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 25%; margin: auto; background: #0198f3; clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);}
    .project-title{color: #fff;}
    .project-title span{background: #0198f3;}
}
@media (min-width:768px){
    .project-title{float: left; width: 200px;}
    .project-tab{float: right; width: calc(100% - 200px); height: 31px; padding-top: 19px; text-align: center;}
    .project-tab-2{float: none; width: 100%; padding-top: 40px;}
    .project-tab ul{display: inline-block; text-align: left;}
    .project-tab ul li{float: left; margin-right: 15px; padding-right: 15px; border-right: 1px solid #d7d7d7;}
    .project-tab ul li:nth-last-child(2){margin-right: 0; padding-right: 0; border-right: 0;}
    .project-tab ul li a{padding: 5px 0; background: transparent; border-bottom: 0; color: #777;}
    .project-one{float: left; width: calc(60% - 20px); margin-bottom: 0;}
    .project-item{float: left; width: calc(50% - 20px);}
    .project-item:nth-child(2n){float: right;}
    .project-two{float: right; width: calc(40% - 20px);}
}
@media (min-width:970px){
    .project-title{width: 250px;}
    .project-tab{width: calc(100% - 250px);}
    .project-tab-2{width: 100%;}
    .project-name{float: left; width: calc(100% - 115px); height: 46px; margin-bottom: 0; overflow: hidden;}
}
@media (min-width:1170px){
    .project-one{width: calc(45% - 20px);}
    .project-two{width: calc(55% - 20px);}
    .project-owl a label{width: 75%;}
}.partner-logo{position: relative; float: left; margin-right: 30px; margin-bottom: 30px;}
.partner-img{border: 5px outset #d7d7d7;}
.partner-img img{opacity: 0;}
.partner-name{padding-top: 5px; font-size: 16px; font-weight: bold; text-transform: uppercase; text-align: center; line-height: 30px;}
.partner-name a{display: inline-block; height: 30px; padding: 0 10px; background: #fff; color: #333; overflow: hidden; transition: all 0.25s ease 0s;}
.partner-logo:hover .partner-name a{background: #838383; color: #fff;}
@media (min-width: 320px){
    .partner-logo{width: calc((100% - 30px)/2);}
    .partner-logo:nth-child(2n){margin-right: 0;}
}
@media (min-width: 480px){
    .partner-logo{width: calc((100% - 60px)/3);}
    .partner-logo:nth-child(2n){margin-right: 30px;}
    .partner-logo:nth-child(3n){margin-right: 0;}
}
@media (min-width: 768px){
    .partner-logo{width: calc((100% - 90px)/4);}
    .partner-logo:nth-child(2n),
    .partner-logo:nth-child(3n){margin-right: 30px;}
    .partner-logo:nth-child(4n){margin-right: 0;}
}
@media (min-width: 970px){
    .partner-logo{width: calc((100% - 120px)/5);}
    .partner-logo:nth-child(2n),
    .partner-logo:nth-child(3n),
    .partner-logo:nth-child(4n){margin-right: 30px;}
    .partner-logo:nth-child(5n){margin-right: 0;}
}.sp-item{float: left; margin-bottom: 25px;}
.sp-wrap{text-align: center; border: 1px solid #dcdcdc; box-shadow: 0 0 1px rgba(0,0,0,0.25);}
.sp-img{position: relative; margin-bottom: 10px;}
.sp-img img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; max-height: 100%;}
.sp-name{height: 23px; overflow: hidden; margin-bottom: 5px;}
.sp-name a{color: #004dfc;}
.sp-price{color: #ff0000; margin-bottom: 10px;}
.sp-more{font-size: 13px; line-height: 25px;}
.sp-more a{display: inline-block; width: 135px; height: 25px; color: #756e6e; border: 1px solid #dcdcdc; border-radius: 13px; transition: all 0.25s ease 0s;}
.sp-more a:hover{background: #dcdcdc; color: #004dfc;}
.sp-list .owl-nav{position: absolute; top: -40px; right: 0; width: 55px;}
.sp-list .owl-nav div.owl-prev{float: left;}
.sp-list .owl-nav div.owl-next{float: right;}
.sp-list .owl-nav div i{width: 23px; border: 1px solid transparent; text-align: center; line-height: 23px; color: #777; transition: all 0.25s ease 0s;}
.sp-list .owl-nav div i:hover{border: 1px solid #dd3333; color: #dd3333}
@media (min-width:320px){
    .sp-wrap{font-size: 15px; padding: 5px;}
    .sp-item{width: calc((100% - 10px) / 2); margin-right: 10px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:360px){

}
@media (min-width:410px){
    .sp-wrap{font-size: 17px; padding: 15px;}
}
@media (min-width:480px){
    .sp-item{width: calc((100% - 30px) / 2); margin-right: 30px;}
    .sp-item:nth-child(2n){margin-right: 0;}
}
@media (min-width:580px){
    .sp-item{width: calc((100% - 10px) / 3); margin-right: 05px;}
    .sp-item:nth-child(2n){margin-right: 05px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:768px){
    .sp-item{width: calc((100% - 50px) / 3); margin-right: 25px;}
    .sp-item:nth-child(2n){margin-right: 25px;}
    .sp-item:nth-child(3n){margin-right: 0;}
}
@media (min-width:970px){
    .sp-item{width: calc((100% - 60px) / 4); margin-right: 20px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n){margin-right: 20px;}
    .sp-item:nth-child(4n){margin-right: 0;}
}
@media (min-width:1170px){
    .sp-item{width: calc((100% - 60px) / 5); margin-right: 15px;}
    .sp-item:nth-child(2n),
    .sp-item:nth-child(3n),
    .sp-item:nth-child(4n){margin-right: 15px;}
    .sp-item:nth-child(5n){margin-right: 0;}
}.project-detail{margin-bottom: 40px; padding: 40px 0; background: #f7f7f7;}
.project-detail .wrap{box-sizing: border-box; padding: 50px; background: #fff; box-shadow: 0 0 20px 5px rgba(0,0,0,0.125);}
@media (min-width:320px){

}
@media (min-width:410px){

}
@media (min-width:480px){

}