.breadcrumbpan { z-index: 2222; position: relative; }

body { overflow-y: visible; overflow-x: hidden; }

.breadcrumb { color: #fff; text-align: right; padding: 15px 0; margin: 0 auto; margin-bottom: 50px; }
.breadcrumb li { display: inline-block; }
.breadcrumb li a, .breadcrumb li span { color: #4b4b4b; padding: 0 5px 0 27px; position: relative; font-size: 12px; padding-right: 0 !important; }
.breadcrumb li a:hover, .breadcrumb li span:hover { color: #0e183b; }
.breadcrumb li a:before, .breadcrumb li span:before { content: ''; position: absolute; content: '>'; left: 3px; top: 0px; }
.breadcrumb li span.cur { cursor: default; }
.breadcrumb li span.cur:before { display: none; }
.breadcrumb li a:hover { color: #0e183b; }
.breadcrumb li:first-child a { padding-right: 20px; }
.breadcrumb li:first-child a:after { content: ''; position: absolute; background: url("../images/sprite.png") no-repeat -53px -195px; width: 14px; height: 12px; right: 0; top: 5px; }

/**/
.h1 { color: #f6fbb6; font-weight: normal; font-size: 21px; font-family: 'Ashgar'; }

.about { background: #e8f3fa; min-height: 100vh; padding-top: 60px; }
.about .about-txt { margin-top: 50px; color: #555555; font-size: 12px; }
.about .about-pic { margin-right: 30px; width: 500px; height: 500px; float: left; -webkit-mask-image: url("../images/jele.gif"); mask-image: url("../images/jele.gif"); -webkit-mask-size: 500px 550px; mask-size: 500px 550px; }

.news { background: #098639; min-height: 100vh; padding-top: 65px; padding-bottom: 150px; }
.news .breadcrumb { color: #fff; text-align: right; padding: 15px 0; margin: 0 auto; margin-bottom: 50px; }
.news .breadcrumb li a, .news .breadcrumb li .cur { color: #fff; }
.news .news-list { margin-top: 50px; }
.news .news-list li { width: 33%; float: right; text-align: center; }
.news .news-list li figure { width: 360px; display: block; margin: 0 auto; }
.news .news-list li figure:hover > a:before { border-color: #06672c; }
.news .news-list li figure:hover > a img { right: 23px; bottom: 23px; display: block; margin: 0 auto; opacity: 0.8; }
.news .news-list li figure > a { width: 352px; height: 352px; overflow: hidden; border-radius: 50%; position: relative; }
.news .news-list li figure > a:before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 16px solid rgba(164, 197, 151, 0.5); right: 0; top: 0; z-index: 1; transition: all ease 0.6s; -webkit-transition: all ease 0.6s; -moz-transition: all ease 0.6s; -ms-transition: all ease 0.6s; }
.news .news-list li figure > a img { width: 304px; height: 304px; border-radius: 50%; position: absolute; right: 0; bottom: 0; transition: all ease 0.6s; -webkit-transition: all ease 0.6s; -moz-transition: all ease 0.6s; -ms-transition: all ease 0.6s; }
.news .news-list li figure figcaption { width: 80%; margin: 0 auto; display: block; padding: 40px 30px; }
.news .news-list li figure figcaption a { height: 50px; overflow: hidden; color: #e9e9e9; font-size: 14px; }
.news .news-list li figure figcaption .time { color: #f63602; margin-top: 10px; font-size: 14px; }

.contact { padding-top: 55px; background: url(../images/contact.png) center center; background-size: 100%; min-height: 100vh; }
.contact .right-contact { width: 48%; float: right; padding-top: 135px; }
.contact .right-contact .h1 { margin-bottom: 25px; }
.contact .right-contact .address-info { margin-bottom: 30px; }
.contact .right-contact .address-info li { padding-right: 30px; position: relative; margin-bottom: 25px; color: #313131; font-size: 14px; text-align: right; }
.contact .right-contact .address-info li:before { content: ''; position: absolute; background: url("../images/sprite.png") no-repeat -915px -22px; width: 20px; height: 20px; right: 0; top: 5px; }
.contact .right-contact .address-info li.phone:before { background-position: -915px -22px; }
.contact .right-contact .address-info li.mail:before { background-position: -915px -79px; width: 21px; height: 13px; }
.contact .right-contact .address-info li.address:before { background-position: -918px -126px; width: 14px; height: 24px; }
.contact .right-contact .address-info li span:not(.address-txt) { margin-right: 7px; }
.contact .right-contact .address-info li .address-txt { width: 70px; display: inline; }
.contact .right-contact .address-info li .address-txt + span { display: inline; }
.contact .right-contact .address-info li a { margin-right: 7px; color: #313131; }
.contact .contact-map { width: 548px; height: 548px; border-radius: 50%; background: #19ac51; float: left; overflow: hidden; }

.gMap, .gMap .googlemap { width: 548px; height: 548px; }

.contact-form .title { position: relative; padding-right: 40px; color: #cb3000; font-size: 14px; margin-bottom: 16px; }
.contact-form .title:before { content: ''; position: absolute; width: 19px; height: 2px; background: #cb3000; right: 0; top: 15px; }
.contact-form ul li { margin-bottom: 8px; }
.contact-form ul li .txt, .contact-form ul li .txtarea { width: 100%; height: 41px; background: transparent; border: 1px solid #96876f; border-radius: 0; font-size: 12px; }
.contact-form ul li .txtarea { height: 120px; }
.contact-form ul li.sub-btn { text-align: left; }
.contact-form ul li.sub-btn .btn { width: 177px; height: 41px; background: #fff; text-align: center; padding: 0; }

.products { background: #098639; min-height: 100vh; height: auto; padding-top: 65px; padding-bottom: 100px; }
.products .h1 { margin-bottom: 20px; }
.products .breadcrumb { color: #fff; text-align: right; padding: 15px 0; margin: 0 auto; margin-bottom: 50px; }
.products .breadcrumb li a, .products .breadcrumb li .cur { color: #fff; }

.top-pr-cats { padding: 35px 95px; background: #19ac51; text-align: center; margin-bottom: 80px; z-index: 55; position: relative; }
.top-pr-cats li { display: inline-block; margin: 0 100px; }
.top-pr-cats li figure:hover a img { filter: grayscale(0%) brightness(100%) invert(0); -webkit-filter: grayscale(0%) brightness(100%) invert(0); -moz-filter: grayscale(0%) brightness(100%) invert(0); -ms-filter: grayscale(0%) brightness(100%) invert(0); }
.top-pr-cats li figure > a img { width: 42px; height: 47px; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -ms-transition: all ease 0.2s; filter: grayscale(100%) brightness(0%) invert(1); -webkit-filter: grayscale(100%) brightness(0%) invert(1); -moz-filter: grayscale(100%) brightness(0%) invert(1); -ms-filter: grayscale(100%) brightness(0%) invert(1); }
.top-pr-cats li figure > a.active img { filter: grayscale(0%) brightness(100%) invert(0); -webkit-filter: grayscale(0%) brightness(100%) invert(0); -moz-filter: grayscale(0%) brightness(100%) invert(0); -ms-filter: grayscale(0%) brightness(100%) invert(0); }
.top-pr-cats li figure figcaption { display: inline-block; padding-top: 20px; }
.top-pr-cats li figure figcaption a { color: #fff; font-size: 15px; font-family: 'Ashgar'; margin-right: 8px; }

.products-list { margin-top: 150px; }
.products-list li { z-index: 1; position: relative; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding-bottom: 4rem; height: -webkit-max-content; height: -moz-max-content; height: max-content; overflow: hidden; padding-right: 2rem; padding-left: 2rem; padding-right: 0; padding-left: 0; overflow: visible; flex-basis: 50%; width: 50%; float: right; margin-bottom: 60px; }
.products-list li > a:not(.grid_item_caption) { display: block; }
.products-list li > a:not(.grid_item_caption) .product_shot { position: relative; width: 100%; max-width: 310px; margin: 0 auto; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; z-index: 2; }
.products-list li:hover .grid_item_caption { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); opacity: 1; -webkit-transition: opacity linear 0.6s, -webkit-transform cubic-bezier(0.24, 1.65, 0.425, 0.92) 0.6s; transition: opacity linear 0.6s, -webkit-transform cubic-bezier(0.24, 1.65, 0.425, 0.92) 0.6s; transition: transform cubic-bezier(0.24, 1.65, 0.425, 0.92) 0.6s, opacity linear 0.6s; transition: transform cubic-bezier(0.24, 1.65, 0.425, 0.92) 0.6s, opacity linear 0.6s, -webkit-transform cubic-bezier(0.24, 1.65, 0.425, 0.92) 0.6s; transition-delay: 0.6s; }
.products-list li .grid_item_caption { text-align: center; margin-top: 50px; font-size: 18px; font-family: 'Ashgar'; webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); transition-delay: 0s; opacity: 0; -webkit-transition: opacity linear 0.6s, -webkit-transform cubic-bezier(0.375, 0.11, 0.725, -0.6) 0.6s; transition: opacity linear 0.6s, -webkit-transform cubic-bezier(0.375, 0.11, 0.725, -0.6) 0.6s; transition: transform cubic-bezier(0.375, 0.11, 0.725, -0.6) 0.6s, opacity linear 0.6s; transition: transform cubic-bezier(0.375, 0.11, 0.725, -0.6) 0.6s, opacity linear 0.6s, -webkit-transform cubic-bezier(0.375, 0.11, 0.725, -0.6) 0.6s; }
.products-list li .grid_item_caption a { color: #f6e7c9; }

.product_shot_background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; z-index: 1; }

/**** *****/
.product_shot_circle { position: absolute; display: block; height: auto; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); border-radius: 50%; overflow: hidden; }
.product_shot_circle:nth-child(1) { top: -80px; right: -110px; width: 400px; height: 400px; margin-right: 30px; -webkit-mask-image: url(../images/mask.png); mask-image: url(../images/mask.png); -webkit-mask-size: 400px 400px; mask-size: 600px 550px; border-radius: 0; }
.product_shot_circle:nth-child(2) { top: 46%; width: 60%; z-index: 4; left: 36%; display: none; }
.product_shot_circle:nth-child(3) { top: -80px; width: 390px; height: 390px; fill: transparent; stroke: #f9e3c8; stroke-width: 7px; z-index: 2; left: 0; }
.product_shot_circle:nth-child(4) { top: 40%; width: 50%; fill: #f9e3c8; z-index: 3; left: 45%; }

/**** *****/
.product_shot_shadow_bottle, .product_shot_shadow_glass, .product_shot_refraction_glass, .product_shot_refraction_bottle { position: absolute; }

.product_shot_refraction_glass, .product_shot_refraction_bottle { mix-blend-mode: overlay; }

.product_shot_shadow_bottle, .product_shot_shadow_glass { mix-blend-mode: multiply; }

.product_shot_refraction_glass { bottom: -5%; width: 126%; left: 23%; }

.product_shot_refraction_bottle { bottom: -20%; width: 141%; left: 0; }

.product_shot_shadow_bottle { bottom: -11%; width: 123%; left: -12%; }

.product_shot_shadow_glass { left: 19%; bottom: -10.5%; width: 148%; }

.product_shot_glass { display: block; position: absolute; bottom: 6%; max-width: 136px; max-height: 324px; right: -13%; z-index: 9; }

.product_shot_bottle { z-index: 10; -webkit-transform-origin: 50% 95%; -ms-transform-origin: 50% 95%; transform-origin: 50% 95%; position: relative; display: block; width: 274px; height: 313px; margin-right: auto; }

.bubbles { position: fixed; overflow: hidden; width: 100%; height: 100%; margin: 0 auto; right: 0; top: 0; }
.bubbles .bubble-container:nth-child(2n) .bubble { border-color: #ffdd00; }
.bubbles .bubble-container:nth-child(3n) .bubble { border-color: #82bc00; }

.bubble-container { position: absolute; bottom: 0; -webkit-animation: bubblerise 4s infinite ease-in; -moz-animation: bubblerise 4s infinite ease-in; -ms-animation: bubblerise 4s infinite ease-in; animation: bubblerise 4s infinite ease-in; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

.bubble { width: 6px; height: 6px; margin: 0 auto; border: 3px solid rgba(255, 255, 255, 0.5); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-animation: bubblewobble 0.4s infinite linear; -moz-animation: bubblewobble 0.4s infinite linear; -ms-animation: bubblewobble 0.4s infinite linear; animation: bubblewobble 0.4s infinite linear; }

@-webkit-keyframes bubblerise {
0% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
5% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
99% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
100% { bottom: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
}

@-moz-keyframes bubblerise {
0% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
5% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
99% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
100% { bottom: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
}

@-ms-keyframes bubblerise {
0% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
5% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
99% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
100% { bottom: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
}

@keyframes bubblerise {
0% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
5% { bottom: 0; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
99% { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
100% { bottom: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
}

@-webkit-keyframes bubblewobble {
0% { margin-left: 0; }
50% { margin-left: 2px; }
}

@-moz-keyframes bubblewobble {
0% { margin-left: 0; }
50% { margin-left: 2px; }
}

@-ms-keyframes bubblewobble {
0% { margin-left: 0; }
50% { margin-left: 2px; }
}

@keyframes bubblewobble {
0% { margin-left: 0; }
50% { margin-left: 2px; }
}

.pager { text-align: center; padding: 40px 0; position: relative; z-index: 50; }
.pager span a, .pager span span { width: 25px; height: 25px; border: 1px solid #e17506; border-radius: 50%; color: #fee9c8; font-size: 12px; text-align: center; }
.pager span a:hover, .pager span a.pcur, .pager span span:hover, .pager span span.pcur { background: #e17506; }
.pager span .pback, .pager span .pnext { border: none; }
.pager span .pback { background: url("../images/sprite.png") no-repeat -75px -206px !important; }
.pager span .pback:hover { background-position: -51px -206px !important; }
.pager span .pnext { background: url("../images/sprite.png") no-repeat -57px -238px !important; }
.pager span .pnext:hover { background-position: -76px -238px !important; }

.detail-pan { padding: 50px 0 0px; position: relative; }

.inner-right-detail { width: 780px; float: right; background: #fff; height: 415px; overflow-y: auto; overflow-x: hidden; padding: 60px; position: relative; color: #585858; font-size: 12px; }


.inner-right-detail .detail-txt { padding-left: 80px; }
.inner-right-detail:before { content: ''; position: absolute; width: 165%; height: 27px; background: #098639; top: -5px; right: 0; transform: rotate(-2deg); -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -ms-transform: rotate(-2deg); }
.inner-right-detail .pr-info { margin: 15px 0; }
.inner-right-detail .pr-info li { width: 50%; margin-bottom: 8px; background: #e1e1e1; border-radius: 2px; color: #535353; font-size: 12px; padding: 7px; }

.inner-left-detail { width: 40%; position: absolute; left: 0; top: 0; top: 80px; }
.inner-left-detail a:not(.grid_item_caption) { display: block; }
.inner-left-detail a:not(.grid_item_caption) .product_shot { position: relative; width: 100%; max-width: 310px; margin: 0 auto; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; z-index: 2; }
.inner-left-detail .product_shot_glass { right: auto; bottom: -23%; left: 25%; }
.inner-left-detail .product_shot_circle:nth-child(1) { top: -40px; }
.inner-left-detail .product_shot_circle:nth-child(3) { top: 0px; left: auto; right: -160px; width: 400px; height: 400px; }
.inner-left-detail .product_shot_bottle { right: -110px; bottom: -120px; }
.inner-left-detail .product_shot_circle { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.inner-left-detail .product_shot_refraction_bottle { bottom: -42%; }
.inner-left-detail .product_shot_refraction_glass { bottom: -46%; }
.inner-left-detail .product_shot_shadow_bottle { bottom: -57%; width: 123%; left: 0%; }

.news-detail { min-height: 100vh; background: #098639; padding-bottom: 150px; padding-top: 65px; }
.news-detail .breadcrumb { color: #fff; text-align: right; padding: 15px 0; margin: 0 auto; margin-bottom: 50px; }
.news-detail .breadcrumb li a, .news-detail .breadcrumb li .cur { color: #fff; }

.news-slider { position: relative; }
.news-slider:before { content: ''; position: absolute; width: 14px; height: 14px; border: 2px solid #fcdf01; top: -50px; left: 200px; border-radius: 50%; }
.news-slider:after { content: ''; position: absolute; width: 25px; height: 25px; border: 2px solid #fcdf01; top: 0px; left: 0px; border-radius: 50%; }

.news-detail-box { position: relative; margin-top: 120px; width: 95%; margin-right: 0; }
.news-detail-box:before { content: ''; position: absolute; width: 14px; height: 14px; border: 2px solid #fcdf01; top: -50px; left: 200px; border-radius: 50%; }
.news-detail-box:after { content: ''; position: absolute; width: 25px; height: 25px; border: 2px solid #fcdf01; top: 0px; left: 0px; border-radius: 50%; }
.news-detail-box .right-ndetail { padding: 20px 20px; margin-right: 0; width: 807px; height: 424px; padding-left: 220px; background: #82bc00; position: relative; overflow: hidden; padding-top: 40px; }
.news-detail-box .right-ndetail .skew { position: absolute; width: 80px; height: 100%; background: #098639; left: -20px; top: 0; transform: rotate(-4deg); -webkit-transform: rotate(-4deg); -moz-transform: rotate(-4deg); -ms-transform: rotate(-4deg); }
.news-detail-box .right-ndetail:before { content: ''; position: absolute; width: 220%; height: 31px; background: #098639; top: 0; right: 0; top: 3px; right: 0; transform: rotate(-2deg); -webkit-transform: rotate(-2deg); -moz-transform: rotate(-2deg); -ms-transform: rotate(-2deg); }
.news-detail-box .right-ndetail:after { content: ''; position: absolute; width: 220%; height: 31px; background: #098639; right: 0; bottom: 3px; right: 0; transform: rotate(2deg); -webkit-transform: rotate(2deg); -moz-transform: rotate(2deg); -ms-transform: rotate(2deg); }
.news-detail-box .right-ndetail .news-txt { height: 250px; overflow-y: auto; color: #585858; font-size: 12px; padding-left: 20px; }
.news-detail-box .right-ndetail .news-fields { margin-top: 30px; }
.news-detail-box .right-ndetail .news-fields li { float: left; color: #e0e213; font-size: 11px; margin-right: 10px; }
.news-detail-box .right-ndetail .news-fields li.news-time { color: #f63602; }

.news-slider { width: 525px; height: 525px; position: absolute; left: 0; top: 0; }
.news-slider:before { content: ''; position: absolute; width: 500px; border: 20px solid rgba(255, 221, 0, 0.6); height: 500px; border-radius: 50%; z-index: 2; right: 0; top: 0; }
.news-slider .owl-stage-outer { padding-bottom: 50px; }
.news-slider .owl-stage-outer:after { content: ''; position: absolute; width: 14px; height: 14px; border: 2px solid #fcdf01; bottom: 30px; left: 150px; border-radius: 50%; }
.news-slider .owl-stage-outer:before { content: ''; position: absolute; width: 25px; height: 25px; border: 2px solid #fcdf01; bottom: 0px; right: 100px; border-radius: 50%; }
.news-slider .owl-next { background: url("../images/sprite.png") no-repeat -898px -171px !important; width: 56px; height: 56px; left: 41px; top: auto; bottom: 110px; z-index: 22; }
.news-slider .owl-prev { background: url("../images/sprite.png") no-repeat -898px -247px !important; width: 56px; height: 56px; left: 90px; right: auto; top: auto; bottom: 57px; z-index: 22; }
.news-slider .item { margin: 0 auto; }
.news-slider .item a { display: block; width: 500px; overflow: hidden; height: 500px;z-index: 2; }
.news-slider .item a img { width: 300px; height: 342px; position: absolute; right: 108px; bottom: 80px; z-index: -1; }

.refrence { margin-top: 100px; color: #ffffff; font-size: 14px; }
.refrence a { color: #ffffff; }

/*# sourceMappingURL=inside.css.map */
.order-form{width:50%;margin:0 auto;}
.order-form .contact-form{margin:70px;}
.order-form .contact-form .title{text-align:center;font-size:19px;}

.order-form .contact-form .txt::-webkit-input-placeholder,.order-form .contact-form .txtarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #fff;
}
.order-form .contact-form .txt::-moz-placeholder,.order-form .contact-form .txtarea::-moz-placeholder { /* Firefox 19+ */
  color:  #fff;
}
.order-form .contact-form .txt:-ms-input-placeholder,.order-form .contact-form .txtarea:-ms-input-placeholder { /* IE 10+ */
  color:  #fff;
}
.order-form .contact-form .txt:-moz-placeholder,.order-form .contact-form .txtarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.captcha-pan > div{width:100%;}
.captcha-pan > div > div{width:auto!important;}

.txtcal{width: 284px !important; display: inline-block !important;}
.captcha-pan > div > div,.captcha-pan > div > p{display:inline-block;padding:0;}
.captcha-pan > div > p .txt{width:280px;height:40px;}
.captcha-pan > div > p{float:right;}
.form_tit { font-size: 16px; line-height: 50px; }
.form_tbl td{position:relative;}
.order-tbl{width:100%;display:block;margin:0 auto;background:#e0e0e0;padding:15px;}
.order-tbl table {width:100%;}
.order-tbl table tr td .txt,.order-tbl table tr td .ddl{width:47%!important;font-size:13px;color:#000;height:40px;display:inline-block;margin-left:30px;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.order-tbl table tr td  .btn,.captcha-code-pan  .btn { width: 177px; height: 41px; background: #fff; text-align: center; padding: 0;padding-top: 9px; margin-left: 33px;}
.order-tbl .txtarea{float:right;width:97%;}
.order-tbl img{position:absolute;right:44%;top:7px;}
.order-tbl-detail {}
.tbl_list{width:100%;border:1px solid #ccc;text-align:center;}
.tbl_list tr {border-bottom:1px solid #ccc;}
.tbl_list tr:last-child{border-bottom:none;}
.tbl_list tr td{color:#000;font-size:12px;}
.tbl_list tr:first-child td{background:#098639;text-align:center;color:#fff;font-size:14px;}
.captcha-code-pan {width:100%;}
.order-total{width:50%;display:block;margin:0 auto;}



.test li { color:#333; line-height:30px; margin-bottom:10px; }
.test li:last-child{ margin-bottom:0px; }
.test li .title,.test li .description{ padding: 0 10px; float:right; }
.test li .title { width:150px; background:#fcdf01; }
.test li .description { width:350px; background:#dadada; }
