*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;margin:0;padding:0}a{text-decoration:none;-webkit-transition:all .4s;transition:all .4s;color:#333}a:hover{color:#f40}html,body{font-family:"Titillium Web", Arial, "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", sans-serif;font-size:14px;color:#333;line-height:1.6;-webkit-font-smoothing:antialiased}select,button,input,textarea{font-family:"Titillium Web", Arial, "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", sans-serif;font-size:14px;-webkit-transition:.4s all;transition:.4s all}textarea{resize:none}table{border-collapse:collapse}ul,ol{list-style-type:none;margin:0;padding:0}.icon{display:inline-block;vertical-align:middle}.cf{zoom:1}.cf:before,.cf:after{display:table;content:''}.cf:after{clear:both}#cnzz_stat_icon_1280280436{display:none}/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */.datepicker-container{font-size:12px;line-height:30px;position:fixed;z-index:-1;top:0;left:0;width:210px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;direction:ltr !important;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.datepicker-container:before,.datepicker-container:after{position:absolute;display:block;width:0;height:0;content:' ';border:5px solid transparent}.datepicker-dropdown{position:absolute;z-index:1;-webkit-box-sizing:content-box;box-sizing:content-box;border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:before,.datepicker-top-left:after,.datepicker-top-right:before,.datepicker-top-right:after{top:-5px;left:10px;border-top:0}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{top:-4px;border-bottom-color:#fff}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:before,.datepicker-bottom-left:after,.datepicker-bottom-right:before,.datepicker-bottom-right:after{bottom:-5px;left:10px;border-bottom:0}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{bottom:-4px;border-top-color:#fff}.datepicker-top-right:before,.datepicker-top-right:after,.datepicker-bottom-right:before,.datepicker-bottom-right:after{right:10px;left:auto}.datepicker-panel>ul:before,.datepicker-panel>ul:after{display:table;content:' '}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul{width:102%;margin:0;padding:0}.datepicker-panel>ul>li{float:left;width:30px;height:30px;margin:0;padding:0;list-style:none;cursor:pointer;text-align:center;background-color:#fff}.datepicker-panel>ul>li:hover{background-color:#e6f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e6f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce6ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{cursor:default;color:#ccc;background-color:#fff}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e6f2ff}.datepicker-panel>ul>li[data-view='years prev'],.datepicker-panel>ul>li[data-view='year prev'],.datepicker-panel>ul>li[data-view='month prev'],.datepicker-panel>ul>li[data-view='years next'],.datepicker-panel>ul>li[data-view='year next'],.datepicker-panel>ul>li[data-view='month next'],.datepicker-panel>ul>li[data-view='next']{font-size:18px}.datepicker-panel>ul>li[data-view='years current'],.datepicker-panel>ul>li[data-view='year current'],.datepicker-panel>ul>li[data-view='month current']{width:150px}.datepicker-panel>ul[data-view='years']>li,.datepicker-panel>ul[data-view='months']>li{line-height:52.5px;width:52.5px;height:52.5px}.datepicker-panel>ul[data-view='week']>li,.datepicker-panel>ul[data-view='week']>li:hover{cursor:default;background-color:#fff}.datepicker-hide{display:none}.header{background:#f4f4f4;padding:20px 0;position:fixed;top:0;left:0;width:100%;z-index:50}.header .topbar .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .topbar .topbar-logo{width:130px;text-align:center;height:88px}.header .topbar .topbar-logo .header-logo-image{display:inline}.header .topbar .topbar-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .topbar .topbar-right .topbar-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px}.header .topbar .topbar-right .topbar-menu-item{margin:0 25px;padding:20px 0;border-bottom:3px solid transparent;font-weight:600}.header .topbar .topbar-right .topbar-menu-item.active{border-bottom-color:#0070a1}.header .topbar .topbar-right .topbar-menu-item.active .topbar-link{color:#0070a1;font-weight:600}.header .topbar .topbar-right .topbar-menu-item .topbar-link{color:#656565}.header .topbar .topbar-right .topbar-search{-webkit-transition:all .4s;transition:all .4s}.header .topbar .topbar-right .topbar-search .topbar-search-toggle{width:25px;height:20px}.header .topbar .topbar-right .topbar-search .icon-search{color:#0070a1;font-size:18px}.header .topbar .topbar-right .topbar-search .header-search-input{padding:3px;border-color:transparent;border-bottom:1px solid #eee;width:0;background-color:#f4f4f4}.header .topbar .topbar-right .topbar-search .topbar-search-form{position:relative}.header .topbar .topbar-right .topbar-search .topbar-search-form .header-search-btn-toggle{position:absolute;right:0;top:0;width:18px;height:18px;display:inline}.header .topbar .topbar-right .topbar-search .topbar-search-form .header-search-btn-toggle.hide{display:none}.footer{background-image:url(/assets/images/footer-bg-39aa1f6b.png);background-repeat:repeat-x;height:99px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer .topbar-logo{width:74px;height:49px;margin-right:5px}.footer .topbar-logo .topbar-logo-image{display:inline;width:100%}.footer .footer-link-list{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px}.footer .footer-link-list .footer-link-item{padding:0 25px;border-right:1px solid #fff;line-height:1}.footer .footer-link-list .footer-link-item .footer-link{color:#fff}.footer .footer-link-list .footer-link-item:last-child{border-right-color:transparent}.footer .footer-copyright{text-align:center;color:#fff;padding-top:10px}.footer .footer-copyright a{color:#fff}.home .home-category-list{height:1180px;overflow:hidden}.home-category{position:relative;width:300px;text-transform:capitalize}.home-category[navbar]{width:275px}.home-category[navbar]:hover .home-category-content{display:-webkit-box;display:-ms-flexbox;display:flex}.home-category[navbar] .home-category-content{display:none;width:1600px;padding:20px 30px;position:absolute;top:60px;left:0;border-bottom:2px solid #000;border-left:2px solid #000;border-right:2px solid #000}.home-category[navbar] .home-category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:540px}.home-category .home-category-title{background-color:#000;color:#fff;line-height:60px;height:60px;font-size:16px;padding:0 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-transform:uppercase;font-weight:bold;cursor:default}.home-category .home-category-content{border:1px solid #eee;background-color:#fff;width:100%;padding:10px;z-index:10;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px}.home-category .home-category-item{position:relative}.home-category .home-category-item:hover .home-category-link{background-color:#000;color:#fff}.home-category .home-category-item:hover .icon-arrow-right-s{color:#fff}.home-category .home-category-item:hover .home-category-subcontent{display:block}.home-category .home-category-item .home-category-link{position:relative;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding:0 25px 0 15px;color:#000;margin-bottom:0.7px}.home-category .home-category-item .icon-arrow-right-s{top:0;position:absolute;right:15px;font-size:12px;color:#000}.home-category .home-category-item .icon-logo{width:24px;height:25px;background-image:url(/assets/images/icon-logo-16c7bb12.png)}.home-category .home-category-subtitle{text-indent:10px;border-bottom:1px solid #000;line-height:30px;color:#000;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px;white-space:nowrap}.home-category .home-category-subcontent{padding:5px;z-index:10;position:absolute;top:0;right:-300px;display:none;background-color:#fff;width:300px;border:2px solid #000}.home-category .home-category-sublist{font-size:12px;line-height:25px;padding-left:10px}.home-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-banner .small-class-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-section{margin-bottom:30px}.home-section .home-weekly{-ms-flex-preferred-size:78%;flex-basis:78%}.home-section .home-weekly .home-section-content{min-height:468px}.home-section #home-video-play{margin-top:10px}.home-section .home-section-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid #e60013}.home-section .home-section-title{text-transform:capitalize;font-size:18px;line-height:36px;font-weight:bold}.home-section .home-section-other{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px}.home-section .home-section-other .icon-refresh{color:#e60013}.home-section .home-section-more{margin-left:10px}.home-section .home-weekly-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex}.home-section .home-weekly-btngroup .home-weekly-btn{margin-left:20px;color:#999;padding:10px 20px;line-height:20px;position:relative}.home-section .home-weekly-btngroup .home-weekly-btn:hover,.home-section .home-weekly-btngroup .home-weekly-btn.active{background-color:#000;color:#fff}.home-section .home-weekly-refresh{margin:0 80px 0 10px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;background-color:#fff;color:#ababab;line-height:20px;padding:10px}.home-section .icon-refresh{width:20px;height:20px}.home-section.service{border:1px solid #eee;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-section.service .service-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:20%}.home-section.service .service-content-image{margin-right:15px}.home-section.service .service-content-title{font-weight:bold;text-transform:uppercase}.home-section.service .service-content-desc{color:#9d9d9d;line-height:1.5;font-size:12px}.home-section.pro-show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-section.big-image-class{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home .pro-list[data-type="gallery"] .pro-item{width:18%;margin-right:2.5%}.home .pro-list[data-type="gallery"] .pro-item:nth-child(5n){margin-right:0}.home .pro-list[data-type="gallery"] .pro-item:nth-child(6n){margin-right:2.5%}.home .slider{width:100%;margin:0 auto}.home-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-search .home-search-form{padding:50px 30px 10px;width:100%;color:#000}.home-search .home-search-form .textarea-tips{padding:28px;text-align:center;line-height:2}.home-search .home-search-textarea{display:block;width:100%;line-height:20px;padding:18px;font-size:12px;border:1px solid #d5d5d5}.home-search .home-search-main{border:1px solid #eee;padding-bottom:30px}.home-search .home-search-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:30px;margin-bottom:20px}.home-search .home-search-item .home-search-label{width:100px;text-align:right;margin-right:10px}.home-search .home-search-inputer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.home-search .select-icon{position:absolute;top:0;right:0;width:35px;height:35px;text-align:center;background-color:#d5d5d5;color:#fff;font-size:30px;pointer-events:none}.home-search .home-search-select{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:35px;height:35px;text-transform:capitalize;border:1px solid #d5d5d5;font-size:12px;min-width:150px}.home-search .home-search-input{line-height:20px;font-size:12px;padding:16px 5px;height:30px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100px;border:1px solid #d5d5d5}.home-search .home-search-input#search-title{width:300px}.home-search .home-search-input+.home-search-input{margin-left:10px}.home-search .home-search-sublabel{min-width:20px;text-align:center;margin-right:5px}.home-search .home-search-checkbox{width:15px;height:15px;vertical-align:middle}.home-search .home-search-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-search .home-search-btn{margin-right:10px;height:40x;line-height:40px;color:#fff;width:150px;text-align:center;background-color:#000;border-radius:20px}.home-search .home-search-tips{padding:0 10px}.home .home-banner-bottom{background:url(/assets/images/footer-bg-39aa1f6b.png) repeat-x;height:9px}.home .home-sub-title{height:48px;background-repeat:no-repeat;margin:0 auto}.home .home-sub-title.pro-cer{background-image:url(/assets/images/pro-cer-f4a24c21.png);width:514px}.home .home-sub-title.com-pro{background-image:url(/assets/images/com-pro-c2bd6faf.png);width:464px}.home .certificate-slider{position:relative;padding:80px 0 50px}.home .certificate-slider .swiper-button-prev,.home .certificate-slider .swiper-button-next{width:56px;height:56px;top:50%}.home .certificate-slider .swiper-button-prev,.home .certificate-slider .swiper-button-next{background-size:56px 56px}.home .certificate-slider .swiper-button-prev{background-image:url(/assets/images/allow-left-5a07f8ab.png);left:-90px}.home .certificate-slider .swiper-button-next{background-image:url(/assets/images/allow-right-be8c1b27.png);right:-90px}.home .certificate-slider .slider-title{font-size:24px;font-weight:600;text-align:center}.home .home-class{padding:80px 0;background-position:center;background-size:cover}.home .home-class .home-class-header{text-align:center;margin-bottom:40px}.home .home-class .home-class-pro{display:-webkit-box;display:-ms-flexbox;display:flex}.home .home-class .class-title{font-family:'luckiestguy';font-size:66px;font-weight:900;color:#fff}.home .home-class .class-describe{font-family:'luckiestguy';font-size:16px;color:#fff}.home .home-class .class-pro-item{width:32%;margin-right:2%;border-radius:8px}.home .home-class .class-pro-item>*{margin-bottom:10px}.home .home-class .class-pro-item>*:last-child{margin-bottom:0}.home .home-class .class-pro-item:nth-child(3n){margin-right:0}.home .home-class .class-pro-item .class-pro-btn{font-family:'luckiestguy';background:#3b3b3b;display:inline-block;padding:8px 22px;font-size:20px;color:#ff9203;border-radius:8px}.home .home-class .class-pro-item .class-pro-code{font-family:'luckiestguy';font-size:22px;color:#000;text-shadow:3px 3px 5px #fff;display:block}.home .home-class .class-pro-item .class-pro-intro{color:#000;text-shadow:3px 3px 5px #fff;font-size:16px;margin-bottom:20px;font-weight:900}.home .home-class .class-pro-item .class-pro-title{font-family:'luckiestguy';color:#000;text-shadow:3px 3px 5px #fff;font-size:26px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home .home-class .class-pro-item .class-pro-img{border-radius:20px;overflow:hidden;width:100%;height:0;padding-top:59%;background-size:contain;border:10px solid #ff9203;background-position:center;background-repeat:no-repeat}.home .home-class .class-pro-item .class-pro-link{display:block;background:#fff;border-radius:20px;position:relative}.home .home-class .class-pro-item .class-pro-link .product-detail-video{position:absolute;left:50%;top:50%;background-image:url(/assets/images/play-9d5f82e9.png);width:134px;height:134px;margin-top:-77px;margin-left:-77px}.contact{padding-top:40px}.contact .contact-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:80px}.contact .contact-main .contact-content{width:38%}.contact .contact-main .contact-content .contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px;font-size:18px}.contact .contact-main .contact-content .contact-item:last-child{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact .contact-main .contact-content .contact-item .contact-item-icons{width:27px;height:27px;background-position:center;background-repeat:no-repeat;margin-right:16px;-webkit-box-flex:0;-ms-flex:none;flex:none}.contact .contact-main .contact-content .contact-item .contact-item-icons.phone{background-image:url(/assets/images/phone-a79d2685.png)}.contact .contact-main .contact-content .contact-item .contact-item-icons.tel{background-image:url(/assets/images/tel-979f5d10.png)}.contact .contact-main .contact-content .contact-item .contact-item-icons.email{background-image:url(/assets/images/email-4340866a.png)}.contact .contact-main .contact-content .contact-item .contact-item-icons.qq{background-image:url(/assets/images/qq-453e62fd.png)}.contact .contact-main .contact-content .contact-item .contact-item-icons.add{background-image:url(/assets/images/add-f9e6a8c1.png)}.contact .contact-main .contact-map{width:60%;color:#000;height:300px}.products{padding-top:40px}.products .products-header{margin:20px 0}.products .products-class{font-weight:900;font-size:16px;margin-right:20px}.products .products-class:hover,.products .products-class.active{color:#0070a1}.products .products-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.products .products-content .products-item{width:33.3333%;padding:20px;text-align:center}.products .products-content .products-item .class-pro-code{font-size:24px;font-weight:800;color:#565656;display:block}.products .products-content .products-item .class-pro-title{color:#565656;font-size:16px;display:block}.products .products-content .products-item .class-pro-img{border-radius:20px;overflow:hidden;width:100%;height:0;padding-top:62%;background-size:contain;background-position:center;background-repeat:no-repeat}.products .products-content .products-item .class-pro-link{display:block;background:#fff;border-radius:20px;margin-bottom:10px}.products .products-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f5f5f5;border:1px solid #e8e8e8;line-height:45px;font-size:14px;margin-top:-1px}.products .products-control .products-sort-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex}.products .products-control .products-sort-btn{width:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.products .products-control .products-sort-btn .products-sort-selector{display:none;position:absolute;background-color:#fff;top:0;left:0;z-index:10;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);box-shadow:0 1px 1px rgba(0,0,0,0.3);min-width:100%;font-size:12px}.products .products-control .products-sort-btn .products-sort-selector .products-sort-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;padding:0 10px}.products .products-control .products-sort-btn .products-sort-selector .products-sort-item .icon{color:#cfcfcf}.products .products-control .products-sort-btn .products-sort-selector .products-sort-item:hover{color:#f40}.products .products-control .products-sort-btn .products-sort-selector .products-sort-item:hover .icon{color:#f40}.products .products-control .products-sort-btn:hover .products-sort-selector{display:block}.products .products-control .products-sort-btn.active{position:relative;background-color:#fff;color:#f40}.products .products-control .products-sort-btn.active:after{display:block;content:"";position:absolute;bottom:-1px;width:100%;left:0;border-bottom:1px solid #fff}.products .products-control .products-sort-btn .products-sort-icon{font-size:16px;position:relative;width:16px;height:40px;text-align:center;color:#cfcfcf}.products .products-control .products-sort-btn .products-sort-icon .icon{position:absolute;left:0;top:0;width:100%;height:100%}.products .products-control .products-sort-btn .icon.active{color:#f60}.products .products-control .products-view-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex}.products .products-control .products-view-btngroup .products-view-btn{width:46px;height:45px;text-align:center;font-size:18px;line-height:50px}.products .products-control .products-view-btngroup .products-view-btn:hover,.products .products-control .products-view-btngroup .products-view-btn.active{color:#f2ce79}.products .products-control .products-search-form{width:300px;height:45px;position:relative;padding:7px 10px;font-size:18px}.products .products-control .products-search-form .products-search-input{width:100%;display:block;height:32px;padding:5px 30px 5px 5px;line-height:20px;border:1px solid #e8e8e8;-webkit-transition:0.4s all;transition:0.4s all}.products .products-control .products-search-form .products-search-input:focus{border-color:#f60}.products .products-control .products-search-form .products-search-btn{position:absolute;right:15px;top:2px}.product-detail{padding-top:40px}.product-detail .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-detail .container>*{width:49%}.product-detail .container .product-detail-title{font-family:'luckiestguy';font-size:46px}.product-detail .container .product-detail-code{font-family:'luckiestguy';font-size:36px}.product-detail .container .product-detail-intro{font-size:16px;margin-bottom:25px;font-weight:900}.product-detail .container .product-detail-image-show{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:20px}.product-detail .container .product-detail-image{width:100%;height:0;padding-top:61.9%;background-size:contain;background-position:center;background-repeat:no-repeat}.product-detail .container .prodetail-detail-thumb-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-detail .container .prodetail-detail-thumb{width:32%;margin-right:2%;border-radius:20px;overflow:hidden;height:0;padding-top:24%;background-size:contain;background-position:center;background-repeat:no-repeat;border:2px solid transparent;cursor:pointer}.product-detail .container .prodetail-detail-thumb:nth-child(3n){margin-right:0}.product-detail .container .prodetail-detail-thumb.active{border-color:#0298fb}.product-detail .container .product-detail-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-detail .container .product-detail-btngroup .product-detail-btn{font-family:'luckiestguy';background:#222222;color:#ff9203;border-radius:10px;font-size:24px;padding:4px 20px;margin-bottom:25px;cursor:pointer}.product-detail .container .product-content-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:22px;border:1px solid #ddd;border-left:none;border-right:none;padding:15px 0;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear;-webkit-transition:-webkit-transform .3s linear}.product-detail .container .product-content-title .rotate{transform:rotate(180deg);-webkit-transform:rotate(180deg)}@font-face{font-family:'luckiestguy';src:url(/assets/fonts/LUCKIESTGUY-REGULAR-c6004be4.ttf) format("truetype");font-weight:normal;font-style:normal}html{height:100%}.container{width:1300px;margin:0 auto}.main{-webkit-box-flex:1;-ms-flex:auto;flex:auto;background:#f4f4f4;margin-top:111px}.slider{width:100%;overflow:hidden}.slider .swiper-pagination{text-align:right;padding:0 80px;bottom:20px}.slider .swiper-pagination .swiper-pagination-bullet{width:11px;height:11px;background:#fff;opacity:1}.slider .swiper-pagination .swiper-pagination-bullet-active{background:#fc7919}.slider .slider-item-image{display:block;width:100%}.item-header{background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px}.item-header .item-header-title{font-weight:bold;text-transform:uppercase;font-size:18px;padding:6px 0}.item-header .item-header-other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hot-pro{border:1px solid #eee;width:20%}.pro-ver{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:94%}.pro-ver .pro-ver-item{display:-webkit-box;display:-ms-flexbox;display:flex}.pro-ver .pro-ver-item a{display:block}.pro-ver .pro-item-thumb{border:1px solid #eee;width:80px;height:80px;display:inline-block;background-size:contain;margin-right:10px;-ms-flex-negative:0;flex-shrink:0;background-position:center;background-repeat:no-repeat}.pro-ver .pro-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:180px;color:#777}.pro-ver .pro-item-Code{font-weight:bold}.pro-ver .pro-item-price{font-size:16px;font-weight:bold;color:#826e5e}.pro-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff}.pro-list[data-type="gallery"] .pro-item{width:15%;-webkit-box-flex:0;-ms-flex:none;flex:none;padding:10px;border:1px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;position:relative;margin-right:2%}.pro-list[data-type="gallery"] .pro-item:nth-child(6n){margin-right:0}.pro-list[data-type="gallery"] .pro-item:nth-child(6n) .pro-item-thumb .img-show,.pro-list[data-type="gallery"] .pro-item:nth-child(6n-1) .pro-item-thumb .img-show,.pro-list[data-type="gallery"] .pro-item:nth-child(6n-2) .pro-item-thumb .img-show{right:100%}.pro-list[data-type="gallery"] .pro-item:nth-child(6n+1) .pro-item-thumb .img-show,.pro-list[data-type="gallery"] .pro-item:nth-child(6n+2) .pro-item-thumb .img-show,.pro-list[data-type="gallery"] .pro-item:nth-child(6n+3) .pro-item-thumb .img-show{left:100%}.pro-list[data-type="gallery"] .pro-item-thumb{width:100%;height:0;padding-top:100%;display:inline-block;background-size:contain;background-position:center;background-repeat:no-repeat;position:relative}.pro-list[data-type="gallery"] .pro-item-thumb .img-show{position:absolute;top:0;display:none;z-index:1;border:1px solid #eee}.pro-list[data-type="gallery"] .pro-item-thumb:hover .img-show{display:block}.pro-list[data-type="gallery"] .pro-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:180px;color:#777}.pro-list[data-type="gallery"] .pro-item-Code{font-weight:bold}.pro-list[data-type="gallery"] .pro-item-price{font-size:16px;font-weight:bold;color:#826e5e}.pro-list[data-type="gallery"] .pro-item-size{color:#ee3b3b}.pro-list[data-type="gallery"] .pro-item-image{display:block;position:absolute;width:100%;height:100%;left:0;top:0}.pro-list[data-type="gallery"] .pro-item-title{width:100%;display:block;line-height:30px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-list[data-type="list"]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pro-list[data-type="list"] .pro-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e8e8e8;border-top:none;margin-top:30px}.pro-list[data-type="list"] .pro-item:after{content:"";display:block;position:absolute;top:-1px;left:0;width:100%;height:3px;background:-webkit-gradient(linear, left top, right top, from(#00cbc8), color-stop(20%, #00cbc8), color-stop(20%, #ffc100), color-stop(40%, #ffc100), color-stop(40%, #ff3165), color-stop(60%, #ff3165), color-stop(60%, #0081df), color-stop(80%, #0081df), color-stop(80%, #ff8500), to(#ff8500));background:linear-gradient(to right, #00cbc8, #00cbc8 20%, #ffc100 20%, #ffc100 40%, #ff3165 40%, #ff3165 60%, #0081df 60%, #0081df 80%, #ff8500 80%, #ff8500 100%)}.pro-list[data-type="list"] .pro-item-thumb{margin-right:40px;width:300px;height:220px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.pro-list[data-type="list"] .pro-item-thumb .img-show{position:absolute;top:0;left:100%;display:none;z-index:1;border:1px solid #eee}.pro-list[data-type="list"] .pro-item-thumb:hover .pro-item-btngroup{display:block}.pro-list[data-type="list"] .pro-item-thumb:hover .img-show{display:block}.pro-list[data-type="list"] .pro-item-thumb .pro-item-btngroup{display:none;position:absolute;right:0;bottom:0}.pro-list[data-type="list"] .pro-item-thumb .pro-item-btngroup .pro-item-btn{width:36px;height:36px;background-color:#eee;display:block;text-align:center;line-height:36px;margin-bottom:10px}.pro-list[data-type="list"] .pro-item-thumb .pro-item-img{background-size:contain;width:300px;height:220px;background-repeat:no-repeat;background-position:center;position:relative}.pro-list[data-type="list"] .pro-item-thumb .pro-item-img .img-show{position:absolute;top:0;right:-100%}.pro-list[data-type="list"] .pro-item-main{-webkit-box-flex:1;-ms-flex:1;flex:1}.pro-list[data-type="list"] .pro-item-header{line-height:35px}.pro-list[data-type="list"] .pro-item-link{font-size:18px}.pro-list[data-type="list"] .item-content-main{width:408px}.pro-list[data-type="list"] .pro-item-code{font-size:20px;font-weight:bold}.pro-list[data-type="list"] .pro-item-price{font-size:24px;font-weight:bold;color:#826e5e}.pro-list[data-type="list"] .pro-item-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.pro-item-attrlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.pro-item-attrlist .pro-item-attr{width:50%;-webkit-box-flex:0;-ms-flex:none;flex:none;display:-webkit-box;display:-ms-flexbox;display:flex}.pro-item-attrlist .pro-item-atitle{width:100px;-webkit-box-flex:0;-ms-flex:none;flex:none;color:#aaabab}.account-header .account-topbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:25px 0}.account-header .account-topbar .account-topbar-link{margin-right:10px}.account-header .account-header-logo{width:275px;text-align:center;height:125px}.account-header .account-header-logo .header-logo-image{display:inline}.account-header .account-header-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.account-header .account-header-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account-header .account-header-title{border-left:2px solid #d6d6d6;padding-left:15px;margin-left:15px;line-height:35px;color:#ff7f50;font-size:24px}.account-header .account-header-exist{-ms-flex-item-align:start;align-self:flex-start;font-size:16px}.account-main{padding:50px 0}.account-main .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.account-main .login,.account-main .account-image{-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.account-main .login-form{font-size:12px;background-color:#fff;width:330px;border:1px solid #dedede;border-top:1px solid #95d462}.account-main .login-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px;line-height:45px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #dedede}.account-main .login-navbar-item{padding:0 10px}.account-main .login-navbar-item .icon{width:16px;height:16px;border-radius:50%;background-color:#999;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.account-main .login-navbar-item .icon:before{-webkit-transform:scale(0.6);transform:scale(0.6)}.account-main .login-navbar-item.active{color:#95d462;border-bottom:1px solid #95d462}.account-main .login-navbar-item:hover{color:#95d462}.account-main .login-form-content{padding:25px 35px}.account-main .login-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:35px;margin-bottom:20px;position:relative}.account-main .login-form-item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;width:33px;height:33px;background-color:#ddd;color:#fff;position:absolute;left:1px;right:1px;bottom:1px;top:1px}.account-main .login-form-input{border:1px solid #ddd;height:35px;padding:5px 10px 5px 43px;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:25px}.account-main .login-form-input:focus{border-color:#f40}.account-main .login-form-input:focus+.icon{background-color:#f40}.account-main .login-form-btn{color:#fff;line-height:35px;background-color:#f40;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:14px}.register .register-form{-webkit-box-flex:2;-ms-flex:2;flex:2;border-right:1px solid #ccc}.register .register-desc{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px;color:#f40}.register .register-desc p:last-child{margin-top:50px}.register .register-desc a{font-size:18px;color:#f00;line-height:25px}.register .register-desc .icon{font-size:20px}.register .register-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:38px;margin-bottom:15px;max-width:510px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.register .register-form-item.required{position:relative}.register .register-form-item.required:after{position:absolute;right:-15px;content:"*";color:#f00}.register .register-form-item .register-form-label{width:160px;text-align:right;margin-right:20px}.register .register-form-item .register-form-select,.register .register-form-item .register-form-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:38px;border:1px solid #dedede;min-width:250px;line-height:28px;padding:5px 10px}.register .register-form-item .register-form-select:focus,.register .register-form-item .register-form-input:focus{border-color:#f40}.register .register-form-item .register-form-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:250px;line-height:38px;text-align:center;color:#fff;font-size:14px;background-color:#f40}.member{background-color:#fff}.member .member-header .member-header-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex}.member .member-header .member-header-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:38px;height:40px;text-align:center;background-color:#f8f8f8;border:1px solid #ddd;margin-left:-1px}.member .member-header .member-header-btn.active{background-color:#fff}.member .member-header .member-header-btn:first-child{margin-left:0}.cart .cart-table{width:100%}.cart .cart-table th{white-space:nowrap}.cart .cart-table th,.cart .cart-table td{border:1px solid #e0e0e0;padding:5px 10px;font-weight:normal}.cart .cart-table .td-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart .cart-table .td-content.red{color:#e83b3f;font-weight:bold;font-size:16px}.cart .cart-table-thead{height:50px;line-height:40px;background-color:#f9f9f9;text-align:left}.cart .cart-item-image{width:100%}.cart .cart-item-remove{color:#999;font-size:24px;margin:0 auto}.cart .cart-item-num{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:200px;margin-right:150px}.cart .cart-item-num .cart-item-minus,.cart .cart-item-num .cart-item-plus,.cart .cart-item-num .cart-item-numinput{width:40px;height:40px;font-size:14px;border:1px solid #d4d4d4;text-align:center;line-height:20px;padding:10px 0;margin-left:-1px}.cart .cart-item-num .cart-item-minus{margin-left:0}.cart .cart-item-num .cart-item-numinput{font-size:12px;border:0}.cart .cart-item-num .cart-item-minus,.cart .cart-item-num .cart-item-plus{color:#9c9c9c}.cart .cart-item-num .cart-item-minus:hover,.cart .cart-item-num .cart-item-plus:hover{color:#333}.cart .cart-form{padding:20px 0}.cart .cart-form .cart-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.cart .cart-form .cart-form-label{line-height:40px}.cart .cart-form .cart-form-input{height:40px;padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:28px;border:1px solid #ddd}.cart .cart-total{font-size:16px;font-weight:bold}.cart .cart-total .cart-total-item{margin-left:auto;width:740px;line-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #eee;border-bottom-style:none}.cart .cart-total .cart-total-item:last-child{border-bottom-style:solid}.cart .cart-total .cart-total-item>div{padding:5px 10px}.cart .cart-total .cart-total-title{width:300px;background:#eee}.cart .cart-total .cart-total-content{color:#e83b3f}.cart .cart-btngroup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:50px 0;font-size:16px}.cart .cart-btngroup .cart-btn{padding:0 50px;height:50px;line-height:50px;border-radius:1px;text-align:center;color:#000;background-color:#f2ce79;margin-left:20px}.cart .cart-btngroup .cart-btn.black{background-color:#000;color:#fff}.order .order-content{padding:20px 0}.order .order-header{height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#f5f5f5;border-bottom:1px solid #e8e8e8;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.order .order-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px}.order .order-form .order-form-date{margin-right:15px;line-height:30px}.order .order-form .order-date-item{margin-right:15px}.order .order-form .order-date-radio{vertical-align:middle}.order .order-form .order-form-input{line-height:20px;height:30px;padding:4px;border:1px solid #ebebeb}.order .order-form .order-form-btn{font-size:12px;padding:0 10px;height:30px;line-height:30px;color:#fff;background-color:#f40}.order .order-form .order-form-btn:hover{background-color:#f60}.order .order-table{width:100%;margin-bottom:25px}.order .order-table .red{font-weight:bold;color:#e83b3f;font-size:18px}.order .order-table th,.order .order-table td{border:1px solid #e0e0e0;padding:5px 10px;font-weight:normal}.order .order-table .th-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order .order-table .tf-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.order .order-table .td-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px}.order .order-table-thead,.order .order-table-tfoot{line-height:40px;background-color:#f9f9f9;text-align:left}.order .order-table-thead tr,.order .order-table-tfoot tr{height:50px}.order .order-total{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px}.order .order-total .order-total-item{margin-right:15px}.order .order-item-remove{height:30px;line-height:28px;border:1px solid #ddd;font-size:12px;background-color:#fff;padding:0 15px}.order .order-item-remove:hover{color:#fff;background-color:#f40;border-color:#f40}.order .order-item .order-subitem-image{width:100%}.feedback{padding:20px 0}.feedback .feedback-content{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff}.feedback .feedback-banner{padding:10px 20px;border-right:1px solid #c0c0c0}.feedback .feedback-form{padding:15px 50px;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;line-height:38px}.feedback .feedback-form .feedback-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.feedback .feedback-form .feedback-form-item.required:after{content:"*";color:#f00;padding:0 10px}.feedback .feedback-form .feedback-form-label{width:80px;-webkit-box-flex:0;-ms-flex:none;flex:none;font-size:14px}.feedback .feedback-form .feedback-form-input{border:1px solid #ccc;width:300px;height:38px;line-height:26px;padding:5px 10px}.feedback .feedback-form .feedback-form-input:focus{border-color:#f40}.feedback .feedback-form .feedback-form-textarea{border:1px solid #ccc;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:26px;padding:5px 10px}.feedback .feedback-form .feedback-form-textarea:focus{border-color:#f40}.feedback .feedback-form .feedback-form-btn{width:160px;color:#fff;border-radius:2px;line-height:50px;height:50px;text-align:center;background-color:#000;font-size:20px}.feedback .feedback-form .feedback-form-btn:hover{background-color:#f60}.forgot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.forgot .forgot-tips{padding:50px 0}.forgot .forgot-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:38px;margin-bottom:15px;max-width:510px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.forgot .forgot-form-item.required{position:relative}.forgot .forgot-form-item.required:after{position:absolute;right:-15px;content:"*";color:#f00}.forgot .forgot-form-item .forgot-form-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:38px;border:1px solid #dedede;min-width:250px;line-height:28px;padding:5px 10px}.forgot .forgot-form-item .forgot-form-input:focus{border-color:#f40}.forgot .forgot-form-item .forgot-form-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:250px;line-height:38px;text-align:center;color:#fff;font-size:14px;background-color:#f40}.reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.reset .reset-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:38px;margin-bottom:15px;max-width:510px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reset .reset-form-item.required{position:relative}.reset .reset-form-item.required:after{position:absolute;right:-15px;content:"*";color:#f00}.reset .reset-form-item .reset-form-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:38px;border:1px solid #dedede;min-width:250px;line-height:28px;padding:5px 10px}.reset .reset-form-item .reset-form-input:focus{border-color:#f40}.reset .reset-form-item .reset-form-btn{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:250px;line-height:38px;text-align:center;color:#fff;font-size:14px;background-color:#f40}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:32px;padding:20px 0;font-size:14px}.pagination .pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px}.pagination .pagination-item{margin:0 10px;color:#999}.pagination .pagination-item.disabled{display:none}.pagination .pagination-item .pagination-item-link{color:#999}.pagination .pagination-item:hover .pagination-item-link,.pagination .pagination-item.active .pagination-item-link,.pagination .pagination-item.current .pagination-item-link{color:#2564b0}.pagination .pagination-item-link{min-width:32px;display:block;height:32px;line-height:32px;text-align:center;-webkit-transition:0.4s all;transition:0.4s all}.pagination .pagination-item-first .pagination-item-link,.pagination .pagination-item-last .pagination-item-link,.pagination .pagination-item-prev .pagination-item-link,.pagination .pagination-item-next .pagination-item-link{padding:0 10px}.pagination .pagination-select{min-width:80px;padding:6px 10px;margin-right:10px}.pagination .pagination-form{display:-webkit-box;display:-ms-flexbox;display:flex;color:#999}.pagination .pagination-form .pagination-input{width:50px;height:32px;border:1px solid #ddd;padding:4px 5px;line-height:30px;margin:0 5px;text-align:center}.pagination .pagination-form .pagination-btn{padding:0 20px;height:32px;line-height:32px;background-color:#f40;color:#fff;margin-left:10px}.pagination .pagination-form .pagination-btn:hover{background-color:#f60}.nodata{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:50px 0}.online{background-color:#fff}.online .online-list{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.online .online-item{margin-bottom:30px}.online .online-item-btn{width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;height:40px;line-height:38px;border-radius:3px;background-color:#f40;color:#fff}.online .online-item-btn:hover{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.6);box-shadow:0 0 2px 0 rgba(0,0,0,0.6)}.online .online-item-btn .icon{font-size:16px;margin-right:10px}#message-loading{width:125px;height:95px !important;padding:50px 10px 0;background-position:center 10px;background-color:#fff;border-radius:10px;border:1px solid #ddd;text-align:center;font-size:12px;line-height:18px}@-webkit-keyframes flash{0%{opacity:0}100%{opacity:1}}@keyframes flash{0%{opacity:0}100%{opacity:1}}.exibition .exibition-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px}.exibition .exibition-list .exibition-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px;width:100%;border-bottom:1px solid #eee;padding-bottom:30px}.exibition .exibition-list .exibition-item-img{width:780px;margin-right:20px}.exibition .exibition-list .exibition-img{width:100%}.exibition .exibition-list .exibition-item-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:15px 25px;line-height:2}.exibition .exibition-list .exibition-content-title{font-size:30px;font-weight:bold}.exibition .exibition-list .exibition-content-date{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.exibition .exibition-list .exibition-content-date .content-date-image{width:12px;height:13px;margin-right:10px}.exibition .exibition-list .exibition-content-booth,.exibition .exibition-list .exibition-content-address{font-size:20px}.demand .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #c0c0c0;padding:30px 0;margin:30px auto}.demand .demand-form{margin-right:50px}.demand .demand-form .demand-form-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;font-size:12px;line-height:38px}.demand .demand-form .demand-form-item.required:after{content:"*";color:#f00;padding:0 10px}.demand .demand-form .demand-form-label{text-align:right;width:100px;margin-right:10px}.demand .demand-form .demand-form-input{width:520px;border:1px solid #ccc;line-height:26px;height:38px;padding:5px 10px}.demand .demand-form .demand-form-input:focus{border-color:#f40}.demand .demand-form .demand-form-textarea{width:520px;border:1px solid #ccc;line-height:26px;padding:5px 10px}.demand .demand-form .demand-form-textarea:focus{border-color:#f40}.demand .demand-form .demand-form-tips{color:#999;margin-left:10px}.demand .demand-form .demand-form-upload{position:relative;width:120px;border:1px solid #999;height:38px;line-height:38px;text-align:center;border-radius:3px;background-color:#e8e8e8;cursor:pointer}.demand .demand-form #demand-picture{opacity:0;position:absolute;top:0;right:0;bottom:0;cursor:pointer}.demand .demand-form .demand-images-show{position:relative;float:left;margin:5px;width:100px;height:100px;background:no-repeat 50%;background-size:contain;border:1px solid #ccc}.demand .demand-form .demand-images-show:hover{border-color:#999}.demand .demand-form .demand-images-show:hover .demand-images-showdelete{display:block;color:#ff0000}.demand .demand-form .demand-images-showdelete{position:absolute;left:0;right:0;bottom:0;height:25px;background-color:#16468a;display:none;color:#f8f8f8;line-height:25px;text-align:center;cursor:pointer}.demand .demand-form .demand-form-btn{width:250px;color:#fff;border-radius:2px;line-height:40px;height:40px;text-align:center;background-color:#f40;font-size:16px}.demand .demand-form .demand-form-btn:hover{background-color:#f60}.demand #demand-validtime{width:168px}.demand .demand-qty-num{height:40px;display:-webkit-box;display:-ms-flexbox;display:flex}.demand .demand-qty-num .demand-qty-minus,.demand .demand-qty-num .demand-qty-plus,.demand .demand-qty-num .demand-qty-numinput{width:38px;height:38px;text-align:center;line-height:20px;padding:10px 0;margin-right:2px;border:1px solid #999}.demand .demand-qty-num .demand-qty-minus{margin-left:0}.demand .demand-qty-num .demand-qty-numinput{font-size:12px;background-color:#fff}.demand .demand-qty-num .demand-qty-minus,.demand .demand-qty-num .demand-qty-plus{color:#9c9c9c;background-color:#e8e8e8}.demand .demand-qty-num .demand-qty-minus:hover,.demand .demand-qty-num .demand-qty-plus:hover{color:#333}.advancesearch .home-section{margin:30px 0}.order-radio-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.order-radio-item{width:30%;margin-right:5%}.order-radio-item:nth-child(3n){margin-right:0}.my-radio{position:relative;z-index:1;cursor:pointer}.my-radio:checked::after{content:""}.my-radio::before{content:"";position:absolute;width:14px;height:14px;background-color:#fff;border:1px solid #eee}.my-radio::after{position:absolute;top:3px;left:3px;background-color:#d41b00;width:10px;height:10px}.radio-label{margin-left:5px;cursor:pointer}.crumbs{text-align:center}.crumbs .page-name{font-size:24px;font-weight:bold}.crumbs .crumbs-main{margin:15px 0 40px}.video .video-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.video .video-list .video-item{width:24%;margin-right:1.333334%;margin-bottom:50px;cursor:pointer}.video .video-list .video-item:nth-child(4n){margin-right:0}.video .video-list .video-item-title{text-align:center;font-size:18px;margin:15px 0}.video .video-list .video-item-thumb{position:relative;font-size:0;height:0;overflow:hidden;padding-top:75%}.video .video-list .icon-play{position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.5);background-image:url(/assets/images/play-9d5f82e9.png);background-position:center;background-repeat:no-repeat}.video .video-list .video-thumb{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%}.video .video-play{display:none;text-align:center;padding-top:50px;position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:9999}.cart .cart-list{margin-bottom:60px}.cart .cart-item{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #eee;border-top-style:none}.cart .item-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.cart .item-main-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cart .main-header-title{width:660px;margin-right:50px;font-size:18px}.cart .item-main-code{font-size:18px}.cart .cart-item-thumb{width:210px;height:210px;padding:20px;-webkit-box-flex:0;-ms-flex:none;flex:none}.cart .cart-item-ctn{width:200px;margin-right:50px;font-weight:bold}.cart .pro-item-attrlist{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.cart .pro-item-attr{width:35%}.register-main,.login-main{text-align:center;-webkit-transition:all 0.4s;transition:all 0.4s;width:730px;background-color:#fff}.register-title,.login-title{font-size:50px;font-weight:900;line-height:1;text-transform:uppercase;text-align:left;color:#333}.register-input-list,.login-input-list{margin:20px 0}.register-input-item,.login-input-item{margin:10px 0}.register-form-input,.login-form-input{height:50px}.register-btn-submit,.login-btn-submit,.register-sign-in,.login-join-us{width:160px;height:45px;line-height:45px;display:inline-block;border-radius:5px;color:white;font-size:18px;font-weight:600;margin:20px 0;text-transform:uppercase}.register-btn-item,.login-btn-item{border:1px solid #000}.register-main{height:742px;background-image:url(/assets/images/reg-87ce2942.jpg)}.register-main .register-title{position:relative;background-position:0 100%;padding:80px 0 50px 26px}.register-main .register-input-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.register-main .register-input-list .register-input-item{width:49%;margin:10px 0;position:relative}.register-main .register-input-list .register-form-input{width:85%;padding:0 10px}.register-main .register-input-list .register-input-must::after{content:"\FF0A";color:red;margin-left:5px;font-size:20px;position:absolute;top:14px;right:0}.register-main .register-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.register-main .register-btn-submit{background-color:#000;color:#fff;margin-right:20px}.register-main .register-sign-in{color:#000}.login-main{position:relative;background-image:url(/assets/images/login-ed9d9154.jpg);background-position:0 50%;padding-bottom:30px}.login-main .login-title{padding:50px 0 10px 180px}.login-main .login-input-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-main .login-form-input{width:100%;padding:0 48px 0 10px}.login-main .login-input-item{position:relative;width:51%}.login-main .login-input-icon{position:absolute;top:0;right:0;background-color:white;width:70px;height:50px;line-height:50px;border:1px solid #d5d5d5;font-size:25px}.login-main .icon-login-in,.login-main .icon-password1{font-size:25px;color:#8cc63f}.login-main .login-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:51%}.login-main .login-btn-submit{background-color:#000;color:#fff;margin-right:20px}.login-main .login-join-us{color:#000}.amap-copyright{display:none !important}.amap-logo{display:none !important}.to-top{position:fixed;right:30px;bottom:30px;background:rgba(0,0,0,0.2);font-size:50px;color:#fff;z-index:1;width:40px;text-align:center;-webkit-transform:scaleY(0.7);transform:scaleY(0.7);height:60px;line-height:60px;cursor:pointer;opacity:0;-webkit-transition:all .4s;transition:all .4s}.to-top.show{opacity:1}

@font-face{font-family:"iconfont";src:url(/assets/fonts/iconfont-f35fa0b8.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/iconfont-8ea3d109.woff2) format("woff2"),url(/assets/fonts/iconfont-1bbfc72e.woff) format("woff"),url(/assets/fonts/iconfont-8db2f2dd.ttf) format("truetype"),url(/assets/fonts/iconfont-bae7af79.svg#iconfont) format("svg")}i[class^="icon-"]:before,i[class*=" icon-"]:before{font-family:iconfont !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-address:before{content:"\F101"}.icon-arrow-down-s:before{content:"\F102"}.icon-arrow-down:before{content:"\F103"}.icon-arrow-left:before{content:"\F104"}.icon-arrow-left1:before{content:"\F105"}.icon-arrow-right-s:before{content:"\F106"}.icon-arrow-right:before{content:"\F107"}.icon-arrow-right1:before{content:"\F108"}.icon-arrow-up:before{content:"\F109"}.icon-cart:before{content:"\F10A"}.icon-cart1:before{content:"\F10B"}.icon-cart2:before{content:"\F10C"}.icon-cart3:before{content:"\F10D"}.icon-category:before{content:"\F10E"}.icon-close:before{content:"\F10F"}.icon-comment:before{content:"\F110"}.icon-contact1:before{content:"\F111"}.icon-delete:before{content:"\F112"}.icon-email:before{content:"\F113"}.icon-email2:before{content:"\F114"}.icon-email3:before{content:"\F115"}.icon-exit:before{content:"\F116"}.icon-eye:before{content:"\F117"}.icon-facebook:before{content:"\F118"}.icon-fav:before{content:"\F119"}.icon-fav2:before{content:"\F11A"}.icon-fax:before{content:"\F11B"}.icon-gallery:before{content:"\F11C"}.icon-gplus:before{content:"\F11D"}.icon-home:before{content:"\F11E"}.icon-instagram:before{content:"\F11F"}.icon-linkedin:before{content:"\F120"}.icon-list:before{content:"\F121"}.icon-lock:before{content:"\F122"}.icon-login:before{content:"\F123"}.icon-menu:before{content:"\F124"}.icon-minus:before{content:"\F125"}.icon-mobile:before{content:"\F126"}.icon-new:before{content:"\F127"}.icon-online:before{content:"\F128"}.icon-order:before{content:"\F129"}.icon-order2:before{content:"\F12A"}.icon-password:before{content:"\F12B"}.icon-plus:before{content:"\F12C"}.icon-problem:before{content:"\F12D"}.icon-qq:before{content:"\F12E"}.icon-refresh:before{content:"\F12F"}.icon-register:before{content:"\F130"}.icon-reset:before{content:"\F131"}.icon-screen:before{content:"\F132"}.icon-search:before{content:"\F133"}.icon-skype:before{content:"\F134"}.icon-sort-asc:before{content:"\F135"}.icon-sort-desc:before{content:"\F136"}.icon-star:before{content:"\F137"}.icon-telephone:before{content:"\F138"}.icon-twitter:before{content:"\F139"}.icon-user:before{content:"\F13A"}.icon-user1:before{content:"\F13B"}.icon-user2:before{content:"\F13C"}.icon-user3:before{content:"\F13D"}.icon-wechat:before{content:"\F13E"}.icon-whatsapp:before{content:"\F13F"}.icon-youtube:before{content:"\F140"}

