.icon-aftersales:before{
	content: '';
	display: inline-block;
	width: 1.5vw;
	height: 1.5vw;
	background: url(../images/addimg/addicon1.png) center no-repeat;
	background-size: 100% auto;
}
.ny30-common aside .list-item.active .icon-aftersales:before{
	background: url(../images/addimg/addicon2.png) center no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width: 1600px) {
	.icon-aftersales:before{
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width: 768px) {
	.icon-aftersales:before{
		width: 20px;
		height: 20px;
	}
}
.ny31-itembox .bottom-item2.bordernone,
.ny31-itembox .bottom-item3.bordernone{
	border: none;
}
.refund-popup .container{
	width: 100%;
}
.refund-popup .container .title{
	line-height: 1.1;
    font-size: 1.625vw;
    margin-bottom: 1.875vw;
	border-bottom: 1px solid #edeeee;
}
.refund-popup .form-item{
	margin-bottom: 1.5vw;
}
.refund-popup .form-item .label{
	color: #000000;
	font-size: 1vw;
	font-weight: bold;
}
.refund-popup .layui-form-select dl{
	top: 3.125vw;
	font-size: 1vw;
}
.refund-popup .layui-form-select .layui-edge{
	right: 1vw;
}
.refund-popup .form-item .layui-input{
	font-size: 1vw;
	border: solid 1px #e0e0e0;
	height: 3.125vw;
	box-sizing: border-box;
	width: 100%;
    border-radius: 0.625vw;
    padding-left: 1.125vw;
    padding-right: 1.125vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.5vw;
}
.refund-popup .form-item .layui-input-block{
	position: relative;
	margin-left: 0;
	margin-top: 1.5vw;
}
.refund-popup .form-item .layui-textarea{
	padding: 1vw 1.125vw 2.5vw;
	font-size: 1vw;
	border: solid 1px #e0e0e0;
	height: 8.125vw;
	box-sizing: border-box;
	border-radius: 0.625vw;
}
.refund-popup .form-item .word-count{
	position: absolute;
	right: 0;
	bottom: 0.625vw;
	width: 4.5vw;
	text-align: center;
	color: #999999;
	font-size: 1vw;
}
.refund-popup .form-item .word-count span{
	display: inline-block;
	color: #000000;
}
.refund-popup button{
	min-width: 6.5625vw;
	padding: 0.75vw 1.875vw;
    background-color: #4cb848;
    border-radius: 6.25vw;
    color: #fff;
    font-size: 1vw;
    margin-top: 3.125vw;
    box-sizing: border-box;
}
@media screen and (min-width: 1600px){
	.refund-popup .container .title{
		font-size: 22px;
        margin-bottom: 30px;
	}
	.refund-popup .form-item{
		margin-bottom: 30px;
	}
	.refund-popup .form-item .label{
		font-size: 16px;
	}
	.refund-popup .layui-form-select dl{
		top: 50px;
		font-size: 16px;
	}
	.refund-popup .layui-form-select .layui-edge{
		right: 20px;
	}
	.refund-popup .form-item .layui-input{
		font-size: 16px;
		height: 50px;
		border-radius: 10px;
	    padding-left: 18px;
	    padding-right: 18px;
	    margin-top: 20px;
	}
	.refund-popup .form-item .layui-input-block{
		border-radius: 10px;
	    margin-top: 20px;
	}
	.refund-popup .form-item .layui-textarea{
		padding: 15px 25px 45px;
		font-size: 16px;
		border: solid 1px #e0e0e0;
		height: 130px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.refund-popup .form-item .word-count{
		position: absolute;
		right: 0;
		bottom: 10px;
		width: 100px;
		text-align: center;
		color: #999999;
		font-size: 16px;
	}
	.refund-popup button{
		min-width: 126px;
		padding: 12px 30px;
        border-radius: 100px;
        font-size: 16px;
        margin-top: 10px;
	}
}
@media screen and (max-width: 768px) {
	.refund-popup .container .title{
		font-size: 22px;
		padding-bottom: 20px;
        margin-bottom: 20px;
	}
	.refund-popup .form-item{
		margin-bottom: 20px;
	}
	.refund-popup .form-item .label{
		font-size: 14px;
	}
	.refund-popup .layui-form-select dl{
		top: 50px;
		font-size: 14px;
	}
	.refund-popup .layui-form-select .layui-edge{
		right: 20px;
	}
	.refund-popup .form-item .layui-input{
		font-size: 14px;
		height: 40px;
		border-radius: 5px;
	    padding-left: 14px;
	    padding-right: 14px;
	    margin-top: 15px;
	}
	.refund-popup .form-item .layui-input-block{
		border-radius: 5px;
	    margin-top: 15px;
	}
	.refund-popup .form-item .layui-textarea{
		padding: 10px 14px 30px;
		font-size: 14px;
		height: 100px;
		border-radius: 5px;
	}
	.refund-popup .form-item .word-count{
		bottom: 10px;
		width: 80px;
		font-size: 14px;
	}
	.refund-popup button{
		padding: 10px 15px;
        border-radius: 25px;
        font-size: 14px;
        width: 100%;
        margin-top: 0;
	}
	
	.ny31-itembox .bottom-item2.bordernone{
		padding-top: 0;
		border-top: 1px dashed #ddd;
	}
}

.after-sales-details{
	border-top: #e9e9e9 solid 1px;
}
.after-sales-details .addtext{
	margin-top: 1.5625vw;
	color: #666666;
	font-size: 1vw;
}
.after-sales-details .addtext .txt{
	display: flex;
	align-items: baseline;
	margin-bottom: 0.78125vw;
}
.after-sales-details .addtext span{
	display: inline-block;
	font-family: "微软雅黑" !important;
	font-weight: normal !important;
}
.after-sales-details .addtext .sp1{
	margin-right: 0.52vw;
}
.after-sales-details .addtext .sp2{
	color: #4cb33c;
}
.after-sales-details .addtext .sp3{
	color: #aaaaaa;
}
.after-sales-details .wrap{
	margin-top: 2.6vw;
	margin-bottom: 3.125vw;
	padding: 1.875vw;
	background: #f8f9fd;
	box-sizing: border-box;
}
.after-sales-details .wrap ul li{
	padding-bottom: 1.875vw;
	margin-bottom: 1.875vw;
	border-bottom: #e2e3e7 solid 1px;
}
.after-sales-details .wrap ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.after-sales-details .wrap ul li .t1{
	color: #000000;
	font-size: 1.125vw;
	font-weight: bold;
	margin-bottom: 1vw;
}
.after-sales-details .wrap ul li .t2{
	color: #999999;
	font-size: 1vw;
}
.after-sales-details .addcontent .subtit{
	font-size: 1.25vw;
	color: #000000;
}
.after-sales-details .addcontent .tablebox{
	margin-top: 3vw;
}
.after-sales-details .addcontent table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: #f0f0f0 solid 1px;
}
.after-sales-details .addcontent table tr {
  border-bottom: 1px solid #f0f0f0;
}
.after-sales-details .addcontent table tr:first-child td {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}
.after-sales-details .addcontent table tr th{
	font-size: 1.125vw;
	background: #f8f8f8;
	height: 3.125vw;
}
.after-sales-details .addcontent table tr td {
	width: 16.8%;
	font-family: "微软雅黑" !important;
	font-weight: normal !important;
  	font-size: 1vw;
  	color: #888888;
}
.after-sales-details .addcontent table tr td strong {
  color: #000000;
  font-weight: 400;
}
.after-sales-details .addcontent table tr td:first-child {
  width: 13.5%;
}
.after-sales-details .addcontent table tr td:first-child img{
	max-width: 70%;
}
.after-sales-details .addcontent table tr th:nth-child(2),
.after-sales-details .addcontent table tr td:nth-child(2){
	text-align: left;
	width: 36.1%;
	padding-left: 1.25vw;
	box-sizing: border-box;
}
@media screen and (min-width: 1600px){
	.after-sales-details .addtext{
		margin-top: 24px;
		font-size: 16px;
	}
	.after-sales-details .addtext .txt{
		margin-bottom: 12px;
	}
	.after-sales-details .addtext .sp1{
		margin-right: 6px;
	}
	.after-sales-details .wrap{
		margin-top: 40px;
		margin-bottom: 60px;
		padding: 36px;
	}
	.after-sales-details .wrap ul li{
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.after-sales-details .wrap ul li .t1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.after-sales-details .wrap ul li .t2{
		font-size: 16px;
	}
	.after-sales-details .addcontent .subtit{
		font-size: 22px;
	}
	.after-sales-details .addcontent .tablebox {
	  margin-top: 50px;
	}
	.after-sales-details .addcontent table tr:first-child td {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.after-sales-details .addcontent table tr th{
		font-size: 16px;
		height: 50px;
	}
	.after-sales-details .addcontent table tr td {
	  	font-size: 16px;
	}
	.after-sales-details .addcontent table tr th:nth-child(2),
	.after-sales-details .addcontent table tr td:nth-child(2){
		padding-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.after-sales-details .addtext{
		margin-top: 20px;
	    font-size: 14px;
	}
	.after-sales-details .addtext .txt{
		margin-bottom: 15px;
	}
	.after-sales-details .wrap{
		margin-top: 20px;
	    margin-bottom: 30px;
	    padding: 15px;
	}
	.after-sales-details .wrap ul li{
		padding-bottom: 16px;
    	margin-bottom: 16px;
	}
	.after-sales-details .wrap ul li .t1{
		font-size: 14px;
   	 	margin-bottom: 10px;
	}
	.after-sales-details .wrap ul li .t2 {
	    font-size: 12px;
	}
	.after-sales-details .addcontent .subtit{
		font-size: 16px;
	}
	.after-sales-details .addcontent .tablebox{
		margin-top: 25px;
		overflow: auto;
	}
	.after-sales-details .addcontent table{
        display: block;
        min-width: 640px;
        width: 100%;
        line-height: 1.4;
	}
	.after-sales-details .addcontent table tr th{
		font-size: 12px;
	    padding: 10px;
	}
	.after-sales-details .addcontent table tr td {
	    font-size: 12px;
	    padding: 4px 10px;
	}
}

.ny31-section1 .arddress-info {
	padding: 0.83rem 0;
	border-bottom: 1px solid #f5f5f5;
  }
  .ny31-section1 .arddress-info .item {
	display: flex;
	align-items: center;
	font-size: 0.23rem;
	line-height: 1.2;
  }
  .ny31-section1 .arddress-info .item:first-child ~ .item {
	margin-top: 0.5rem;
  }
  .ny31-section1 .min-head {
	font-size: 26px;
	color: #333;
	line-height: 1.2;
	margin-bottom: 0.5rem;
  }
  .ny31-section1 .form-label{
	margin-bottom: 10px;
  }
  .ny31-section1 .arddress-info .item .label {
	color: #999;
	width: 5em;
	margin-right: 1.33rem;
  }
  .ny31-section1 .arddress-info .item .text {
	color: #333;
  }
  .ny31-section1 .pay-options {
	padding: 0.67rem 0;
	border-bottom: 1px solid #f5f5f5;
  }
  .ny31-section1 .pay-options .item {
	display: flex;
	align-items: center;
  }
  .ny31-section1 .pay-options .item .icon {
	width: 0.67rem;
	height: 0.67rem;
	flex-shrink: 0;
	margin-right: 1.67rem;
  }
  .ny31-section1 .pay-options .item .text {
	font-size: 0.23rem;
	color: #333;
	line-height: 1.2;
  }


