* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: Segoe UI;
}
/*@media screen and (max-width: 1225px) {*/
/*  body {*/
/*    width: 1226px;*/
/*  }*/
/*}*/
img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
a {
    border: none;
    text-decoration: none ;
    color: #000;
}
.border {
    border: 1px solid #f00;
}
.center {
    margin: 0 auto;
}
.w {
    width: 1226px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.border2 {
    border: 2px solid #ff6700;
}
.ft20 {
    font-size: 20px;
}
.ftbc {
    color: #ff6700;
    font-weight: bold;
}
.pr {
    padding-right: 40px;
}
.h3 {
    font-size: 22px;
    font-weight: bold;
}


body{
    /*background-color: #f0f0f0 !important;*/
}

input,select,textarea,option{
    font-weight: 500;
    color: #2c2c2c;
}
input::placeholder{
    color: #8a8a8a;
    font-style: italic;
}


body::-webkit-scrollbar {
    width: 0;
}
body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgb(210, 210, 210);
    background: #adadad;
}
body::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}
body::-webkit-scrollbar-track {
    border-radius: 8px;
    background: #e1e1e1;
}
body::-webkit-scrollbar-button {
    background: white;
    width: 0;
}

.sy-common-title{
    font-size: 14pt;
    color:#6b2918;
    font-weight: 700;
}

.sy-a{
    color:#6b2918;
    text-decoration: none;
}
.sy-a:hover{
    color: #1723a2;
}

.nav .nav-father{
    font-size: 10pt;
    text-decoration: underline !important;
    color: #49485f !important
}
.nav .nav-child{
    font-size: 10pt;
    color: #49485f !important
}

.sy-btn-primary{
    font-size: 11pt;
    background-color:#6b2918;
    color: white;
    border-radius: 10px;
    border:1px solid #121975;
    cursor: pointer;
    padding: 3px 14px 5px 14px;
    line-height: 20px;
}

.sy-btn-primary:hover,.sy-btn-primary:focus{
    background-color: #2c35ad;
    border:1px solid #121975;
    color: white;
    outline: none;
}

.sy-btn-primary:active{
    background-color: #353fd0;
}

.sy-btn-secondary{
    font-size: 11pt;
    background-color:#ef7f1f;
    color: white;
    border-radius: 10px;
    border:1px solid #01aae7;
    cursor: pointer;
    padding: 3px 8px 5px 8px;
    line-height: 20px;
}

.sy-btn-secondary:hover,.sy-btn-secondary:focus{
    background-color: #27c2fa;
    border:1px solid #01aae7;
    color: white;
    outline: none;
}

.sy-btn-secondary:active{
    background-color: #27c2fa;
    color: white;
}



.paginate{
    background-color: white;
    border-radius: 0 0 12px 12px;
}
.paginate .dark{
    color: rgba(20, 24, 102, 1);
    font-size: 9pt;
    font-weight: 700;
}
.paginate .light{
    color: rgb(88, 91, 128);
    font-size: 9pt;
}

.paginate .page-index{
    color: rgba(20, 24, 102, 1);
    height: 25px;
    width: 25px;
    font-size: 10pt;
    border: 1px solid #e3e3e3;
    text-align: center;
    margin-right: 5px;
    font-weight: 500;
}

.paginate .page-index.link-page:hover{
    background-color: rgb(247, 247, 253);
    cursor: pointer;
}

.paginate .page-index a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.paginate .page-index.cur-page{
    border: 1px solid rgba(232, 133, 2, 0.37);
    color: #de8002;
    background-color: #fdf6ef;;
}

.action-btn{
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-label-title{
    color: #6b2918;
    font-weight: 500;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: Segoe UI;
}
/*@media screen and (max-width: 1225px) {*/
/*  body {*/
/*    width: 1226px;*/
/*  }*/
/*}*/
img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
a {
    border: none;
    text-decoration: none ;
    color: #000;
}
.border {
    border: 1px solid #f00;
}
.center {
    margin: 0 auto;
}
.w {
    width: 1226px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.border2 {
    border: 2px solid #ff6700;
}
.ft20 {
    font-size: 20px;
}
.ftbc {
    color: #ff6700;
    font-weight: bold;
}
.pr {
    padding-right: 40px;
}
.h3 {
    font-size: 22px;
    font-weight: bold;
}
/*#nav{*/
/*    background-color: #f6ffd2;*/
/*}*/
/*#content{*/
/*    background-color: #f6ffd2;*/
/*}*/
/*#menubar{*/
/*    background-color: #f6ffd2;*/
/*}*/

#menubar .nav-item{
    position: relative;
}
#menubar .item-rfq{
    background-color: #ef7f1f;
    color: white !important;
    border-radius: 10px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    font-style: italic;
}
#menubar .layer1-item{
    font-weight: 600;
    font-size: 13pt;
    color: #6b2918;
}

