img {
  border: none !important;
}
a {
  text-decoration: none;
  color: #fff;
}
.header .headerSpan {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.header .liveStreaming {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* 确保文本在容器内部正确省略 */
}

.c-green {
	color: rgba(39,159,61,1) !important;
}
.all {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  position: relative;
}
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}
.header {
  display: flex;
  width: 100%;
  margin: auto;
  position: fixed;
  z-index: 300;
  left: 50%;
  top: 10px;
  transition: 500ms;
  transform: translate(-50%, 0%);
  box-sizing: border-box;
  padding:0 2.5%;
  justify-content: space-between;
  align-items: center;
}
.header .header_left {
  display: flex;
  height: 70px;
  width: 40%;
}
.header .header_left .header_left_list {
  display: flex;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}
.header .header_left .header_left_list span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-left: 5px;
}
.header .header_left .header_left_list img {
  margin-right: 5px;
  margin-left: 5px;
}
.header .header_left .header_left_list .liveStreamingImg {
  width: 27px;
  height: 22px;
}
/*
.header .center {
  width: 40%;
}*/
.header .right {
  width: 40%;
  display: flex;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
  height: 70px;
  align-items: center;
  justify-content:flex-end;
}
.header .right img {
  margin-right: 20px;
}

.header .right .right-header img{
  width: 28px;
  height: 28px;
}
.header .searchBox {
	width: 300px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 70px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    transform: translate(-420px, -53px);
    z-index: 10000000;
}
.header .searchBox span {
  font-size: 13px;
  color: #fff;
  width: 60px;
  text-align: center;
}
.header .searchBox .searchBoxLeft {
  display: flex;
  width: 80%;
}
.header .searchBox .searchBoxLeft input {
  width: 70%;
  border: none;
  outline: none;
  background-color: transparent;
}
.header .searchBox .resou {
  margin-right: 5px !important;
}
.header .searchBox .delImg {
  cursor: pointer;
  margin-left: 10px;
}
.classificationOfGoodsAll {
  position: relative;
}

.classificationOfGoodsAll .classificationGoods {
	max-width: 400px;
	height: 200px;
	display: none;
	position: absolute;
	padding-top: 222px;
	left: 0;
	width: max-content;
}

.classificationOfGoodsAll:hover .classificationGoods{
  display: block;
}

.classificationOfGoodsAll:hover .headerSpan,
.classificationOfGoodsAll-ac  .headerSpan{
  color: rgba(39,159,61,1) !important;
}

.h-img2 {
  display: none;
}

.classificationOfGoodsAll:hover .h-img1,
.classificationOfGoodsAll-ac .h-img1{
  display: none;
}

.classificationOfGoodsAll:hover .h-img2,
.classificationOfGoodsAll-ac .h-img2 {
  display: inline-block;
}

