* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1500px;
  background: #e7ebee;
}
.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn{
  cursor: pointer;
  text-align: center;
}
.tc{
  text-align: center;
}
.pr{
  position: relative;
}
.po{
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%,0);
}

@font-face {
  font-family: "AvantiBold";
  src: url(../font/AvantiBold.ttf);
}
.top_nav .content{
  width: 1100px !important;
}


#main .detail {
  padding: 25px 50px 25px;
  height: auto;
}

.dis {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .detail h2 {
  text-align: center;
  font-size: 20px;
  height: 26px;
  margin-bottom: 20px;
}

#main .detail {
  width: 100%;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
#main .detail .content{
  width: 1100px;
  height: 247px;
  background-color: #ffffff;
  margin: 40px auto 40px;
  padding: 30px;
  position: relative;
  font-size: 16px;
  align-items: flex-start;
  z-index: 1;
}
#main .detail .mian_img {
	width: 300px;
    height: 182px;
    margin-right: 34px;
    flex-shrink: 0;
    border: solid 2px #e9e6e6;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px #0000002e;
	overflow:hidden;
}
#main .detail img {
  width: 100%;
  height: 100%;
}

#main .detail .right {
  height: 182px;
  position: relative;
  width: 100%;
}

#main .detail h2 {
  margin-bottom: 20px;
  text-align: left;
}

#main .detail .pricebox{
  width: 560px;
	height: 50px;
	background-color: #f3f3f3;
  padding-left: 13px;
  font-size: 12px;
	color: #999999;
}
#main .detail .pricebox p{
  font-size: 18px;
	color: #ff2400;
  margin-left: 30px;
}
#main .detail .pricebox p span{
  font-family: "AvantiBold";
  font-size: 35px;
	color: #e42000;
  margin-left: 10px;
}
#main .detail .remarkbox{
  width: 560px;
  border-top: dashed 1px #d9d9d9;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
  padding-top: 39px;
}
#main .detail .remarkbox>div{
  overflow: hidden;
  position: relative;
}
#main .detail .remarkbox>div>div:nth-child(1) p{
	width: 280px;
	height: 34px;
	border-radius: 3px;
	border: solid 1px #ff3000;
  font-size: 12px;
	color: #ff3000;
  margin-left: 20px;
  cursor: pointer;
  transition: all .3s;
}
#main .detail .remarkbox>div>div:nth-child(1):hover p{
  background: #ff3000;
  color: #ffffff;
  transition: all .3s;
}
#main .detail .remarkbox>div:hover{
  overflow: inherit;
}
#main .detail .remarkbox>div:hover .needKnow-lay{
  transition: all .3s;
  opacity: 1;
}
#main .detail .remarkbox .needKnow-lay{
  width: 384px;
  height: auto;
  background: #ffffff;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  box-shadow: 0px 0px 20px #b7b7b77d;
  position: absolute;
  top: 48px;
  left: 0;
  border-radius: 14px;
  opacity: 0;
  transition: all .3s;
  padding-top: 10px;
}
#main .detail .remarkbox .needKnow-lay>p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
}
#main .detail .remarkbox .needKnow-lay ul{
  padding-bottom: 10px;
}
#main .detail .remarkbox .needKnow-lay li{
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  padding-left: 16px;
  margin-bottom: 4px;
}

#main .detail .remarkbox .needKnow-lay li p:nth-child(2){
  font-weight: bold;
  color: #333333;
}
#main .detail .btm {
  width: 285px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  justify-content: flex-end;
}

#main .detail .btm .pay {
  font-size: 20px;
}

#main .detail .btm .pay span {
  color: #f10000;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

#main .detail .btm .pay i {
  font-size: 35px;
  display: inline-block;
  margin-left: 5px;
}


#main .detail .btm .btn,
#main .fixed .btn {
  width: 200px;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  color: #7b470e;
  /* background: #ff4516; */
  /* background-size: 100%; */
  line-height: 48px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50px;
  margin-right: 10px;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  position: relative;
  /* overflow: hidden; */
}
#main .detail .btm .btn:hover,
#main .fixed .btn:hover{
  overflow: inherit;
}
#main .detail .btm .btn .qrcode,
#main .fixed .btn .qrcode{
  position: absolute;
  width: 160px;
  height: 160px;
  top: -172px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #b7b7b77d;
  transition: all .3s;
  opacity: 0;
}
#main .fixed .btn .qrcode{
  top: 58px;
}
#main .detail .btm .btn .qrcode img,
#main .fixed .btn .qrcode img{
  width: 100%;
}

#main .detail .btm .btn:hover .qrcode,
#main .fixed .btn:hover .qrcode{
  opacity: 1;
  transition: all .3s;
}


#main .detail .zixun,
#main .fixed .zixun {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 14px;
  color: #7b470e;
  background: #ffc640;
  border-radius: 50px;
  background-size: 100%;
  margin-left: 20px;
  line-height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  background: url(../img/btn.png) no-repeat;
  background-size: 110% 110%;
  border: 1px solid #ffb300;
  background-position: center;
}
#main .fixed {
  width: 100%;
  min-width: 1500px;
  background: #ffffff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  box-shadow: 0px 0px 30px 0px rgb(12 4 7 / 20%);
}

#main .fixed>div {
  width: 1100px;
  margin: 0 auto;
  padding-right: 30px;
}

#main article {
  padding: 0;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}

