.border-t {
	border-top: 1px solid #F0F0F0;
}

.fr {
	float: right;
}

.color-4d {
	color: #4d4d4d;
}

.title-row {
	height: 50px;
	line-height: 50px;
}

.title-row .collect {
	display: flex;
	align-items: center;
}

.title-row .collect:hover {
	cursor: pointer;
	color: #e50614;
}

.title-row .collect:hover .iconfont {
	color: #e50614;
}
p{
    margin-bottom: 0;
}
.title-row .collect1 {
	display: flex;
	align-items: center;
}

.title-row .collect1:hover {
	cursor: pointer;
	color: #e50614;
}

.title-row .collect1:hover .iconfont {
	color: #e50614;
}

.column1 .img-row {
	position: relative;
    width: 320px;
    margin-right: 20px;
}

.column1 .img-row .img {
	width: 320px;
	height: 320px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-right: 20px;
}

.column1 .img-row .auth {
	padding: 5px 12px;
	color: #fff;
	background: #ff4e4e;
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
}

.f-15 {
	font-size: 15px;
}

.w-100 {
	width: 100%;
}

.hide {
	display: none;
}

.column1 .price {
	width: 100%;
	padding: 15px 30px;
	background-color: #f6f7f9;
}

.column1 .text-row {
	position: relative;
}
.column1 .text-row  .text-row-p {
    display: flex;
    align-items: center;
}

.column1 .cang {
	position: absolute;
	right: 0;
	top: 80px;
	cursor: pointer;
}

.column2 {
	padding-bottom: 30px;
	display: flex;
	align-items: flex-start;
}

.column2 .good-row {
	width: 320px;
	background-color: #ffffff;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
	border: solid 1px #e5e5e5;
}

.column2 .good-row .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f6f7f9;
	padding-left: 20px;
	font-size: 16px;
}

.column2 .good-row .goods {
	padding: 0 15px;
	background: #fff;
}

.column2 .good-row .goods .item {
	padding: 15px 0;
	width: 290px;
}

.column2 .good-row .goods .item:not(:last-child) {
	border-bottom: 1px solid #e6e6e6;
}

.column2 .good-row .goods .item .img {
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-right: 15px;
}

.column2 .num-row {
	width: 100%;
}

.column2 .num-row .num1 {
	background-color: #ffffff;
	width: 100%;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
	border: solid 1px #e5e5e5;
}

.column2 .num-row .tab {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f6f7f9;
	padding-left: 30px;
}

.column2 .num-row .tab .tab-pane {
	display: inline-block;
	width: 64px;
	height: 50px;
	font-size: 16px;
	margin-right: 80px;
	cursor: pointer;
}

.column2 .num-row .tab .tab-pane.active {
	color: #e50614;
	border-bottom: 2px solid #e50614;
}

.column2 .num-row .num-item1 {
	padding: 0 30px;
}

.column2 .num-row .num-item1 .price-item {
	padding: 20px 0;
	position: relative;
}

.column2 .num-row .num-item1 .item .price-item{
    border-bottom: 1px solid #e6e6e6;
}

.column2 .num-row .num-item1 .price-item .type {
	display: inline-block;
	font-size: 12px;
	background: rgba(32, 186, 123, .1);
	border-radius: 2px;
	color: #20ba7b;
	padding: 4px 7px;
	margin-right: 100px;
}

.column2 .num-row .num-item1 .price-item .btn-row {
	position: absolute;
	top: 30px;
	right: 0;
}

.column2 .num-row .num-item1 .price-item .btn-row .my-btn {
	width: 76px;
	padding: 7px 20px;
	color: #e50614;
	background-color: #fff;
	border-radius: 2px;
	border: 0;
	font-size: 16px;
    border: 1px solid #e50614;
}
.column2 .num-row .num-item1 .price-item .btn-row .my-btn:hover{
    background-color: #e50614;
    color: #fff;
}
.column2 .num-row .num2 {
	background-color: #ffffff;
	width: 100%;
}

.column2 .num-row .title {
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background-color: #f6f7f9;
	padding-left: 30px;
	border: solid #e5e5e5;
	border-width: 1px 1px 0 1px;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.column2 .num-row .num2 .table {
	width: 100%;
	border: solid #e5e5e5;
	border-width: 1px 0px 0px 1px;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.column2 .num-row .num2 .table td {
	border: solid #e5e5e5;
	border-width: 0px 1px 1px 0px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

.column2 .num-row .num2 .table1 td {
	text-align: left;
	padding: 10px 30px;
}

.column2 .num-row .num3 {
	background-color: #ffffff;
	width: 100%;
}

.column2 .num-row .num3 .jiance {
	border: 1px solid #e5e5e5;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.column2 .num-row .num3 .jiance .title {
	border: 0;
	box-shadow: none;
}

.column2 .num-row .num3 .jiance .detail {
	padding: 20px 30px;
}

.column2 .num-row .num3 .price {
	border: 1px solid #e5e5e5;
	box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.column2 .num-row .num3 .price .title {
	border: 0;
	box-shadow: none;
}

.column2 .num-row .num3 .price .echar-row .echar{
	height: 370px;
	width: 100%;
}

.carousel-indicators {
	bottom: 12px;
	justify-content: center;
	margin: 0;
    width: 320px;
    text-align: center;
}

.carousel-indicators li {
	width: 20px;
	height: 6px;
	margin: 0;
	text-indent: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
    background: rgba(223,105,21,0.3);
}
.carousel-indicators li:not(:last-child){
    margin-right: 20px;
}
a:hover{
    color: #e50614;
    text-decoration:none;
}
.carousel-indicators .active {
	background: #e50614;
}
.carousel-item{
	position: relative;
}
.icon95{
	font-size: 54px;
	color: rgba(255,255,255);
	position: absolute;
	top: 35%;
	left: 40%;
	cursor: pointer;
}
/*弹窗样式*/
.transfer-dom {
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
}

.modal-mask {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55, 55, 55, 0.6);
    height: 100%;
    z-index: 1008;
}

.modal-wrap {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    z-index: 1008;
}

.a-modal {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 416px;
}

.modal-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body {
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
    padding: 30px;
    font-size: 14px;
}

.modal-confirm {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 6px 16px 8px;
    padding-left: 0;
    padding-right: 0;
}

.modal-confirm-head {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0 12px 0 0;
}

.modal-confirm-head-icon-confirm {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 28px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    color: #ff9900;
    display: none;
}

.icon-ios-help-circle {
    font-size: 28px;
    color: #ff9900;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: -0.125em;
    text-align: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal-confirm-head-title {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    color: #17233d;
    font-weight: 500;
    margin-left: 0;
    font-size: 18px;
}

.modal-confirm-body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 15px;
    color: #333;
    position: relative;
    padding: 30px 0;
}

.modal-confirm-footer {
    color: #333;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    text-align: center;
}

.btn-text {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #333;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    margin-right: 12px;
}

.btn-primary {
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    user-select: none;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    outline: 0;
    color: #fff;
    background-color: #e50614;;
    border-color: #e50614;;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    margin-bottom: 0;
    margin-left: 1px;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
}
.btn-primary:hover{
    border-color: #e50614;
    background: #e50614;
}

.column2 .good-row .title{
    width: 318px;
}
.colle{
    cursor: pointer;
}
.hand{
    cursor: pointer;
}
.mr-120 {
    margin-right: 120px;
}
.mr-100 {
    margin-right: 100px;
}
.close-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.border-t .wrapper .sign{
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(315deg, #FF6846 0%, #F5291A 100%);
    border-radius: 2px;
    text-align: center;
    margin-left: 15px;
}