.classificationOfGoodsAll .classificationGoods .classificationGoodsList {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .title {
  text-align: center;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .line {
  width: 100%;
  height: 0.1px;
  background: #fff;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .line:first-child {
    display: none;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .top a {
  width: auto;
  margin-right: 15px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .center a {
  width: calc(100%/4);
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .footer1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.classificationOfGoodsAll .classificationGoods .classificationGoodsList .footer1 a {
  width: calc(100%/4);
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}
.liveStreamTableAll {
  position: relative;
}
.liveStreamTableAll .liveStreamTable {
  position: absolute;
  width: auto;
  margin-top: 350px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.liveStreamTableAll:hover .liveStreamTable{
  display: block !important;
}

.liveStreamTableAll:hover .liveStreaming {
  color: rgba(39,159,61,1) !important;
}

.liveStreamTableAll .liveStreamTable table {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  border-collapse: collapse;
  border: 1px solid #d2cdc9;
}
.liveStreamTableAll .liveStreamTable table img {
  margin-top: 3px;
}
.liveStreamTableAll .liveStreamTable table td {
  border: 1px solid #d2cdc9;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.liveStreamTableAll .liveStreamTable::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.businessAreaList {
  position: relative;
  box-sizing: border-box;
}
.businessAreaList1 {
  position: absolute;
  width: 200px;
  height: 60px;
  padding-top: 100px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.businessAreaList1 .NewsListContent {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.NewsListAll {
  position: relative;
}


.NewsListAll .NewsList {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  padding-top: 56px;
}

.NewsListAll:hover .headerSpan {
  color:rgb(46, 162, 65) !important;
}

.NewsListAll:hover .NewsList {
  display: flex;
}

.h-img2 {
  display: none;
}

.NewsListAll:hover .h-img1 {
  display: none;
}

.NewsListAll:hover .h-img2 {
  display: inline-block;
}

.NewsListAll .NewsList .NewsListContent {
  width: 95%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  height: 100%;
  position: relative;
}
.NewsListAll .NewsList .NewsListContent a {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
}
.NewsListAll .NewsList .NewsListContent a:hover {
  color: #279f3d;
}
.advancedCustomization {
  position: relative;
}
.advancedCustomization .advancedCustomizationList {
  position: absolute;
  padding-top: 120px;
  left: 0px;
  display: flex;
  justify-content: center;
}
.advancedCustomization .advancedCustomizationList .NewsListContent {
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.advancedCustomization .advancedCustomizationList .NewsListContent a {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
  width: 50px;
}
.advancedCustomization .advancedCustomizationList .NewsListContent a:hover {
  color: #279f3d;
}
.joint {
  width: 100%;
  height: 20px;
}
.subscribe {
  position: relative;
}
.subscribe .screenPullDownContent {
  background-color: rgba(0, 0, 0, 0.5);
}
.subscribe .screenPullDown {
  position: absolute;
  width: 450px;
  height: 700px;
  left: 0;
  top: 65px;
}
.subscribe .screenPullDown .title {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.subscribe .screenPullDown .title span {
  font-size: 16px;
  color: #279e3b;
}


.subscribe:hover .screenPullDown{
  display: block !important;
}

.subscribe:hover .headerSpan,
.subscribe-ac  .headerSpan{
  color: rgba(39,159,61,1) !important;
}

.subscribe:hover .h-img1,
.subscribe-ac .h-img1{
  display: none;
}

.subscribe:hover .h-img2,
.subscribe-ac .h-img2 {
  display: inline-block;
}


.subscribe .screenPullDown .screenPullDownList {
  width: 97%;
  margin: 10px auto 0;
  height: 200px;
  display: flex;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt {
  width: 60%;
  height: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  padding-right: 15px;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel {
  width: 96%;
  margin: 30px auto 0;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList {
  display: flex;
  align-items: center;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList span {
  font-size: 12px;
  color: #fff;
  width: 30%;
  display: block;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList select {
  color: #fff;
  background-color: transparent;
  width: 60%;
  outline: none;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList .screenPullDownListLtDelListButton {
  width: 100%;
  height: 25px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 25px;
  background-color: #279f3b;
  margin-top: 18px;
  margin-left: 5px;
  border-radius: 5px;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList .screenPullDownListLtDelListSel {
  width: 100%;
  margin-left: 5px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListLt .screenPullDownListLtDel .screenPullDownListLtDelList .screenPullDownListLtDelListSel select {
  width: 44%;
  font-size: 13px;
  color: #fff;
  outline: none;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListRt {
  width: 40%;
  height: 100%;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListRt .screenPullDownListRtImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.subscribe .screenPullDown .screenPullDownList .screenPullDownListRt .screenPullDownListRtImg img {
  margin-bottom: 10px;
}

.subscribe .screenPullDown .screenPullDownList .screenPullDownListRt .screenPullDownListRtImg-img {
  width: 80%;
}

.screenPullDown .screenPullDownContent::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 14%;
  margin-left: -10px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}
.StoreInquiry1 {
  right: -500px;
  z-index: 99999;
}
.StoreInquiry1 img {
  cursor: pointer;
}
.StoreInquiry {
  width: 420px;
  height: 86vh;
  position: absolute;
  top: 80px;
  right: 17px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 25;
  transform: 300ms;
  transition: 300ms;
}
.StoreInquiry .szh_none {
  border-bottom: none !important;
}
.StoreInquiry .StoreInquiryAll {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #727d83;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList {
  width: 92%;
  margin: 15px auto 0;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList .StoreInquiryHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList .StoreInquiryHeader span {
  color: #fff;
  font-size: 14px;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList .StoreInquiryHeader img {
  width: 24px;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList .StoreInquiryHeaderSel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.StoreInquiry .StoreInquiryAll .StoreInquiryHeaderList .StoreInquiryHeaderSel .el-select {
  width: calc(48% - 30px);
}
.StoreInquiry .StoreInquiryContent-c {
  height: calc(100vh - 250px);
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 8px; /* 滚动条宽度 */
}

::-webkit-scrollbar-track {
  background: unset; /* 滚动条轨道背景色 */
}

::-webkit-scrollbar-thumb {
  background: rgba(200,200,200,0.6); /* 滚动条滑块颜色 */
}

.StoreInquiry .StoreInquiryContent {
  width: 100%;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll {
  width: 92%;
  margin: 15px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #8c9399;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .header1 {
  text-align: left;
  float: left;
  display: inline-block;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .header1 span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 8px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .header2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .header2 span {
  font-size: 13px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 7px;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .phone {
  display: flex;
  align-items: center;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .phone img {
  margin-left: 10px;
  width: 15px;
  height: 15px;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll .phone span {
  font-size: 13px;
  color: #fff;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 {
  width: 100%;
  border-bottom: 1px solid #8c9399;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 .StoreInquiryContentAll1List {
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 .StoreInquiryContentAll1List .List4 {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 .StoreInquiryContentAll1List .List4 span {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 .StoreInquiryContentAll1Footer {
  width: 80%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  justify-content: center;
}
.StoreInquiry .StoreInquiryContent .StoreInquiryContentAll1 .StoreInquiryContentAll1Footer .StoreInquiryContentAll1FooterList {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.shoppingTrolley {
  position: fixed;
  width: 420px;
  height: 70vh;
  top: 80px;
  right: -500px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: 300ms;
  transition: 300ms;
}
.shoppingTrolley .shoppingTrolleyContent {
  width: 100%;
  border-bottom: 1px solid #939a9e;
}
.shoppingTrolley .shoppingTrolleyContent .shoppingTrolleyContentClose {
  width: 95%;
  margin: 5px auto 0;
  text-align: right;
}
.shoppingTrolley .shoppingTrolleyContent .shoppingTrolleyContentClose img {
  text-align: right;
  cursor: pointer;
}
.shoppingTrolley .shoppingTrolleyContent .shoppingTrolleyContentTitle {
  width: 90%;
  margin: 0px auto 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 45px;
  line-height: 45px;
}
.shoppingTrolley .shoppingTrolleyContent .span1 {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.shoppingTrolley .shoppingTrolleyShoppingList {
  width: 100%;
  border-bottom: 1px solid #939a9e;
  height: 440px;
}
.shoppingTrolley .shoppingTrolleyShoppingList .shoppingTrolleyShoppingList1 {
  width: 90%;
  margin: 20px auto 0;
  height: 95%;
  overflow-y: auto;
}
.shoppingTrolley .shoppingTrolleyShoppingList .shoppingTrolleyShoppingList1 .List5 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.shoppingTrolley .shoppingTrolleyShoppingList .shoppingTrolleyShoppingList1 .List5 img {
  width: 170px;
  height: 170px;
  margin-right: 15px;
}
.shoppingTrolley .shoppingTrolleyShoppingList .shoppingTrolleyShoppingList1 .List5 span {
  font-size: 13px;
  color: #e3e3e3;
}
.shoppingTrolley .shoppingTrolleyPri {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
}
.shoppingTrolley .shoppingTrolleyPri span {
  font-size: 13px;
  color: #e3e3e3;
}
.shoppingTrolley .settleAccounts {
  width: 92%;
  margin: 30px auto 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #000;
  border-radius: 2px;
}
.shoppingTrolley .settleAccounts span {
  font-size: 13px;
  color: #e3e3e3;
}
.SelectedStore {
  height: 70vh !important;
}
.SelectedStore .header1 img {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
}
.SelectedStore .SelectedStoreContent {
  width: 92%;
  margin: 20px auto 0;
}
.SelectedStore .SelectedStoreContent .SelectedStoreContentTl {
  font-size: 13px;
  color: #dfe1de;
  letter-spacing: 3px;
  font-weight: 700;
}
.SelectedStore .CommodityScreening {
  width: 90%;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
}
.SelectedStore .CommodityScreening span {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}
.SelectedStore .SelectedStoreInput {
  width: 90%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.SelectedStore .SelectedStoreInput .SelectedStoreInputList {
  display: flex;
  margin-right: 10px;
  margin-bottom: 15px;
}
.SelectedStore .SelectedStoreInput .SelectedStoreInputList #male input[type='radio'] {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0.4) !important;
  width: 13px !important;
  height: 13px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: baseline !important;
  line-height: 13px !important;
  position: relative !important;
  border: 1px solid #868686 !important;
  background-color: #0c0b0b !important;
}
.SelectedStore .SelectedStoreInput .SelectedStoreInputList #male input[type='radio']:checked::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
.SelectedStore .SelectedStoreInput .SelectedStoreInputList span {
  margin-left: 5px;
  font-size: 13px;
  color: #bababa;
}
.submitOrder {
  height: 80vh !important;
}
.submitOrder .submitOrderFooter {
  width: 92%;
  margin: 5px auto 0;
}
.submitOrder .submitOrderFooter span {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.submitOrder .submitOrderFooter img {
  cursor: pointer;
}
.submitOrder .submitOrderTheme {
  width: 90%;
  margin: 15px auto 0;
  display: flex;
  transition: 300ms;
  transform: 300ms;
}
.submitOrder .submitOrderTheme span {
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
}
.submitOrder .submitOrderTheme select {
  color: #fff;
  border: none;
  background-color: transparent;
  outline: none;
}
.receptionist {
  width: 78%;
  margin: 5px auto 0;
}
.receptionist span {
  font-size: 13px;
  color: #fff;
}
.receptionist .receptionistContent {
  width: 100%;
  display: flex;
}
.receptionist .receptionistContent .receptionistContentList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
/*.receptionist .receptionistContent .receptionistContentList span:nth-child(1) {
  width: 80px;
  height: 80px;
  background-color: #000;
}
.receptionist .receptionistContent .receptionistContentList span:nth-child(2) {
  margin-top: 10px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}*/
.receptionist .leaveMessage {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.receptionist .leaveMessage span {
  font-size: 13px;
  color: #fff;
  width: 15%;
}
.receptionist .leaveMessage .leaveMessageInput {
  width: 80%;
  border-bottom: 1px solid #989695;
}
.receptionist .leaveMessage .leaveMessageInput input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #989695;
}
.detailedInformation {
  width: 90%;
  margin: 15px auto 0;
}
.detailedInformation .detailedInformationList {
  width: 100%;
  display: flex;
  align-items: center;
}
.detailedInformation .detailedInformationList select {
  margin-left: 10px;
  height: 30px;
  width: 40%;
  text-align: center;
  color: #686868;
  outline: none;
}
.detailedInformation .sex {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.detailedInformation .sex .input1 {
  display: flex;
  align-items: center;
}
.detailedInformation .sex span,
.detailedInformation .sex label {
  font-size: 13px;
  color: #fff;
}
.detailedInformation .name {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.detailedInformation .name span {
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  width: 15%;
}
.detailedInformation .name .name1 {
  display: flex;
  align-items: center;
  width: 100%;
}
.detailedInformation .name .NameInput {
  width: 80%;
  border-bottom: 1px solid #989695;
}
.detailedInformation .name .NameInput input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #a2a1a1;
}
.detailedInformation .phone {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.detailedInformation .phone .phone1 {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.detailedInformation .phone .phone1 .phone1List {
  display: flex;
  align-items: center;
  width: 60%;
  margin-right: 10px;
}
.detailedInformation .phone .phone1 .phone1List span:first-child {
  font-size: 13px;
  color: #fff;
}
.detailedInformation .phone .phone1 .phone1List .send-msg{
	color: #e6a23c;
	font-size:12px;
	margin-left:5px;
	cursor:pointer;
}
.detailedInformation .phone .phone1 .phone1List .phoneInput {
  width: 45%;
  border-bottom: 1px solid #686868;
}
.detailedInformation .phone .phone1 .phone1List .phoneInput input {
  width: 100%;
  background-color: transparent;
  color: #fff;
  border: none;
  outline: none;
}
.detailedInformation .phone .phone1 .phone1List1 {
  display: flex;
  align-items: center;
  width: 40%;
  margin-right: 10px;
}
.detailedInformation .phone .phone1 .phone1List1 span {
  font-size: 13px;
  color: #fff;
  width: 50px;
}
.detailedInformation .phone .phone1 .phone1List1 .phoneInput {
  width: 50%;
  border-bottom: 1px solid #686868;
  margin-left: 3px;
}
.detailedInformation .phone .phone1 .phone1List1 .phoneInput input {
  width: 100%;
  background-color: transparent;
  color: #686868;
  border: none;
  outline: none;
}
.detailedInformation .xieyi {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.detailedInformation .xieyi .xieyi1 {
  display: flex;
  margin-left: 10px;
}
.detailedInformation .xieyi #male input[type='radio'] {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0.4) !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: baseline !important;
  line-height: 13px !important;
  position: relative !important;
  border: 1px solid #868686 !important;
  background-color: #0c0b0b !important;
}
.detailedInformation .xieyi #male input[type='radio']:checked::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
.detailedInformation .xieyi span,
.detailedInformation .xieyi a {
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}
.detailedInformation .xieyi span {
  color: #fff;
}
.detailedInformation .xieyi a {
  color: #00a83f;
}
.detailedInformation .Fooetr {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 40px;
  cursor: pointer;
}
.detailedInformation .Fooetr span {
  width: 40%;
  height: 40px;
  background-color: #00a83f;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
}
.advancedCustomization1 {
  height: 55vh;
  width: 420px;
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transform: 300ms;
  transition: 300ms;
  overflow: hidden;
  cursor: pointer;
}
.advancedCustomization1 .title2 {
  display: inline-block;
  width: calc(100% - 40px);
  text-overflow:ellipsis ;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

.advancedCustomization1 .title1 {
  display: block;
}

.advancedCustomization1:hover {
  height: 55vh !important;
  width: 420px !important;
}

.advancedCustomization1:hover .title2 {
  display: none !important;
}

.advancedCustomization1:hover .title1 {
  display: block !important;
}

.advancedCustomization1 .advancedCustomization1Header {
  width: 85%;
  margin: 10px auto 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
.advancedCustomization1 .advancedCustomization1Header span {
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}
.advancedCustomization1 .advancedCustomization1Header img {
  width: 18px;
  height: 18px;
}
.advancedCustomization1 .advancedCustomization1List {
  width: 80%;
  margin: 40px auto 0;
}
.advancedCustomization1 .advancedCustomization1List span {
  color: #eeeeee;
  font-size: 15px;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel img {
  margin-left: 10px;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel .num1 {
  margin-left: 10px;
  display: flex;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel .num1 .num2 {
  width: 20px;
  height: 20px;
  border: 1px solid #969da3;
  border-right: none;
  border: 3px 0px 0px 3px;
  background-color: #323a3d;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel .num1 .num3 {
  border: 1px solid #969da3;
  border-right: none;
  background-color: #323a3d;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
}
.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel .num1 .num4 {
  width: 20px;
  height: 20px;
  border: 1px solid #969da3;
  border: 0px 3px 3px 0px;
  background-color: #323a3d;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.advancedCustomization1 .advancedCustomization1List .advancedCustomization1ListDel .yuding {
  font-size: 13px;
  color: #9dfe00;
  margin-left: 15px;
  cursor: pointer;
}

.advancedCustomization1 .advancedCustomization1List .goods-spsx-tan {
	height: 20vh;
    width: 600px;
    position: fixed;
    bottom: 100px;
    right: -600px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    transform: 300ms;
    transition: 300ms;
    overflow-y: auto;
    cursor: pointer;
	padding: 20px;
	box-sizing: border-box;
	color:#fff !important;
	font-size:14px;
	line-height:170%;
	letter-spacing:2px;
}

.advancedCustomization1 .advancedCustomization1List  .goods-spsx>img {
	transition:300ms;
}

.advancedCustomization1 .advancedCustomization1List .goods-spsx-ac .goods-spsx-tan {
	right:20px;
}


.advancedCustomization1 .advancedCustomization1List  .goods-spsx-ac>img {
	transform:rotate(180deg);
}






.advancedCustomization1 .advancedCustomization1List .Detail1 span {
  font-size: 17px;
}
.advancedCustomization1 .advancedCustomization1List #male {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.advancedCustomization1 .advancedCustomization1List #male input[type='radio'] {
  outline: none !important;
  -webkit-appearance: none !important;
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0.4) !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: baseline !important;
  line-height: 13px !important;
  position: relative !important;
  border: 1px solid #868686 !important;
  background-color: #b5b3b6 !important;
}
.advancedCustomization1 .advancedCustomization1List #male input[type='radio']:checked::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
.advancedCustomization1 .advancedCustomization1List .jiaruAll {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.advancedCustomization1 .advancedCustomization1List .jiaruAll .jiaru {
  width: 40px;
  height: 40px;
  border: 1px solid #606060;
  border-radius: 50%;
  background-color: #c0c0c0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advancedCustomization1 .advancedCustomization1List .jiaruAll .jiaru img {
  width: 30px;
  height: 30px;
  margin-left: 0px !important;
}
.advancedCustomization1 .advancedCustomization1List .jiaruAll .qiatan {
  background-image: url('../assets/beijing.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.advancedCustomization1 .advancedCustomization1List .jiaruAll .qiatan span {
  font-size: 13px;
  margin-left: 25px;
  text-align: center;
  line-height: 40px;
}
.productPresentation .productPresentationAll {
  display: flex;
  align-items: center;
}
.productPresentation .productPresentationAll .productPresentationAllList {
  width: 100px;
  height: 30px;
  background-color: #c76210;
  text-align: center;
  line-height: 30px;
  border-radius: 8px 0px 0px 8px;
}
.productPresentation .productPresentationAll .productPresentationAllList span {
  color: #edca8a;
}
.productPresentation .productPresentationAll .productPresentationAllList1 {
  width: 30px;
  height: 30px;
  background-color: #c87211;
  border-radius: 0px 8px 8px 0px;
  text-align: center;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productPresentation .productPresentationAll .productPresentationAllList1 img {
  margin-left: 0px;
  width: 16px;
  height: 16px;
}
.WindowReduction {
  width: 150px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 9999;
  line-height: 40px;
  transform: 300ms;
  transition: 300ms;
}
.WindowReduction .WindowReductionContent {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.WindowReduction .WindowReductionContent img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.WindowReduction .WindowReductionContent span {
  color: #fff;
  font-size: 13px;
}

/**
修改部分
 */
#header-all .el-input__inner{
  background: inherit;
  color: #fff;
}


#header-all .login .el-input__inner{
  background: inherit;
  color: #333333;
}

.el-select-dropdown {

  z-index: 9999999 !important;
}

#header-all .el-input--mini .el-input__inner {
  height: 25px;
  line-height: 25px;
}

#header-all .el-select-dropdown__item span{
  color: #606266 !important;
}

.c-show1 {
  left: 80px !important;
}

.c-show2 {
  left: 20px !important;
}

.c-show3 {
  left: 135px !important;
}

.shoppingTrolleyShoppingList1 .List5 {
  position: relative;
}

.shoppingTrolleyShoppingList1 .List5 a {
  color: #fff;
  text-decoration:underline;
  margin-right: 15px;
}

.shoppingTrolleyShoppingList1 .el-icon-circle-close{
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.heightFull {
	height: 107vh !important;
}

.heightFullPer {
	height: 100%;
}