/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,font,em{margin:0;font-style: normal;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:14px / 1.6;line-height:24px;font-family:"fzltxhjw","PingFang SC", "Microsoft Yahei", "sans-serif", "Arial", "Hiragino Sans GB", sans-serif;font-weight: normal;background:#f5f9fd;}
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;*max-width:100%;-webkit-touch-callout:none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}




/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #e1eaf3;
}
/*城市筛选下拉-滚动条样式*/
select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #e1eaf3;
}
/*滚动条样式 end*/

/* 以1920px宽度，100px字体大小为基准动态的根元素字体大小 */

html { font-size: calc(100vw * 100 / 1920); }
@media screen and (min-width: 1920px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 1024px) {
    html { font-size: 100px; }
}
@media screen and (max-width: 768px) {
  html { font-size: calc(100vw * 100 / 768); }
  html { font-size: 100px; }
}
@media screen and (max-width: 368px) {
  html { font-size: calc(100vw * 100 / 360); }
  html { font-size: 90px; }
}

/*字体*/
@font-face {
    font-family: "Futura-Light";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura-Medium";
    src: url("../font/Futura-Medium.woff2");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.otf");
}
@font-face {
    font-family: "Current-Regular";
    src: url("../font/Current-Regular.otf"); 
}
@font-face {
    font-family: "Oswald-Regular";
    src: url("../font/Oswald-Regular.ttf");
}
@font-face {
    font-family: "BigJohnPRO-Light";
    src: url("../font/BigJohnPRO-Light.otf");
}
@font-face {
    font-family: "BigJohnPRO-Regular";
    src: url("../font/BigJohnPRO-Regular.otf");
}
@font-face {
    font-family: "BigJohnPRO-Bold";
    src: url("../font/BigJohnPRO-Bold.otf");
}
@font-face {
    font-family: "Medel";
    src: url("../font/Medel.woff2");
}
@font-face {
    /*FZ*/
    font-family: "fzltxhjw";
    src: url("../font/fzltxhjw.woff2");
}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full {
    width:100%;
}
.container {
    width: 92%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
}




/*头部*/
.header {
    display: flex;
    padding: 0 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: none;
    transition:1s all;

}
.header::after{
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    *background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}

.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 30%;
    max-width: 160px;
    height: 57px;
    background: url(../images/logo.svg) no-repeat left center/100%;
    transition:0.8s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 5% 0 auto; 
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    position:relative;
    float: left;
    padding: 10px 40px;
    max-width: 200px;
    transition:padding 0.5s;
}
.header .nav ul li>a {
    font-size: 16px;
    color:#fff;
    padding: 4px 0;
    transition: all 0.8s;
}
.header .nav ul li.active::after {
    position:absolute;
    left:50%;
    bottom:-1px;
    transform: translate(-50%,0%);
    content: "";
    width: 100%;
    height: 1px;
    background:#fff;
}
@media screen and (max-width:1600px){
.header .nav ul li {
    padding: 10px 12px;
}
}
@media screen and (max-width:1400px){
.header .submenu .tel{
    display:none;
}
}

/*头部-搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    display:none;
}
.header .nav .searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.header .nav .searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.header .nav .searchfix .box {
    max-width: 1530px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
}
.header .nav .searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.header .nav .searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;
}


.header .menu{ 
    display:none;
    width:39px; 
    height:39px; 
    margin-left:20px;
    margin-top:8px;background:url(../images/menu.svg) no-repeat center;
    background-size:cover;}

.header .submenu {
}
.header .submenu a {
    display:block;
}
.header .submenu .search {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../images/search.svg) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .englist {
    width: 20px;
    height: 21px;
    margin:0 30px 0 0;
    background: url(../images/en.svg) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .tag {
    text-align: center;
    line-height: 23px;
    margin-left: 15px;
    margin-top: 18px;
    color:#fff;
}
.header .call {
    padding: 0 0 0 40px;
    background: url(../images/tel.svg) no-repeat left center/30px;
}
.header .call p {
    font-size: 12px;
    color: #fff;
}
.header .call .tel {
    font-size: 16px;
    color: #fff;
    font-family: 'Futura-Medium';
}


/*下拉菜单*/
.header .nav ul li:hover .sub-box {
    display: block;
}
.sub-box {
    position: absolute;
    left: 50%;
    top: 79px;
    transform: translate(-50%, 0%);
    z-index: 8;
    width: 180px;
    display: none;
    padding: 20px;
    border-radius: 0px;
    background: #fff;
}
.sub-box a,.headerfix .nav ul li .sub-box a {
    display: block;
    font-size: 16px;
    color:#000;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.nav ul li .sub-box a:hover {
    background: url(../images/home/logo-icon.svg) no-repeat left center / 18px;
}
.sub-box a:last-child {
    *border-bottom: none;
}
.sub-box a:hover,.headerfix .nav ul li .sub-box a:hover  {
    color:#e40023;
}

