.formbox-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.formbox {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    /* 同一行的高度相同 */
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.formbox-row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 0px 0px;
}

.formbox-row>.input1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 45px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.formbox-cmd {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 50px auto;
    padding: 0px 0px;
}

.formbox-cmd>.button-send {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 1px #f93822;
    border-radius: 5px;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #f93822;
    outline: none;
    cursor: pointer;
    transition-duration: 0.3s;
}

.formbox-cmd>.button-send:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    border: solid 1px #f93822;
    border-radius: 5px;
    background: #f93822;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition-duration: 0.3s;
}

/*--------自适应--------*/


.headersearch-box {
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0px 0px;
    padding: 0px 0px;
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
}

.headersearch-box::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.headersearch {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 650px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%) translateY(0%);
}

.headersearch-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.headersearch-t>.headersearch-close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.headersearch-b {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 0px 0px;
    padding: 10px 10px;
}

.headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 90%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.headersearch-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-l>.input-headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.headersearch-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.headersearch-search-r>.button-headersearch-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: none;
    background: #f93822;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.button-headersearch-search>label {
    color: #fff;
    font-size: 14px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*--------自适应--------*/


.pager{ box-sizing: border-box; clear: both; font-size: 14px; width:100%; height:auto; margin:40px 0 50px 0;padding:0 0px 0 0; text-align:center; }
.pager a{color:#666;font-size: 14px; text-decoration:none;border: solid 1px #ddd;display: inline-block;padding:6px 10px;margin: 2px 4px; border-radius: 3px;}
.pager a:visited { color: #666; text-decoration: none }
.pager a:active { color: #666;text-decoration: none }
.pager a:hover{color:#666;text-decoration:none;}
.pager a.cur{color: #f93822;background:#fff;border:solid 1px #f93822;}
.pager a.prev{}
.pager a.next{}
.pager a.off{ color: #dddddd; border: solid 1px #ddd;}
.pager span{ float: right;}
.pager input{ outline: none; width: 40px; height: 29px; text-align: center; line-height: 28px; border: solid 1px #ccc;}
.pager button{ outline: none; width: 40px; height: 29px; line-height: 28px; border: solid 1px #ccc; border-left: none; cursor: pointer;}



.search-result{ 
    box-sizing: border-box ; 
    margin: 10px auto ; 
    padding: 0 0 0 0 ; 
    width: 100% ; 
    height: auto ; 
    text-align: center ;  
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
}



.detailbox{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
}
.detailbox h1{
    font-size: 50px;
}
.detailbox h2{
    font-size: 40px;
}
.detailbox h3{
    font-size: 30px;
}
.detailbox h4{
    font-size: 20px;
}
.detailbox h5{
    font-size: 18px;
}
.detailbox p{
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.detailbox img{
      width: auto;
      max-width: 100%;
      margin: 10px auto;
      height: auto;
}
.detailbox video{
      width: auto;
      max-width: 100%;
      margin: 10px auto;
      height: auto;
}

.detailbox table {
      margin: 10px 0;
      padding: 0 0;
      width: 100%;
      height: auto;
      border-collapse: collapse;
}
.detailbox table th {
      border: solid 1px #ddd;
      min-height: 50px;
      height: auto;
}
.detailbox table tr {
      border: solid 1px #ddd;
}
.detailbox table tr td {
      border: solid 1px #ddd;
      padding: 15px 15px;
      font-size: 16px;
      color: #000;
      line-height: 1.8;
}
.detailbox .wp-video {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/*---------  ---------*/

.productbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}


.productbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}
.product-form {
	position: fixed;
	max-width: 960px;
	height: 500px;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* height: 80%; */
	overflow-x: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.m-product-table {
	background: #fff;
	border-top: 5px solid #19212F;
	padding: 40px 50px 35px;
}
.formtitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #f93822;
	padding-right: 60px;
	margin-bottom: 10px;
}
.form-text {
	font-size: 16px;
	color: rgba(47, 47, 47, 0.7);
}
.product-formtable {
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding: 18px 0 0;
}
.input-item {
	position: relative;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #373737;
}
.name-tit em {
	font-style: normal;
	color: #d91921;
}
.quote-box {
	position: relative;
	background: #fff;
}
.quote-box span {
	position: absolute;
	width: 55px;
	top: 0;
	left: 0;
	height: 100%;
	background: #f93822;
	text-align: center;
}
.quote-box span img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    filter: invert(1) brightness(100);
}
.quote-box input, .quote-box textarea, .quote-box select {
	font-size: 16px;
	height: 50px;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
}
.quote-box textarea {
	height: 90px;
}
.quote-box select {
	background: url("../images/wicon20.png") right center no-repeat;
}


.product-formtable {
    margin-top: 20px;
    border-top: 1px solid #D2D2D2;
    padding: 18px 0 0;
}
.clearfix {
    zoom: 1;
}


.product-formtable ul li.li1 {
    margin: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;;
    column-gap: 20px;
}
.product-formtable ul li.li1 .input-item {
    float: left;
    width: 50%;
    padding: 0 0px;
    margin-bottom: 0;
}

.quote-box {
    padding-left: 50px;
}
.quote-box span {
    width: 50px;
    height: 50px;
}

.quote-box input, .quote-box textarea, .quote-box select {
    height: 50px;
    overflow: hidden;
    width: 100%;
    flex: 1;
    margin: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    outline: none;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.sendfeedback ul{
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
}

.sendfeedback ul li{
    list-style: none;
}

.contact-submit {
    margin-top: 28px;
}

.contact-submit input {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #f93822;
    background: #fff;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: solid 1px #f93822;
    outline: none;
    cursor: pointer;
    transition-duration: 0.3s;
}

.contact-submit input:hover {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    border: solid 1px #f93822;
    background: #f93822;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-transform: uppercase;
    letter-spacing: 5px;
    outline: none;
    cursor: pointer;
    transition-duration: 0.3s;
}


.sign-text {
    color: rgba(47, 47, 47, 0.7);
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    right: 50px;
}

.sign-text .check-icon {
    width: 25px;
    height: 25px;
    display: none;
    vertical-align: -7px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #eee;
}

.popclose-btn {
    width: 42px;
    height: 42px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
}
.popclose-btn>label{
    color:#d91921;
    font-size: 30px;
}