.aside-container {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.aside-bar {
  width: 85px;
  height: 100%;
  position: relative;
}

.aside-bar .bar-middle {
  position: absolute;
  bottom: 150px;
  right: 0;
}

.aside-bar .bar-middle .bar-logo {
  position: relative;
  height: 71px;
  margin-bottom: 10px;
}

.aside-bar .bar-middle .label-logo {
  position: absolute;
  right: 0;
  width: 80px;
  padding: 6px 0 6px 6px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}

.aside-bar .bar-middle .label-logo a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-bar .bar-middle .label-logo .apply {
  display: none;
  color: #ffffff;
  width: 100px;
  margin-left: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.aside-bar .bar-middle .bar-normal {
  width: 55px;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  text-align: center;
}

.aside-bar .bar-middle .bar-normal .bar-item {
  text-align: center;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.aside-bar .bar-middle .bar-normal .bar-item:last-child:before {
  position: absolute;
  content: "";
  width: 80%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1.5px solid #e1c39d;
}

.aside-bar .bar-middle .bar-normal .bar-item > img {
  width: 35px;
  position: relative;
  z-index: 2;
}

.aside-bar .bar-middle .bar-normal .bar-item .bar-item-desc {
  position: absolute;
  width: 120px;
  right: -120px;
  top: 11px;
  text-align: left;
  color: #fff;
  padding: 15px 35px 15px 5px;
  font-size: 14px;
  border-radius: 15px 0 0 15px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f45302;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  font-weight: bolder;
}

.aside-bar .bar-middle .bar-normal .bar-item .qrcode {
  position: absolute;
  width: 105px;
  left: 105px;
  top: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 0;
}

.aside-bar .bar-middle .bar-normal .bar-item:nth-child(3):hover .qrcode {
  left: -105px;
  top: -120px;
}

.aside-bar .bar-middle .bar-normal .bar-item:hover .bar-item-desc {
  right: 0;
  visibility: visible;
}

.main-content {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  display: none;
}

.jsPanel {
  z-index: 100000 !important;
}

.jsPanel:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.jsPanel .ui-draggable-handle {
  background-color: #4E6EF2 !important;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jsPanel .ui-draggable-handle h3 {
  line-height: 1.3;
}

.jsPanel .ui-draggable-handle .jsPanel-title {
  color: #fff !important;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  line-height: 10px;
}

input::-webkit-input-placeholder {
  line-height: 1.5em;
}

.message_board {
  z-index: 1000;
  font-size: 12px;
}

.message_board .message_content {
  width: 90%;
  height: 68px;
  padding: 10px 12px;
  resize: none;
  overflow: hidden;
  border: 1px solid #DCDFE6;
  background-color: #fff;
  text-align: left;
  outline: 0;
  border-radius: 4px;
  margin: 12px auto 7px;
  line-height: 18px;
  display: block;
}

.message_board .iptBoth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px auto 7px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  width: 90%;
  padding: 8px 0;
}

.message_board .iptBoth span {
  padding-right: 10px;
  color: #b2b2b2;
}

.message_board .submitBtn {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.message_board .submitBtn button {
  border: none;
  background-color: #4E6EF2;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 12px;
}

.order_find {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.order_find .order {
  position: relative;
  left: 50%;
  top: 50%;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
}

.order_find .order_header {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order_find .order_header .logo {
  width: 150px;
}

.order_find .order_header .close_btn {
  color: #808080;
  cursor: pointer;
}

.order_find .order_item {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  background-color: #fff;
  margin: 10px auto 10px;
}

.order_find .order_item .item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.order_find .order_item .item:first-child {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  border-right: 1px solid #808080;
}

.order_find .order_item .item:last-child {
  display: block;
  width: 100px;
  padding: 8px 10px;
}

.order_find .order .submit_btn {
  width: 80%;
  text-align: center;
  background-color: #7e6b5a;
  margin: 0 auto;
  display: block;
  border: none;
  padding: 6px 0;
  color: #fff;
}

/* 保修卡窗 */
.warranty_card_iframe{
	width:100%;
	height:100%;
    border: none;
}


.comfirm{
	width:800px;
	margin:0 auto;
	cursor: pointer;
	color:#d1d2d4;
	padding:20px 0;
}
.warranty_card{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  display:none;
}

.warranty_card_content{
	/* width: 800px; */
	margin:15px auto 0;
	background-color:#fff;
	padding-bottom: 15px;
}

.warranty_card_content .card{
	position:relative;
	/* width: 800px;
  left: 50%;
  transform: translateX(-50%); */
}
.warranty_card_content .card .auto_img{
  max-width: 100%;
  width: auto;
}

.warranty_card_content .card .card_code{
	position:absolute;
	right: 115px;
    top: 155px;
	font-size:12px;
}
.warranty_card_content .tips{
  margin-top: 10px;
}
.warranty_list{
	width: 100%;
	margin:10px auto 0;
	background-color:#e6e7e9;
	padding-bottom:20px;
	text-align:center;
}

.warranty_list .title{
	text-align:center;
	padding:10px 0;
	font-weight:600;
	font-size:18px;
}
.list_table::-webkit-scrollbar{
  height: 6px;
  background-color: #ccc;
  border-radius: 10px;
}
.list_table::-webkit-scrollbar-thumb{
  height: 6px;
  background-color: #4c4c4c;
  border-radius: 10px;
}
.warranty_list .list_table {
  white-space: nowrap;
  overflow: auto;
}
.warranty_list .list_table table{
  width: 100%;
}
.warranty_list tr td{
	border-right:1px solid #fff;
	padding:10px 3.5px;
}
.warranty_list tr td:last-child{
	border-right:none;
}

.warranty_list tr:nth-child(odd) {
	background: #d1d2d4;
}


.modal-dialog {
  width: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 0;
}

.modal-dialog .modal-content {
  padding: 10px;
}

.modal-dialog .feedback .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 12px;
}

.modal-dialog .feedback .item .label_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.50rem;
          flex: 0 0 1.50rem;
  text-align: center;
}

.modal-dialog .feedback .item .select_type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.8rem;
          flex: 0 0 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-dialog .feedback .item .select_type .input-1 {
  width: 42px;
  height: 26px;
  opacity: 0;
  cursor: pointer;
}

.modal-dialog .feedback .item .select_type .radioed {
  background: url(../images/radio_select.png) no-repeat top center;
}

.modal-dialog .feedback .item .select_type .noradio {
  background: url(../images/radio.png) no-repeat top center;
}

.modal-dialog .feedback .item .userName {
  width: 182px;
  height: 42px;
  border: 1px solid #dfdfdf;
  padding: 0 10px;
}

.modal-dialog .feedback .item .phone {
  width: 182px;
  height: 42px;
  border: 1px solid #dfdfdf;
  padding: 0 10px;
}

.modal-dialog .feedback .item .detail {
  width: 594px;
  height: 153px;
  border: 1px solid #dfdfdf;
  vertical-align: text-top;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 20px;
  overflow-y: scroll;
  resize: none;
  outline: none;
}

.modal-dialog .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 27px;
}

.modal-dialog .modal-footer .btn-custom {
  background-color: #f25618;
  margin: 0 auto;
  color: #fff;
  padding: 10px 90px;
}

.modal-dialog select {
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  outline: none;
  width: 185px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .aside-container {
    display: none;
  }
  #exampleModal .modal-dialog {
    width: 90%;
  }
  .order_find .order {
    width: 92%;
  }
.warranty_card_content .card{
	
	max-width: 350px;
}

.warranty_card_content .card .card_code{
	right: 53px;
    top: 58px;
}

  .warranty_card_content{
	width:350px;
   }

}