#menubar .sy-menu-lvl1{
    min-width: 250px;
    position: absolute;
    z-index: 1000;
    /*top:35px;*/
}

#menubar .lvl1-title{
    color: #282828;
}

#menubar .list-group-item{
    line-height: 17px;
    color: #282828 ;
    font-weight: 500;
    font-size: 10pt;
    padding: 0.5rem 0.8rem;
    border-right: none;
}
#menubar .list-group-item a{
    color: #282828 ;
}
#menubar .list-group-item a:hover{
    color: #ef7f1f;
    text-decoration: none;
}

#menubar .list-group-item:first-child{

    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
#menubar .sy-menu-lvl1 .list-group-item .txt-prod{
    float: left;
    color: #6b2918;
    font-weight: 600;
    font-size: 12pt;
    text-decoration: none;
}
#menubar .sy-menu-lvl1 .list-group-item .txt-view-all{
    float: left;
    color: #6b2918;
    font-weight: 600;
    font-size: 10pt;
}

#menubar  .sy-menu-lvl1 .list-group-item-action i{
    float: right;
    color: grey;
    font-weight: 500;
    font-size: 12pt;
}
#menubar  .sy-menu-lvl1 .list-group-item-action:hover>.fa-angle-right{
    color: #6b2918;
    font-weight: 600;
    margin-right: -5px;
}

#menubar  .sy-menu-lvl1 .list-group-item-action:hover{
    border-left: 6px solid #ef7f1f;
    color: #ef7f1f;
    font-weight: 600;
    cursor: pointer;
    background: white;
}

#menubar .lvl1-img{
    width: auto;
    height:20px;
    margin-right: 8px;
}

#menubar .sy-menu-lvl2,
#menubar .sy-menu-lvl3{
    width: 250px;
    position: absolute;
    left: 250px;
    height: 550px;
    background: white;
    z-index: 1000;
}

#menubar .sy-menu-lvl2 .list-group-item,
#menubar .sy-menu-lvl3 .list-group-item{
    line-height: 17px;
    color: #282828;
    font-weight: 500;
    font-size: 10pt;
    border: none;
}

#menubar .sy-menu-lvl2  .list-group-item-action:hover{
    border-left: 6px solid #ef7f1f;
    color: #ef7f1f;
    font-weight: 600;
    cursor: pointer;
}

#menubar .sy-menu-lvl2 .list-group-item-action i{
    float: right;
    color: grey;
    font-weight: 500;
    font-size: 12pt;
}
#menubar .sy-menu-lvl2 .list-group-item-action:hover>.fa-angle-right{
    color: #6b2918;
    font-weight: 600;
    margin-right: -5px;
}

#menubar .sy-menu-lvl2 img{
    width: fit-content;
}

#menubar .dropdown-menu .dropdown-item{
    line-height: 28px;
    width: 250px;
    color: #121217;
    font-weight: 500;
    font-size: 10pt;
    border-bottom: 1px solid #cccccc;
}
#menubar .dropdown-menu .dropdown-item i{
    float: right;
    color: grey;
    font-weight: 500;
    font-size: 12pt;
    line-height: 28px;
}

#menubar .dropdown-menu .dropdown-item:hover{
    border-left: 6px solid #ef7f1f;
    color: #ef7f1f;
    font-weight: 600;
    cursor: pointer;
    background: white;
}

#menubar .dropdown-menu .dropdown-item:hover>.fa-angle-right{
    color: #6b2918;
    font-weight: 600;
    margin-right: -5px;
}

#header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: #333;
}

#header .center {
    width: 1226px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .center ul li a {
    display: flex;
    align-items: center;
    height: 12px;
    font-size: 14px;
    color: #b0b0b0;
    padding: 0 8px;
    border-right: 1px solid #b0b0b0;
}

#header .center ul li:last-of-type a {
    border-right: none;
}

#header .center .fl {
    flex-shrink: 0;
    display: flex;
    width: 680px;
}

#header .center .fr {
    display: flex;
    height: 40px;
}

#header .center .fr .user {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    position: relative;
}

#header .center .fr .user:hover .username {
    color: #ef7f1f;
    background-color: #fff;
}