@media (max-width: 1024px){
.header .nav ul li:hover .sub-box {
    display: none;
}
}
/*下拉菜单*/


/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}
.headerfix,.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .logo,.headerfixmenu .logo {
    background: url(../images/logo-fix.svg) no-repeat left center/100%;
} 
.headerfix .nav ul li {
}
.headerfix .nav ul li a { 
    font-size: 16px;
    color:#3a3a3a;
}
.headerfix .nav ul li.active::after {
    background:#e4002b;
}
.headerfix .submenu .search {
    background: url(../images/search-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .englist {
    background: url(../images/en-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .tag {
    color:#252525;
}
.headerfix .call {
    padding: 0 0 0 40px;
    background: url(../images/telfix.svg) no-repeat left center/30px;
}
.headerfix .call p {
    color: #666;
}
.headerfix .call .tel {
    color: #3a3a3a;
}
/*头部绝对定位样式 end*/

/*头部鼠标悬浮时样式 end*/
.header-hover {
    background-image: -webkit-linear-gradient(top,#e4002b,#e4002b);
}
.header-hover .logo {
    background: url(../images/logo.svg) no-repeat left center / 100%;
}
.header-hover .nav ul li>a { 
    color:#fff;
}
/*头部鼠标悬浮时样式 end*/


/*以下代码是自适应样式*/
@media screen and (max-width:1320px){
.header .logo {
    width: 14.4%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
.header .nav {}
.header .submenu {}

}

@media screen and (max-width:1178px){
.header .submenu {
    display:none;
}
.header .nav {
    margin-left: 5%;
    line-height: 59px;
}
}


@media screen and (max-width:1024px){
.header {
    padding:0.2rem 0;
}
.header .container::before,
.header .container::after {
    display: none;
}
.header .flex {
    justify-content: space-between;
}
.header .logo {
    min-width: 120px;
    height: 0.4rem;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}
.header .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.2rem 0;
    line-height: 0.46rem;
    background: #fff;
    background-size: 220px;
}
.header .nav ul {
    padding:0 0.3rem;
    flex-direction: column;
}
.header .nav ul.fl,
.header .nav ul.fr {
    width: 100%;
    height: auto;
    padding:0 0.3rem;
    justify-content: flex-start;
}
.header .nav ul li {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0.1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0);
    background: url(../images/about/M-icon.svg) no-repeat left center;
    background-size: 18px;
}
.header .nav ul li>a {
    width: 80%;
    font-size: 0.18rem;
    color:#333;
    margin: 0 10% 0 0;
    padding: 0px 0.1rem;
}
.header .nav ul li>i {
    position: absolute;
    right: 5%;
    top: 0.3rem;
    z-index: 2;
    transform: translate(0%, -50%);
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/more-icon.svg) no-repeat center center / 0.12rem;
    font-size: 0.16rem;
    font-style: normal;
    transition: transform 0.3s;
}
.header .nav ul li>i.active{
    transform: rotate(90deg);
}
.sub-box {
    position: static;
    transform: translate(0%, 0%);
    width: 100%;
}
.sub-box a,.headerfix .nav ul li .sub-box a {
    text-align: left;
}
.headerfix .nav ul li .sub-box .word-fl {
    width: 100%;
}
.headerfix .nav ul li .sub-box .word-fl a {
    position: relative;
    display: block;
    font-size: 0.16rem;
    color: #3a3a3a;
    margin: 0 0%;
    padding: 0.05rem 0%;
}

.header .menu{ 
    display:block;
    width:0.4rem; 
    height:0.4rem; 
    margin-left:20px; 
    margin-top:0px;
    background:url(../images/menu.svg) no-repeat center; background-size:30px;
}
.headerfix .menu {
    background: url(../images/menu-fix.svg) no-repeat center/30px;
}
.headerfixmenu .menu {
    background: url(../images/menu-close.svg) no-repeat center/30px;
}
}


/*头部消失动画*/
.header-close {
    top:-150px;
}
/*头部消失动画*/


/*尾部*/
.footer {
    position: relative;
    background-image: -webkit-linear-gradient(top,#fff,#f5f9fd);
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer::before {
    opacity: 0.02;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/**.svg) no-repeat left center/25%;
    transition: all 3s;
}
.footer .footer-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5%;
    padding:5% 0 4% 0;
}




/*尾部-菜单*/
.footer .footer-box .foot-menu {
    width:65%;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-box .foot-menu .item {
    width:auto;
}
.footer .footer-box .foot-menu .item .one-footmenu {
    margin: 0 0 0.2rem 0;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    opacity:1;
    font-size: 0.18rem;
    color: #000;
}
.footer .footer-box .foot-menu .item .two-footmenu {
    margin: 0.2rem 0 0 0;
}
.footer .footer-box .foot-menu .item .two-footmenu a {
    display:block;
    font-size: 0.14rem;
    color:#333;
    padding:3px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item .two-footmenu a:hover {
    color:#e4002b;
    transform: translate(5px,0px);
}


.footer-contact {
    width:30%;
    position:relative;
}

.footer-contact .vi {
    margin:0 0 0rem 0;
}
.footer-contact .vi img {
    max-width: 1.8rem;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    opacity: 0.8;
    font-size: 0.14rem;
    color: #252525;
    margin:0.3rem 0 0.05rem 0;
    padding: 0px 0;
}
.footer-contact .address p {
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 0.14rem;
    color:#000;
    opacity:0.8;
}
.footer-contact .address p.call {
    opacity:1;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color:#000;
}
.footer-contact .address p.call a {
    font-size: 0.32rem;
    color:#000;
    font-family: "Medel";
    line-height: 1.6;
}

.footer-contact .guanzhu {
    margin:0 0 0 0;
}
.footer-contact .guanzhu .tit {
    opacity: 0.8;
    font-size: 0.14rem;
    color: #252525;
    margin:0 0 0.1rem 0;
}
.footer-contact .guanzhu .icon {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;
}
.footer-contact .guanzhu .icon .item {
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 25px;
    position: relative;
}
.footer-contact .guanzhu .icon .item i {
    position: relative;
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
}
.footer-contact .guanzhu .icon .item i img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    max-width: 0.18rem;
}
.footer-contact .guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
    *box-shadow: 0 4px 4px rgba(127, 127, 127, 0.1);
    border: 2px solid #f1f1f1;
}
.footer-contact .guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-contact .guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}
.footer-contact .vi {
    *display: none;
}
.footer-contact .vi img {
    max-width: 1.6rem;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 0.16rem;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 0.36rem;
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 0.14rem;
    padding: 0 0;
}

.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}


/*尾部-版权*/
.copy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0.3rem 0 0.2rem 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}
.copy .Copyright {}
.copy .Copyright p {
    display:inline-block;
    margin:0 0.2rem 0 0;
    font-size: 0.14rem;
    color:#000;
}
.copy .Copyright p a {
    color:#000;
}
.copy .Copyright p a:hover {
    color:#e4002b;
}
.copy .Friendly {}
.copy .Friendly p {
    display:inline-block;
    margin:0 0 0 0;
    font-size: 0.14rem;
    color:#000;
}
.copy .Friendly a {
    display:inline-block;
    margin:0 0.05rem;
    font-size: 0.14rem;
    color:#000;
}
.copy .Friendly a:hover {
    color:#e4002b;
}

@media screen and (max-width:1024px){
.footer {
    margin: 0 0 0 0;
    padding:0.1rem 0 0.1rem 0;
}

.footer .footer-box {
    padding：0 0;
}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 0.4rem 0 0 0;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item .one-footmenu {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.footer .footer-box .foot-menu .item .one-footmenu a {
    display: block;
}
.footer .footer-box .foot-menu .item .one-footmenu i {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 2;
    transform: translate(0%, -50%);
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/more-icon.svg) no-repeat center center / 0.12rem;
    font-size: 0.16rem;
    font-style: normal;
    transition: transform 0.3s;
}
.footer .footer-box .foot-menu .item .one-footmenu i.active{
    transform: rotate(90deg);
}
.footer .footer-box .foot-menu .item .two-footmenu{
    display:none;
    margin: 0.1rem 0 0.2rem 0.1rem;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

/*尾部-版权*/
.copy {
    padding:0.15rem 0 0.1rem 0;
}
.copy .Copyright {}
.copy .Copyright p {
}
.copy .Copyright p a {

}
.copy .Friendly {
    display: none;
}
.copy .Friendly p {
}
.copy .Friendly a {
}
}
/*尾部*/


/*经销商专区账号登录*/
.buss-login {
    position: relative;
}
.buss-login .photo {
    width: 100%;
}
.buss-login .photo img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}


.buss-login .container {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.buss-login .word {
    float:left;
    width: 100%;
    max-width: 6rem;
    min-width: 3rem;
    height: 100%;
    padding:0% 5%;
    
    display: flex;
    *justify-content: center;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 30% 0;
}
.buss-login .word .form .form-group {
    margin:0.1rem 0px;
}
.buss-login .word .word-title {
    font-size: 0.26rem;
    color: #fff;
    text-align: left;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h3 {
    font-size: 0.38rem;
    font-weight: bold;
    margin:0 0 10% 0;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 10%);
}
.buss-login .word .word-title h4 {
    font-size: 0.26rem;
}
.buss-login .word .form-control {
    width: 100%;
    height: 0.46rem;
    background: rgb(255,255,255,0.2);
    -moz-background: rgb(255,255,255,0.2);
    -webkit-background: rgb(255,255,255,0.2);
    -o-background: rgb(255,255,255,0.2);
    -ms-background: rgb(255,255,255,0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #fff;
    line-height: 0.46rem;
    text-indent: 1em;
    margin: 0 0.1rem 0 0;
}
.buss-login .word  .form input::-webkit-input-placeholder {
    font-size: 0.14rem;
    color: #fff;
}
.buss-login .word .form-bottom {
    width: 100%;
    height: 0.46rem;
    max-width: 100%;
    background: rgb(255,255,255,0.6);
    font-size: 0.16rem;
    color: #2d2926;
    line-height: 0.46rem;
    text-shadow: 6px 8px 10px rgb(0 0 0 / 0%);
}
.buss-login .word .form-bottom:hover {
    background: rgb(255,255,255,1);
    background: #e4002b;
    color:#fff;
}

.buss-login .word .form .go {}
.buss-login .word .form .go a {
     font-size: 14px;
     color:#fff;
     padding:0 10px;
}
@media screen and (max-width:1024px){
.buss-login {
    position: relative;
}
.buss-login .photo {
    width: 100%;
}
.buss-login .photo img {
    width: 100%;
}


.buss-login .container {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.buss-login .word {
    float:left;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding:0% 5%;
    
    display: flex;
    *justify-content: center;
    align-items: center;
    
}
.buss-login .word .form {
    width: 100%;
    padding: 0 0 5% 0;
}
.buss-login .word .form .form-group {
    margin:10px 0px;
}
.buss-login .word .word-title {
    font-size: 0.2rem;
    margin:0 0 5% 0;
    text-align: center;
}
.buss-login .word .word-title h3 {
    font-size: 0.2rem;
    margin:0 0 5% 0;
}
.buss-login .word .word-title h4 {
    font-size: 0.16rem;
}
.buss-login .word .form-control {
    width: 100%;
    height: 0.46rem;
    background: none;
    border: solid 1px #fff;
    font-size: 14px;
    color: #fff;
    line-height: 0.46rem;
    text-indent: 1em;
    margin: 0 10px 0 0;
}

.buss-login .word .form-bottom {
    width: 100%;
    height: 0.46rem;
    max-width: 100%;
    *background: #fff;
    border: solid 1px #fff;
    font-size: 0.14rem;
    color: #000;
    line-height: 0.46rem;
}
}
/*经销商专区账号登录 end*/

/*按钮动画*/
.btn-wave{*position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);*overflow:hidden;}
.btn-wave:after{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-image: -webkit-linear-gradient(top,#de3336,#e4002b);border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:after,.btn-wave-active:after{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*按钮动画 end */



/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
    *background: -webkit-radial-gradient(rgba(0,0,0,.1) 0,rgba(0,0,0,.45) 55%,rgba(0,0,0,.6) 70%,rgba(0,0,0,.9) 100%);
}
.searchfix .box {
    background: #fff url(../images/logo-fix.svg) no-repeat center 18%;
    background-size: 20%;
    width: 100%;
    max-width: 1200px;
    margin: auto auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.searchfix .box .btn {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#e4002b url(../images/search.svg) no-repeat center center/26px;
}
.searchfix .box .btn:hover {
    background:#e4002b url(../images/search.svg) no-repeat center center/28px;
}

/*搜索功能*/


/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:auto;max-height: 600px; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px;}
.modal .modal-content video{ width:100%; height:100%; height:auto;max-height: 500px;background: #000;}



/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}