#main article>p{
  font-size: 14px;
  line-height: 56px;
  text-align: left;
  width: 100%;
  color: #616161;
}
#main article .right {
  background-color: #ffffff;
  width: 870px;
}

#main article .right .tabbox,
#main .fixed .tabbox {
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  padding-left: 14px;
}

#main article .right .tabbox {
  background-image: linear-gradient(0deg, #f4f4f4 0%, #ffffff 100%);
}

#main .fixed .tabbox {
  background: none;
}

#main article .right .tabbox div,
#main .fixed .tabbox div {
  width: 120px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

#main article .right .tabbox div.active::after,
#main .fixed .tabbox div.active::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff123f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#main .samepart{
  padding-top: 50px;
}
#main .samepart>p{
  font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
  margin-bottom: 30px;
}
#main .samepart>p::before,
#main .samepart>p::after{
  content: "";
  width: 28px;
	height: 2px;
	background-color: #cccccc;
  margin: 0 28px;
}
#main .tabcontent{
  padding: 20px;
  opacity:0;
}

#main .infobox{
  padding-top: 8px;
}
#main .infobox ul{
  border-bottom: solid 1px #f2f2f2;
  padding: 0 100px 20px 47px;
}
#main .infobox li {
  align-items: flex-end;
  margin-right: 30px;
  min-width: 30%;
}
#main .infobox li .l{
  text-align: center;
  margin-right: 30px;
}
#main .infobox li .l>p{
  font-size: 16px;
	line-height: 25px;
	color: #000000;
  margin-top: 14px;
}
#main .infobox li >p{
  font-size: 14px;
	line-height: 25px;
	color: #666666;
}
#main .infobox .infoText>div{
  min-height: 80px;
  border-bottom: solid 1px #f2f2f2;
  font-size: 16px;
  color: #000000;
  padding-left: 47px;
  padding-right: 80px;
  padding: 10px 80px 10px 47px;
  /* line-height: 28px; */
}
#main .infobox .infoText>div span{
  flex-shrink: 0;
}
#main .infobox .infoText>div p{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-left: 29px;
  line-height: 26px;
}
#main .pic .imgs{
  padding: 0 15px;
}
#main .pic .imgs img{
  width: 100%;
}
#main .needKnow li{
  font-size: 14px;
	line-height: 25px;
	color: #666666;
  padding-left: 47px;
  margin-bottom: 8px;
}

#main .needKnow li p:nth-child(2){
  font-weight: bold;
  color: #333333;
}
#main .contactbox>div{
  padding: 0 15px;
}
#main .contact {
  width: 190px;
  height: 150px;
  border: solid 2px #e9e6e6;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  color: #000000;
}

#main .contact b {
  font-size: 18px;
  height: 47px;
  color: #000000;
  border-bottom: #ebebeb solid 1px;
  align-items: flex-start;
  margin-bottom: 24px;
  line-height: 47px;
}
#main .contact3 b{
  margin-bottom: 12px;
}
#main .contact4 b{
  margin-bottom: 10px;
}
#main .contact p {
  line-height: 14px;
  margin-bottom: 17px;
}

#main .contact .leyubtn {
  width: 160px;
  height: 36px;
  background-color: #ff123f;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
}
#main .contact .leyubtn.cur{
  cursor: pointer;
}
#main .contact .leyubtn img {
  margin-right: 5px;
}
#main .contact .item{
  height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
  align-items: stretch;
  overflow: hidden;
}
#main .contact .item.yzm{
  margin-bottom: 5px;
	border: solid 1px #e5e5e5;
}
#main .contact input{
  width: 82px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #e5e5e5;
  padding-left: 8px;
}
#main .contact .item.yzm input{
  width: 100%;
	border-radius: 0;
  border: none;
}
#main .contact .getYzm{
  width: 75px;
	background-color: #333333;
	border-radius: 0px 6px 6px 0px;
  color: #ffffff;
  font-size: 12px;
  flex-shrink: 0;
}
#main .contact .submit{
  width: 71px;
	height: 36px;
	background-color: #ff123f;
	border-radius: 18px;
  color: #ffffff;
}

#main .contact4 p{
  line-height: 20px;

}
#main .contact4 img{
  width: 82px;
}
/* productlayout */
.sameLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 21;
}

.sameLay>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.sameLay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.sameLay .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.sameLay h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sameLay .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.sameLay .close img {
  width: 100%;
}

.productlayout form {
  flex-wrap: wrap;
  padding: 25px 25px 20px;
}

.productlayout .item,
.productlayout input,
.productlayout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.productlayout .item {
  margin-bottom: 8px;
}

.productlayout input,
.productlayout select {
  padding-left: 10px;
}

.productlayout select {
  background: #f1f1f1 url(../img/form_arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.productlayout .item.yzm input {
  width: 100%;
}

.productlayout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.productlayout .submit {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
}

.qrcodelayout  .qrcode{
  width: 140px;
  margin: 0 auto;
  padding: 20px 0;
}

.qrcodelayout  .qrcode img{
  width: 100%;
}

.needlayout>div{
  width: 450px;
  height: auto;
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.needlayout>div>p{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.needlayout li{
  font-size: 14px;
	line-height: 22px;
	color: #666666;
  padding-left: 47px;
  margin-bottom: 10px;
}

.needlayout li p:nth-child(2){
  font-weight: bold;
  color: #333333;
}