@charset "utf-8";
.content{ max-width: 1100px; height: auto; margin: 0 auto; box-sizing: border-box;}
img {max-width: 100%;}
.page-down {width: 30px;height: 30px;background: #999;position: fixed;bottom: 30px;right: 30px;text-align: center;line-height: 30px;font-size: 18px;color: #fff;cursor: pointer;display: none;z-index: 999;}
.page-down:hover {background: #000;}
.table{ display:table; width:100%; height:100%;}
.table .cell{ display:table-cell; text-align:center; vertical-align:middle;}
.smallest-screen {position: fixed;z-index: 999999;width: 100%;height: 100%;background: url(../images/displaynone.png) no-repeat center #666;display: none;}
@media only screen and (max-width : 319px) {
.smallest-screen {display: block;} /*判断屏幕小于319px隐藏显示网站*/
}
.white{ color:#fff !important;}
.webmain{ overflow:hidden; min-width: 1100px; }
.tishi{ text-align: center; color: #333; font-size: 14px; }
.tupian{ width: 100%; background: #fff; }
.oneh{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.webshow{ display: block !important; }
.wapshow{ display: none !important; }

.middle_holder { display: inline-block; font-size: 0; width: 0; height: 50px;vertical-align: middle;}
.middle {display: inline-block;vertical-align: middle; width: 100%;}
.nav_handle { display: none; position: relative; width: 27px; padding: 0 0 0 10px; cursor: pointer; float: right; }
.nav_handle b { width: 27px; height: 10px; position: relative; }
.nav_handle b i { display: block; position: absolute; left: 0; right: 0; height: 2px; background-color: #ccc; top: 0; -webkit-transform-origin: 29% 50%; transform-origin: 29% 50%;  transition: all .3s ease; -webkit-transition: all .3s ease; }
.nav_handle b .l_2 { top: auto; bottom: 0; }
.nav_handle.on b i{transform: rotate(45deg); background: #fff;}
.nav_handle.on b .l_2 { transform: rotate(-45deg); }

.banner{ position: relative; overflow: hidden; text-align: center; }
.banner img{ width: 1920px; height: auto; max-width: initial; transition: all 5s; }
.banner .swiper-slide{ overflow: hidden; }
.banner .swiper-slide.swiper-slide-active img{ transform: scale(1.1,1.1); }
.banner .pagination{ z-index: 99; text-align: center; line-height: 30px; height: 30px; width: 100%; position: absolute; left: 0; bottom: 10px; }
.banner .pagination .swiper-pagination-switch{ cursor: pointer; width: 10px; height: 10px; display: inline-block; margin: 0 5px; box-sizing: border-box; border-radius: 5px; background: rgba(255,255,255,.7); }
.banner .pagination .swiper-active-switch{ background: #000; width: 15px; }
.banner .banner-left{ transition: all .5s; opacity: 0; position: absolute; font-size: 25px; color: #fff; left: 35px; top: 50%; width: 45px; height: 45px; line-height: 45px; margin-top: -23px; border-radius: 50%; background: rgba(255,255,255,.4); box-shadow: 0 0 10px rgba(0,0,0,.1); }
.banner .banner-left i{ position: relative; left: -1px;  top: -2px; }
.banner .banner-right{ transition: all .5s; opacity: 0; position: absolute; font-size: 25px; color: #fff; right: 35px; top: 50%; width: 45px; height: 45px; line-height: 45px; margin-top: -23px; border-radius: 50%; background: rgba(255,255,255,.4); box-shadow: 0 0 10px rgba(0,0,0,.1); }
.banner .banner-right i{ position: relative; right: -1px; top: -2px; }
.banner .banner-left:hover,.banner .banner-right:hover{ background: rgba(0,0,0,.5); color: #fff; }
.banner:hover .banner-left,.banner:hover .banner-right{ opacity: 1; }

/*.banner {width: 100%;position: relative;height: auto;background: #eee; display: table;}
.banner .by{ line-height: 35px; background: rgba(120,188,39,0.65); font-size: 15px; color: #fff; position: absolute; width: 100%; left: 0; top: 0; z-index: 999; }
.banner .bd {margin: 0 auto;position: relative; width:100%; z-index: 0;overflow: hidden;}
.banner .bd ul {width: 100% !important;}
.banner .bd li {width: 100% !important;height: 743px;overflow: hidden;text-align: center; background-size:auto 100% !important;  }
.banner .bd li a {display: block;height: 1000px; position: absolute; left: 0; top: 0; width: 100%; z-index: 8;}
.banner .hd {width: 100%;position: absolute;z-index: 1;bottom: 10px;left: 0;height: 30px;line-height: 30px;text-align: center;_background: #000;_filter: alpha(opacity=60);}
.banner .hd ul {text-align: center;padding-top: 5px;}
.banner .hd ul li {display: inline-block;margin: 0 5px;width: 10px;height: 10px;background: #fff;cursor: pointer;overflow: hidden;line-height: 999px; border-radius: 8px;}
.banner .hd ul .on {background: #000; width: 30px;}
.banner .prev {background: url(../images/sprite.png) left top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;left: 0;opacity: 0.2;}
.banner .prev:hover {opacity: 0.5;}
.banner .next {background: url(../images/sprite.png) right top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;right: 0;opacity: 0.2;}
.banner .next:hover {opacity: 0.5;}*/

.Bottomerkg{ height: 65px; display: none; }
.Bottomer{ display: none; position:fixed; bottom:0; width:100%; background:#000; z-index: 9999; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.Bottomer .BottomList li{width:25%; float:left; display:inline-block;  text-align:center;position:relative;padding:10px 0px;}
.Bottomer .BottomList li img{ vertical-align:middle;height: 20px;}
.Bottomer .BottomList li span{font-size:14px;color:#fff; display: block;margin-top: 5px;}
.Bottomer .BottomList li p{ font-size:14px; color:#D5A334; margin:0; position:absolute; right:20px; top:10px;}

.header{ width: 100%; position: fixed; left: 0; top: 0; z-index: 99; text-align: center; box-sizing: border-box; background: rgba(0,0,0,.8); transition: all .5s; z-index: 999; }
.header .logo{ padding: 15px 0; display: inline-block; vertical-align: top; margin-right: 20px; transition: all .5s; }
.header .logo img{ height: 25px; }
.header .inmuen{ display: inline-block; vertical-align: top; }
.header .inmuen ul li{ display: block; float: left; line-height: 25px; padding: 15px 20px; font-size: 15px; color: #ccc; transition: all .5s; position: relative; }
.header .inmuen ul li:hover,.header .inmuen ul li.on{ color: #999; }
.header .inmuen ul li span{ transition: all .5s; display: block; width: 20px; height: 20px; line-height: 20px; background: #000000; color: #fff; font-size: 12px; border-radius: 50%; position: absolute; right: 8px; top: 7px; }
.header.nyheader{ border-bottom-color: #e5e5e5; }

.inpro{ padding: 5px 0; }
.inpro ul{ display: block; width: calc(100% + 10px); position: relative; left: -5px; }
.inpro ul a:nth-child(1) li{ width: 100%; }
.inpro ul a:nth-child(2) li{ width: 100%; }
.inpro ul li{ display: block; padding: 5px; width: 50%; float: left; box-sizing: border-box; position: relative; }
.inpro ul li .pic{ overflow: hidden; }
.inpro ul li .pic img{ transition: all 5s; }
.inpro ul li:hover .pic img{ transform: scale(1.05,1.05); }
.inpro ul li .fgc{ transition: all .5s; width: 100%; height: 100%; position: absolute; box-sizing: border-box; padding: 0 100px; left: 0; top: 0; }
.inpro ul li .fgc .wz{ text-align: left; max-width: 400px; }
.inpro ul a:nth-child(2) li .fgc .wz{ float: right; }
.inpro ul li .fgc .wz .tit{ font-size: 30px; font-weight: bold; color: #111; }
.inpro ul li .fgc .wz .xian{ width: 80px; height: 2px; background: #111; margin: 10px 0 20px; }
.inpro ul li .fgc .wz .jj{ font-size: 16px; color: #666; line-height: 30px; margin-bottom: 10px; }
.inpro ul li .fgc .wz .price{ font-size: 25px; font-weight: bold; color: rgb(207, 10, 44); margin-bottom: 20px; }
.inpro ul li .fgc .wz .ann{ transition: all .5s; border: 1px solid #333; width: 150px; height: 40px; line-height: 40px; font-size: 16px; color: #111; display: block; text-align: center; }
.inpro ul li .fgc .wz .ann:hover{ background: #000; color: #fff; }
.inpro ul li:hover .fgc{ background: rgba(255,255,255,0); }

.inpro1{ }
.inpro1 ul li{ display: block; position: relative; margin: 10px 0; padding-left: 600px; }
.inpro1 ul li .pic{ overflow: hidden; }
.inpro1 ul li .pic img{ width: 100%; transition: all 5s; }
.inpro1 ul li:hover .pic img{ transform: scale(1.05,1.05); }
.inpro1 ul li .wzxf{ position: absolute; left: 0; top: 0; width: 600px; height: 100%; box-sizing: border-box; padding: 50px 90px; }
.inpro1 ul li .wzxf .cell{ text-align: left; }
.inpro1 ul li .wzxf .tit{ font-size: 30px; font-weight: bold; color: #111; }
.inpro1 ul li .wzxf .xian{ width: 80px; height: 2px; background: #111; margin: 10px 0 20px; }
.inpro1 ul li .wzxf .jj{ font-size: 16px; color: #666; line-height: 30px; margin-bottom: 10px; }
.inpro1 ul li .wzxf .price{ font-size: 25px; font-weight: bold; color: rgb(207, 10, 44); margin-bottom: 20px; }
.inpro1 ul li .wzxf .ann{ transition: all .5s; border: 1px solid #333; width: 150px; height: 40px; line-height: 40px; font-size: 16px; color: #111; display: block; text-align: center; }
.inpro1 ul li .wzxf .ann:hover{ background: #000; color: #fff; }
.inpro1 ul a:nth-child(even) li{ padding-left: 0; padding-right: 600px; }
.inpro1 ul a:nth-child(even) .wzxf{ right: 0; left: initial; }

.footer{ padding: 120px 0 0; }
.footer .fnav{ width: 200px; float: left; }
.footer .fnav .tit{ font-size: 16px; color: #333; margin-bottom: 10px; }
.footer .fnav a{ display: block; height: 25px; line-height: 25px; font-size: 12px; color: #666; }
.footer .fnav a:hover{ text-decoration: underline; }
.footer .phone{ width: 200px; float: left; text-align: center; }
.footer .phone .sz{ font-size: 18px; color: #111; font-weight: bold; margin-bottom: 5px; }
.footer .phone .sj{ font-size: 14px; margin-bottom: 5px; }
.footer .phone .ann{ display: block; width: 150px; height: 34px; line-height: 34px; border-radius: 5px; border: 1px solid #000; font-size: 12px; margin: 0 auto; }
.footer .phone .ann:hover{ background: #000; color: #fff; }
.footer .ewm{ float: right; }
.footer .ewm .pic{ width: 130px; box-sizing: border-box; border: 5px solid #333; border-radius: 10px; padding: 10px; }
.footer .ewm .tit{ font-size: 12px; color: #111; text-align: center; line-height: 40px; }
.footer .bhh{ padding: 20px 0 10px; line-height: 25px; font-size: 14px; color: #666; border-bottom: 1px solid #6a6a6a; text-align: center; }
.footer .banq{ padding: 50px 0; font-size: 18px; color: #999; text-align: center; letter-spacing: 15px; }

.nypro{ padding: 230px 0 0; }
.nypro .nypronr{ padding: 0 170px; position: relative; }
.nypro .nypronr .bd ul li{ display: block; float: left; width: 33.3333%; }
.nypro .nypronr .bd ul li a{ display: block; padding: 15px; }
.nypro .nypronr .bd ul li .li{ transition: all .5s;  border-radius: 20px; overflow: hidden; position: relative; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.nypro .nypronr .bd ul li img{ transition: all .5s; }
.nypro .nypronr .bd ul li .tit{ display: none; width: 100%; height: 50px; padding: 0 10px; box-sizing: border-box; line-height: 50px; background: rgba(0,0,0,.7); font-size: 18px; color: #fff; left: 0; bottom: 0; position: absolute; text-align: center; }
.nypro .nypronr .bd ul li .li:hover{ transform: scale(1.01,1.01); box-shadow: 0 0 10px rgba(0,0,0,.2); }
.nypro .nypronr .prev,.nypro .nypronr .next{ transition: all .5s; opacity: 0; width: 55px; height: 55px; line-height: 55px; text-align: center; background: #e5e5e5; font-size: 25px; color: #fff; display: block; border-radius: 50%; }
.nypro .nypronr .prev{ position: absolute; left: 25px; top: 50%; margin-top: -28px; }
.nypro .nypronr .next{ position: absolute; right: 25px; top: 50%; margin-top: -28px; }
.nypro .nypronr .prev:hover,.nypro .nypronr .next:hover{ background: #000; color: #fff; }
.nypro .nypronr:hover .prev,.nypro .nypronr:hover .next{ opacity: 1; }

.nycart{ padding: 170px 0 0; }
.nycart .content{ max-width: 1200px; }
.nycart .nr{ position: relative; padding-right: 435px; padding-top: 19px; }
.nycart .nr table th,.nycart .nr table td{ font-size: 14px; color: #111; padding: 5px; }
.nycart .nr table th{ border-bottom: 1px solid #111; font-weight: bold; font-size: 16px; }
.nycart .nr table td{ border-bottom: 1px dashed #111; }
.nycart .nr table .proinfo{ line-height: 130px; padding-left: 200px; position: relative; }
.nycart .nr table .proinfo .tit{ height: 130px; line-height: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nycart .nr table .proinfo .close{ position: absolute; left: 10px; top: 50%; margin-top: -12px; display: block; width: 23px; height: 23px; border: 1px solid #ccc; border-radius: 50%; color: #999; line-height: 23px; text-align: center; }
.nycart .nr table .proinfo .close:hover{ background: #000; color: #fff; border-color: #000; }
.nycart .nr table .proinfo .pic{ width: 90px; border-radius: 10px; overflow: hidden; position: absolute; left: 70px; top: 0; }
.nycart .nr table .shul{ font-size:14px; color:#666; line-height:35px; width:85px; margin:0 auto; border: 2px solid #cecece; border-radius: 10px; overflow: hidden; }
.nycart .nr table .shul .jian{ border-right:0px !important; width:22px; height:35px; text-align:center; font-size:18px; cursor:pointer; float:left;}
.nycart .nr table .shul .shulsz{ border-right:0px !important; width:40px; height:35px; float:left; text-align:center; }
.nycart .nr table .shul .jia{ width:22px; height:35px; line-height: 36px; text-align:center; font-size:18px; cursor:pointer; float:left;}
.nycart .nr .rightnr{ width: 380px; position: absolute; right: 0; top: 0; }
.nycart .nr .rightnr .li{ padding: 35px 0 10px; font-size: 16px; color: #111; border-bottom: 1px solid #111; }
.nycart .nr .rightnr .li .sz{ float: right; }
.nycart .nr .rightnr .li:nth-child(1){ padding-top: 20px; }
.nycart .nr .rightnr .ann{ display: block; margin-top: 10px; line-height: 45px; font-size: 18px; color: #fff; background: #000000; border-radius: 10px; text-align: center; }
.nycart .nr .rightnr .ann:hover{ opacity: .9; }

.nydingztit{ padding: 180px 0 40px; text-align: center; }
.nydingztit .tit{ font-size: 35px; color: #111; margin-bottom: 40px; }
.nydingztit .erji{ display: inline-block; padding: 0 25px; position: relative; z-index: 99; }
.nydingztit .erji .wz{ font-size: 16px; color: #111; line-height: 30px; cursor: pointer; }
.nydingztit .erji .wz i{ margin: 10px; }
.nydingztit .erji:hover .xf{ display: block; }
.nydingztit .erji .xf{ cursor: pointer; display: none; z-index: 99; width: 200px; position: absolute; padding: 10px 0; background: rgba(255,255,255,.8); left: 50%; margin-left: -100px; top: 100%; box-shadow: 0 0 10px rgba(0,0,0,.1); }
.nydingztit .erji .xf a{ display: block; height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nydingztit .erji .xf a:hover{ background: #000; color: #fff; }

.nydingzlist{ padding: 80px 0 0; }
.nydingzlist .content{ max-width: 1500px; }
.nydingzlist .lmtit{ margin-bottom: 50px; font-size: 30px; color: #333; text-align: center; }
.nydingzlist .list{ text-align: center; }
.nydingzlist .list ul li{ display: inline-block; padding: 30px; box-sizing: border-box; text-align: left; }
.nydingzlist .list ul li .tit{ font-size: 30px; color: #111; margin-bottom: 10px; }
.nydingzlist .list ul li .jj{ font-size: 18px; line-height: 40px; color: #333; }

.nyabout{ padding: 160px 0 0; line-height: 35px; font-size: 18px; color: #333; }
.nyabout .content{ max-width: 1000px; }
.nyabout h2{ font-size: 28px; font-weight: bold; margin: 5px auto; }

.nychax{ padding: 120px 0 0; }
.nychax .kk{ width: 1000px; box-sizing: border-box; padding-right: 165px; border-radius: 15px; border: 2px solid #b9bbad; overflow: hidden; position: relative; margin: 0 auto; }
.nychax .kk .text{ height: 75px; padding: 0 35px; font-size: 24px; color: #666; width: 100%; box-sizing: border-box; }
.nychax .kk .sub{ width: 165px; height: 75px; outline: none; position: absolute; right: 0; top: 0; background: #000; font-size: 24px; color: #fff; }
.nychax .kk .sub:hover{ opacity: .9; }

.nyjoin{ padding: 88px 0 0; }
.nyjoin ul li{ display: block; margin-bottom: 10px; }
.nyjoin ul li .pic{ min-height: 860px; width: calc(50% - 5px); float: left; }
.nyjoin ul li .wz{ width: calc(50% - 5px); min-height: 860px; float: right; position: relative; }
.nyjoin ul li .wz .fgc{ position: absolute; width: 100%; height: 100%; padding: 70px; box-sizing: border-box; }
.nyjoin ul li .wz1{ text-align: left; font-size: 30px; line-height: 60px; color: #333; }

.showpro{ padding: 130px 0 0; }
.showpro .info{ min-height: 700px; border-bottom: 1px solid #eee; margin-bottom: 50px; padding-left: 550px; position: relative; }
.showpro .info .pic{ width: 500px; position: absolute; left: 0; top: 0; }
.showpro .info .pic .banner img{ width: 100%; height: auto; }
.showpro .info .pic .banner .swiper-slide.swiper-slide-active img{ transform: initial; }
.showpro .info .pic .video{ position: relative; }
.showpro .info .pic .video video{ position: absolute; width: 100%; height: 100%; background:#000; }
.showpro .info .tit{ font-size: 30px; font-weight: bold; color: #111; padding-top: 80px; margin-bottom: 15px; }
.showpro .info .jj{ font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px; }
.showpro .info .price{ margin-bottom: 20px; font-size: 16px; color: #333; }
.showpro .info .price span{ font-size: 30px; font-weight: bold; color: #d50000; }
.showpro .info .guig{ margin-bottom: 50px; }
.showpro .info .guig .stit{ font-size: 14px; font-weight: bold; color: #111; margin-bottom: 10px; }
.showpro .info .guig .list{ position: relative; width: 104%; left: -2%; }
.showpro .info .guig .list .li{ box-sizing: border-box; width: 46%; margin: 2%; float: left; border: 1px solid #eee; }
.showpro .info .guig .list .li .secai{ height: 100px; width: 50%; float: left; }
.showpro .info .guig .list .li .wz{ padding: 0 10px; line-height: 100px; height: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 25px; font-weight: bold; color: #666; text-align: center; border-left: 1px solid #eee; }
.showpro .info .guig .list .li.on,.showpro .info .guig .list .li:hover{ border-color: #000; }
.showpro .info .ann{ margin-bottom: 80px; display: block; height: 45px; line-height: 45px; font-size: 24px; color: #fff; letter-spacing: 2px; background: #000000; border-radius: 10px; text-align: center; }
.showpro .info .ann:hover{ opacity: .9; }
.showpro .detail{ font-size: 16px; line-height: 30px; color: #333; }

.buzou{ max-width:750px; margin:160px auto 25px;}
.buzou .li{ width:33.333333%; float:left; position:relative;}
.buzou .li .sz{ width:40px; height:40px; line-height:40px; text-align:center; border-radius:50%; background:#c3c3c3; color:#fff; font-size:20px; font-weight:bold; margin:0 auto; position:relative; z-index:99;}
.buzou .li .wz{ line-height:20px; padding:10px 0; text-align:center; font-size:14px; color:#666;}
.buzou .bz1 span{ display:block; width:50%; height:5px; background:#c3c3c3; position:absolute; left:50%; top:17px;}
.buzou .bz2 span{ display:block; width:100%; height:5px; background:#c3c3c3; position:absolute; left:0; top:17px;}
.buzou .bz3 span{ display:block; width:50%; height:5px; background:#c3c3c3; position:absolute; left:0; top:17px;}
.buzou .on .sz{ background:#000 !important;}
.buzou .on span{ background:#000 !important;}
.buzou .on .wz{ color:#000 !important;}

.fillorder .lmtit{ margin-bottom: 10px; }
.fillorder .lmtit .tit{ line-height:50px; padding-left:50px; background:url(../images/cart_03.png) no-repeat left center; font-size:20px; color:#333; float:left;}
.fillordernr{ border:1px solid #ebebeb; font-size:14px; color:#666;}
.fillordernr .lmtit{ padding:20px; line-height:20px; border-bottom:1px solid #ebebeb; font-size:16px; background:#f9f9f9; color:#666;}
.fillordernr .info{padding:20px; line-height:40px; border-bottom:1px solid #ebebeb; color:#666;}
.fillordernr .info > .li{ width: 100%; max-width: 300px; float: left; height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fillordernr .info em{ display:inline-block; width:120px; text-align:right; padding-right:10px; box-sizing:border-box; font-style: normal;}
.fillordernr .info .text1{ width:100%; max-width:190px; height:35px; line-height:35px; border:1px solid #dfdfdf; padding:0 10px; background:#f9f9f9; margin-right:40px; margin-bottom:10px; outline:none; box-sizing:border-box;}
.fillordernr .info .text2{ width:100%; max-width:658px; height:35px; line-height:35px; border:1px solid #dfdfdf; padding:0 10px; background:#f9f9f9;  margin-bottom:10px; box-sizing:border-box;}
.fillordernr .smtit{ padding:10px; line-height:30px; font-size:14px; background:#f9f9f9; color:#999; text-align:right;}
.fillordernr .smtit span{ color:#d50000; }
.fillordernr .smtit .jies{ display:inline-block; height:45px; line-height:45px; padding:0 40px; color:#fff; background:#000000; margin-left:15px;}
.fillordernr .smtit .jies:hover{background:#000;}

.fillordernr .orderinfo{ font-size:14px; color:#666; text-align:center;}
.fillordernr .orderinfo td{ padding:10px; box-sizing:border-box;}
.fillordernr .orderinfo .merch{ padding-left:50px; position:relative;  line-height:15px; text-align:left; display:block; margin:5px 0;}
.fillordernr .orderinfo .merch .pic{ width:40px; height:40px; position:absolute; left:0; top:0; border:1px solid #dfdfdf;}
.fillordernr .orderinfo .merch .wz .tit{ line-height:40px; height:40px; overflow:hidden; }
.fillordernr .orderinfo .price{ font-size: 16px; }
.fillordernr .orderinfo .zt{  font-size: 16px; }
.fillordernr .orderinfo .smordertit{ font-size:14px; font-weight:bold; padding:8px; display:none;}
.fillordernr .orderinfo .smorderstit{ display:none;}
.fillordernr .paymet{ padding:20px; border-bottom:1px solid #ebebeb;}
.fillordernr .paymet .li{ display:inline-block; margin:5px; border:2px solid #eee; cursor:pointer;}
.fillordernr .paymet .on{ border:2px solid #000000 !important;}