#header .center .fr .user:hover .selector {
    padding: 7px 0;
    height: 120px;
}

#header .center .fr .user .username {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #b0b0b0;
    position: relative;
    z-index: 201;
}

#header .center .fr .user .selector {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 200;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    height: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.2s;
}

#header .center .fr .user .selector li {
    width: 100%;
    height: 27px;
    margin-top: 8px;
}

#header .center .fr .user .selector li:hover a {
    color: #ef7f1f;
    background-color: #fafafa;
}

#header .center .fr .user .selector li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    padding: 0;
    border: 0;
}

#header .center .fr .login {
    display: flex;
    align-items: center;
    width: 98px;
    height: 40px;
}

#header .center .fr .login li a {
    display: flex;
    align-items: center;
    height: 12px;
    font-size: 12px;
    color: #b0b0b0;
    padding: 0 8px;
    border-right: 1px solid #b0b0b0;
}

#header .center .fr .login li:last-of-type a {
    border-right: none;
}

#header .center .fr .shopcart {
    display: flex;
    width: 120px;
    font-size: 12px;
    color: #fff;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
    background-color: #ef7f1f;
}


#nav {
    width: 100%;
    /*height: 60px;*/
    /*background-color: #f6ffd2;*/
}

#nav .banner_x {
    margin-top: 20px;
    width: 1226px;
    height: 100%;
    display: flex;

}

#nav .banner_x > a {
    display: block;
    height: 100%;
}

#nav  .logo {
    width: 170px;
    height: 40px;
    /*text-indent: -10000px;*/
    /*background: url(../image/logo.webp) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*background-position: center;*/
}


#nav  .button {
    width: 100px;
    height: 40px;
    background: #ef7f1f;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #ef7f1f;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#nav-mobile .button {
    width: 80px;
    height: 30px;
    background: #ef7f1f;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #ef7f1f;
    box-sizing: border-box;
    text-align: center;
    /* line-height: 35px; */
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
 }

#nav .button img,#nav-mobile .button img{
    width:18px;
}

#nav  .button:hover, #nav  .button:focus{
    background-color: #f38a30;
    color: #fff;
    outline: none;
}

#nav  .button:active {
    background-color: #f38a30;
    color: #fff;
    outline: none;
}

#nav .cart-btn,.login-btn {
    width: 90px;
    height: 30px;
    background: white;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(19, 27, 124, 0.21);
    color: #6b2918;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
}

#nav .logined-btn{
    width: 100px;
    height: 40px;
    background: white;
    border: 0px solid rgba(19, 27, 124, 0.21);
    color: #6b2918;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
}


#nav .logined-btn img{
    height: 35px;
    border-radius: 16px;
}
#nav .logined-btn a{
    text-decoration: none;
    color: #2a2a2a;
}

#nav .logined-btn .dropdown-menu{
    border: 1px solid #cccccc;
    background-color: white;
    margin-top: 10px;
    padding: 0;
    font-size: 10pt;
}

#nav .logined-btn .dropdown-menu li{
    padding: 0 15px;
}
#nav .logined-btn .dropdown-menu li:not(:last-child){
    border-bottom: 1px dashed #cccccc;
}

#nav .logined-btn .dropdown-menu li:hover{
    background-color: #eeeefc;
}
#nav .logined-btn .dropdown-item{
    font-weight: 500;
    color: #2a2a2a;
}



#nav  .cart-btn{
    margin-left: 30px;
}

#nav  .cart-btn:hover,#nav  .login-btn:hover{
    background-color: #f8f8ff;
}

#nav  .cart-btn a,#nav  .login-btn a{
    text-decoration: none;
}


#nav  .search {
    width: 600px;
    position: relative;
    margin-left: 2rem;
    padding-right: 0 !important;
}

#nav  .search .text{
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 2px solid #ef7f1f;
    padding: 0 10px;
    box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
    border-radius: 8px 0px 0px 8px;

}

#nav-mobile  .search .text {
     box-sizing: border-box;
     width: 100%;
     height: 30px;
     border: 2px solid #ef7f1f;
     padding: 0 10px;
     box-shadow: 0px 1px 2px 0px rgba(18,18,23,0.05);
     border-radius: 8px 0px 0px 8px;
 }

#nav .search .text:focus,#nav-mobile .search .text:focus {
    outline: none;
    border: 1px solid #ef7f1f;
}

#nav  .search .text:focus ~ .keyword_list,#nav-mobile  .search .text:focus ~ .keyword_list {
    display: block;
}

#nav .search .search_hot,#nav-mobile .search .search_hot {
    position: absolute;
    top: 16px;
    right: 12px;
}

#nav  .search .search_hot a,#nav-mobile  .search .search_hot a {
    float: left;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
    background-color: #eee;
    color: #757575;
    transition: all 0.2s;
}

#nav .search .search_hot a:hover,#nav-mobile .search .search_hot a:hover {
    color: #fff;
    background-color: #ef7f1f;
}

#nav .search .keyword_list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #ef7f1f;
}

#nav .search .keyword_list li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 6px 15px;
    background-color: #fff;
}

#nav .search .keyword_list li:hover {
    background-color: #fafafa;
}

#nav  .search .keyword_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

#nav  .search .keyword_list li a .result {
    float: right;
    color: #b0b0b0;
}



.container {
    width: 100%;
    *zoom: 1;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.area-sn .input-sn{
    line-height: 30px;
    border-left:  2px solid #ef7f1f;
    border-top:  2px solid #ef7f1f;
    border-bottom:  2px solid #ef7f1f;
    border-right:  2px solid #ef7f1f;
    border-radius: 8px 0 0 8px;
    width: 20rem;
    padding-left: 5px;
    padding-right: 5px;
}

.area-sn .input-sn:focus{
    outline: 1px solid rgba(232, 133, 2, 0.71);
}

.area-sn .btn-sn{
    line-height: 30px;
    background-color:#ef7f1f;
    color: white;
    border-left: 2px solid #ef7f1f;
    border-top:  2px solid #ef7f1f;
    border-bottom:  2px solid #ef7f1f;
    border-right:  2px solid #ef7f1f;
    border-radius: 0 8px 8px 0;
    margin-left: -4px;
    outline: None;
}
.area-sn .btn-sn:focus{
    outline: None;
}

.site-footer{
    background: #222529;
    color: white;
}

.site-footer .item-title{
    font-weight: 500;
    font-size: 13pt;
    margin-top: 20px;
}

.site-footer .item-list li{
    font-weight: 400;
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 10px;
}
.site-footer .item-list i{
    margin-right: 5px;
}

.site-footer .item-list li a{
    color: rgba(255, 255, 255, 0.65);
}
.site-footer .item-list li a:hover{
    color: white;
    text-decoration: underline;
}

#rf-menu{
    position: fixed;
    top:40%;
    right:5px;
    border-radius: 25px 25px 25px 25px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#rf-menu li{
    margin-top: 20px;
}

#menu-quotation .sy-menu-lvl1 a{
    text-decoration: none;
}

#menu-quotation .sy-menu-lvl1 .list-group-item-action{
    color: #6b2918 !important;
}

#menu-quotation .sy-menu-lvl1 .list-group-item-action:hover{
    text-decoration: none;
    color: #5f0bc5 !important;
}

#menu-quotation .sy-menu-lvl1 .text-secondary{
    font-weight: 400;
}

#nav-mobile .layer1-item{
    font-weight: 600;
    font-size: 14px;
    color: #6b2918;
    margin-left: 2px;
}


.footer-social img,
.footer-pay img{
    margin-left: 15px;
    height: 20px;
}


#nav-mobile .item-rfq{
    background-color: #5f0bc5;
    color: white !important;
    border-radius: 10px;
    line-height: 30px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-style: italic;
    margin-left: 2px;
    font-size: 14px;
}


/*加载界面*/
.pnl-loading { position:fixed; top:48%; left:48%; z-index: 999;}
.pnl-load { width:40px; height:40px; }
.pnl-loading .load { width:40px; height:40px; }
.pnl-loading .word { width:100px; height:40px; font-style: italic;font-weight: 500;color: #2a2a2a; }
.pnl-loading .load hr { border:0; margin:0; width:40%; height:40%; position:absolute; border-radius:50%;animation:spin 2s ease infinite }

.pnl-loading .load :first-child{background:#6b2918;animation-delay:-1.5s}
.pnl-loading .load :nth-child(2){background:#dc8309;animation-delay:-1s}
.pnl-loading .load :nth-child(3){background:#6b2918;animation-delay:-0.5s}
.pnl-loading .load :last-child{background:#dc8309}

@keyframes spin{
    0%,100%{transform:translate(0)}
    25%{transform:translate(160%)}
    50%{transform:translate(160%, 160%)}
    75%{transform:translate(0, 160%)}
}


/* 蒙层的样式 */
.div-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
}