body{ margin:0px auto; background:#fff;}
*{
    font-family: "Noto Sans SC"!important;
}
.header_menu { height: 35px; line-height: 35px;}
.header_menu ul li {
    width:84px;
    float:left;
    *display:inline;display:inline;
    height:35px;
    position:relative;
    overflow:hidden;
    background-color:#f16f3a;
    color: #fff;
}

.app-settings {
    width: 850px;
    overflow: hidden;
}
.app-settings-app{
	width:850px;
}
.app__content1{
	overflow:hidden;
}

/************ The style of the main settings area **************/
.app-preview {
    position: relative;
    float: left;
    width: 345px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 18px 18px 0 0;
    padding-bottom:10px;
    
}
/*.ui-box{
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}*/
.type_st select{
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff;
    text-indent: 5px;
    margin-right: 5px;
}
.FAQ{
    line-height: 14px;
}

.widget-ui-head11{
    background-color: #f5f5f5;
    clear: both;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    /* padding-top: 9px; */
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
   /* border: 1px red solid;*/
}
.dg_h{
    display: flex;
}
.m_bd_k{
    height:27px;
    line-height:27px;
    padding:0px 5px;
    border-radius:5px;
    border:1px solid #ccc;
    width: 200px!important;
}
#sd_p input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.small-right{
    margin-right: 10px;
}
.app-entry {
    background: #f9f9f9;
    width:327px;
    margin:0 auto;
    border:1px solid #ddd;
    border-top:none;
}
/*.ui-detail_db{
    padding: 20px 0px 35px;
}*/
.ui-detail_db{
    display: table;
    width: 100%;
}
.srch_txt{
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 10px;
}
.app-preview .app-field {
	text-align: center;
	font-size: 14px;
    height: 165px;
    background-color: #fff;
    clear: both;
    width:322px;
    margin:0 auto;
    border-radius: 18px 18px 0 0;
}
.app-field .text-ipone-icon{
	width:322px;
	height:34px;
	margin-top:15px;
}
.app-field .text-ipone-icon .icon-style{
	width:98px;
	height:34px;
	margin:0 auto;
}
.app-field .text-ipone-title{
	width:322px;
	height:64px;
	margin-top:15px;
	border:1px solid #ddd;
	border-bottom:none;
}
.app-field .text-ipone-title .title-style img{
	width:322px;
}
.app-field .text-title{
	width:322px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	background:#e5e5e5;
	border:1px solid #ddd;
	border-bottom:none;
}


.app-field, .app-details-field {
	min-height: 30px;
    position: relative;
    cursor:pointer;
      overflow: hidden;
}


.app-preview .app-details-field:hover {
    border: 2px dashed rgba(255, 0, 0, 0.5);
}

.actions {
    border: 2px dashed rgba(255, 0, 0, 0.5);
}

/****************   ***************/
.control_areas {
	/* height:70px; */
}

.app-add-field {
    position: relative;
    border: 1px solid #ddd;   
    background: #f5f5f5;
    height:auto;
    border-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.app-add-field h4{
	height:30px;
	line-height:30px;
	font-size:16px;
	margin-left:10px;
	border-bottom:1px solid #ddd;
}
.app-add-field h5{
	/*height:30px;*/
	line-height:17px;
	font-size:13px;
	margin-left:20px;
    margin-right: 20px;
}
.app-add-field ul {
    list-style: none;
    color: #333;
    font-size: 12px;
    zoom: 1;
    overflow:hidden;
}

.app-add-field li {
    float: left;
    display: block;
    height:40px;
    line-height:40px;
    margin: 5px 0 5px 10px;
    background: #f2f2f2;
}
.app-add-field li:hover{
	background: #4caf50;
}

.app-add-field li:hover a {
	color: #fff;
}

.app-add-field li a {
    display: block;
    padding:0px 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.app-add-field li a:hover{
    background-color: #0077dd;
}

/**************** Sidebar Style **********************/
.app-sidebar {
    position: relative;
    float: left;
    width: 480px;
    margin-left:20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.app-sidebar .app-sidebar-inner {
    padding: 12px 10px;
    min-height: 28px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
}
.app-sidebar .goods-sidebar-sub-title {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: -112px;
}

.app-sidebar .arrow, .app-design .app-sidebar .arrow:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #d1d1d1 transparent transparent;
    position: absolute;
    left: -10px;
    top: 19px;
}

.app-sidebar .app-sidebar-inner .form-horizontal,.configDiv .form-horizontal{
    margin-bottom: 0;
    width: 458px;
}

.app-sidebar .control-label {
    width: 87px;
    cursor: default;
}

.hidden_class {
    display: none;
}

.form-sort .pad.hidden_class {
    display: none;
}
.map_class{
    display: block;
  width: 450px;
  height: 225px;
  /* border: 1px solid; */
  float: left;
  position: absolute;
  top: 60%;
  left: 60%;
}

/************* Rich Text ***********/
.goods-details-block {
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
	color: #666;
}
.rich-text {
   /* padding: 0 10px;*/
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.rich-text p {
    margin: 0 0 1em 0;
    display: flex;
    flex-wrap: wrap;
}

.rich-text-content {
    height: 100%;
    width: 100%;
}


/************** The style of the Delete button ***************/
.app-preview .button-actions {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    z-index: 11;
    display: none;
}

.actions .button-actions {
	display: block;
}

.separator_line .button-actions {
	display: block;
}

.app-preview .button-actions .actions-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.app-preview .button-actions span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0 5px;
    margin-left: 1px;
    font-size: 12px;
}

/****************** Separator line ****************/
.separator_line {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 10px;
    position: relative;
}

.custom-line-wrap {
    height: 10px;
    position: relative;
}

.custom-line {
    border: 0 none;
    border-top: 1px dashed #bbb;
    margin: auto;
    padding: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#big_line{
	height:15px;
	width:200px;
	border:1px solid #ccc;
	border-radius:10px;
	position:relative;
}
#small_line{
	top: -1px;
	height:15px;
	width:15px;
	border-radius:10px;
	/*border-style:outset;*/
	background-color:red;
	position:absolute;
	left:29px;
}
#height_line{
	top: -21px;
    height: 15px;
    /*border-style: outset;*/
    position: absolute;
    left: 29px;
}

/**************** showcase *****************/
.showcase-wrap .custom-showcase {
    margin: 0;
    padding: 1px 0 0;
    list-style: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 30px;
}

.showcase-wrap .custom-showcase li, .second-killing .custom-showcase li {
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.custom-showcase-body {
    background-color: #fff;
}

.custom-showcase-wrap-0 .custom-showcase-big, .custom-showcase-wrap-2 .custom-showcase-big {
    width: 51%;
    height: 212px;
    margin: 0 1px 1px 0;
}
.custom-showcase-wrap-0 .custom-showcase-big a img, .custom-showcase-wrap-2 .custom-showcase-big a img{
    width: 209px;
    height: 212px;
}

.custom-showcase-wrap-0 .custom-showcase-small, .custom-showcase-wrap-2 .custom-showcase-small {
    width: 48%;
    height: 105px;
	margin-bottom:2px;
}
.custom-showcase-wrap-0 .custom-showcase-small a img, .custom-showcase-wrap-2 .custom-showcase-small a img {
    width: 100%;
    height: 105px;
    margin-bottom:2px;
}

.custom-showcase-wrap-0 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-0 .custom-showcase-small a span.goods_name{
	display: none;
}

.custom-showcase-wrap-0 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-0 .custom-showcase-small a span.goods_price{
	display: none;
}

.custom-showcase-wrap-1 .custom-showcase-big, .custom-showcase-wrap-1 .custom-showcase-small {
    width: 106px;
   /* height: 170px;*/
    margin-right: 1px;
    overflow: hidden;
}

.custom-showcase-wrap-1 .custom-showcase-big a img, .custom-showcase-wrap-1 .custom-showcase-small a img{
    width: 106px;
    /*height: 106px;*/
    overflow: hidden;
}

.custom-showcase-wrap-1 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-1 .custom-showcase-small a span.goods_name{
	float: left;
}

.custom-showcase-wrap-1 .custom-showcase-big a span.goods_price, .custom-showcase-wrap-1 .custom-showcase-small a span.goods_price{
	clear: both;
	float: left;
	color: #f60;
	font-weight: bold;
}

.custom-showcase-wrap-1 li:last-child {
    margin-right: 0;
}

.custom-showcase-wrap-2 li.custom-showcase-big {
	float: right;
}

.custom-showcase-wrap-0 li:nth-child(4), .custom-showcase-wrap-1 li:nth-child(4), .custom-showcase-wrap-2 li:nth-child(4) {
    display: none;
}

.custom-showcase-wrap-0 li:nth-child(5),.custom-showcase-wrap-1 li:nth-child(5),.custom-showcase-wrap-2 li:nth-child(5),.custom-showcase-wrap-3 li:nth-child(5),.custom-showcase-wrap-4 li:nth-child(5),.custom-showcase-wrap-5 li:nth-child(5){
    display: none;
}

.custom-showcase-wrap-2 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-2 .custom-showcase-small a span.goods_name{
	display: none;
}

.custom-showcase-wrap-2 .custom-showcase-big a span.goods_price, .custom-showcase-wrap-2 .custom-showcase-small a span.goods_price{
	display: none;
}

/************ 2行2列 ***************/
.custom-showcase-wrap-3 .custom-showcase-big, .custom-showcase-wrap-3 .custom-showcase-small {
    width: 49.5%;
    height: auto;
    margin-right: 1px;
    overflow: hidden;
}

.custom-showcase-wrap-3 .custom-showcase-big a img, .custom-showcase-wrap-3 .custom-showcase-small a img{
    width: 100%;
   /* height: 106px;*/
    overflow: hidden;
}

.custom-showcase-wrap-3 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-3 .custom-showcase-small a span.goods_name{
	display: none;
}

.custom-showcase-wrap-3 .custom-showcase-big a span.goods_price, .custom-showcase-wrap-3 .custom-showcase-small a span.goods_price{
	display: none;
}

.custom-showcase-wrap-3 li:nth-child(4) {
	display: block;
}

/************* 2行2列结束 *********************/

/************ 2行***************/
.custom-showcase-wrap-4 .custom-showcase-big, .custom-showcase-wrap-4 .custom-showcase-small {
    width: 49.5%;
    margin-right: 1px;
    overflow: hidden;
}

.custom-showcase-wrap-4 .custom-showcase-big a img, .custom-showcase-wrap-4 .custom-showcase-small a img{
    width: 100%;
   	/*height: 106px;*/
    overflow: hidden;
}

.custom-showcase-wrap-4 .custom-showcase-big a span.goods_name, .custom-showcase-wrap-4 .custom-showcase-small a span.goods_name{
	display: none;
}

.custom-showcase-wrap-4 .custom-showcase-big a span.goods_price, .custom-showcase-wrap-4 .custom-showcase-small a span.goods_price{
	display: none;
}

.custom-showcase-wrap-4 li:nth-child(3), .custom-showcase-wrap-4 li:nth-child(4) {
	display: none;
}

.custom-showcase-wrap-4 li.custom-showcase-big {
	/*height:105px;*/
}

/************* 2行 *********************/
.control-right-settings .title_to_href span {
	display: none;
}

/************* 4列 *********************/
.custom-showcase-wrap-5 .custom-showcase-small,.custom-showcase-wrap-5 .custom-showcase-big{
    width: 25% !important;
}

/************* 5列 *********************/
.custom-showcase-wrap-6 .custom-showcase-small,.custom-showcase-wrap-6 .custom-showcase-big{
    width: 20% !important;
}

/************ navigation buttons ******************/
.quick-entry-nav {
	padding: 0 3.125%;
}
.quick-entry-nav a{
	margin-top: 11px;
}
.quick-entry-link {
	width: 25%;
	float:left;
	text-decoration: none;
	color: #666;
	text-align: center;
	padding-bottom: 11px;
	display: inline-block;
}
.navigation_swiper{
	background: #fff;
}
#previous_pic{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    cursor:pointer;
}
#next_pic{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    cursor:pointer;
}
#next_pic img{
	transform: rotate(180deg);
}
.img-show{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.quick-entry-link img {
	display: block;
	width: 60px;
	height: 60px;
	padding: 5px;
	margin: 0px auto 6px auto;
}

div.floated{
        /* position: fixed; */
    /* z-index: 1063; */
    bottom: 0px;
    /*padding: 8px 0px 2px;*/
    left: 1%;
    /* width: 98.5%; */
    /* border: 1px red solid; */
    /* margin-left: 210px; */
    text-align: center;
    border-radius: 5px 5px 0px 0px;
        height: 40px;
    line-height: 40px;
    /* padding: 0px 0px 0px 189px; */
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px 240px 0px 0px; */
    position: fixed;
    /* top: 50px; */
    width: 98%;
    z-index: 999;
    background: rgba(204, 204, 204, 0.83);
}
div.floated form{
    margin: 0;
}
div.floated-bottom{
    margin-bottom:80px;
    display: flex;
    align-items: center;
}

.five-columns .quick-entry-link {
	width: 20%;
	font-size: 12px;
}

.five-columns .quick-entry-link img {
	width: 50px;
	height: 50px;
}

/************ second killing ******************/
.title-wrap {
	overflow: hidden;
	padding: 10px;
}
.title-wrap a{
    display: block;
}
.seckill-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../images/timing.png);
	background-size: 20px;
	float: left;
}

.seckill-title {
	white-space: nowrap;
	display: inline-block;
	font-size: 15px;
	color: #ca1327;
	margin-top: 0px;
    margin-bottom: 0px;
	float: left;
}

.seckill-timer {
	/*display: flex;
	overflow: hidden;
	margin: 0 0 0 7px;*/
    float: left;
}
#seckill_time{
    float: left;
}

.seckill-time {
	background: #3d3d3d;
	color: #fff;
	/*width: 10px;*/
    padding: 1px;
	border-radius: 2px 0 0 2px;
}
.seckill-more-btn{

}
.seckill-time-separator {
	display: inline-block;
	line-height: 18px;
	height: 18px;
	font-size: 13px;
	text-align: center;
}

.seckill-time-btn {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: auto;
}

.seckill-more-icon {
	display: inline-block;
	width: 9px;
	height: 13px;
	background: url(../../images/wap/icon-05.png);
	background-size: 9px;
	background-position-y: 1px;
	float: right;
}

.seckill-more {
	color: #666;
	float: right;
	font-size: 12px;
	margin-right: 4px;
	display: inline-block;
}

.seckill-swiper-container{
	overflow: hidden;
	width: 100%;
}
.seckill-swiper-container .swiper-slide{	
	width: 30%;
	margin: 3px;
	text-align: center;
	box-sizing:border-box;
}

.swiper-slide img {
	width: 100%;
}

.seckill-swiper-container .swiper-slide ul li img{
	width: 100%;	
}

.seckill-swiper-container .swiper-slide ul li:last-child{
	text-decoration: line-through;
	color: 12px;
}

/************* the settings window on the right side **************/
.form-horizontal {
    /* width: 458px; */
}

.form-horizontal .control-group {
    margin-bottom: 10px;
    display: flex;
}

.app-sidebar .control-group:last-of-type {
    margin-bottom: 0;
}
.input-controls .image_title{
	padding:4px 3px;
	border-radius: 4px;
    border: none;
    border: 1px solid #ccc;
}
.select_1{
    padding: 2px 3px;
  color: #555555;
  font-family: Helvetica,STHeiti,"Microsoft YaHei",Verdana,Arial,Tahoma,sans-serif;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.app-sidebar .choice,.add-branch  .choice {
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 10px 10px 0 10px;
    padding: 14px;
    background: #fff;
    zoom: 1;
    clear: both;
    display:flex;
}

.app-settings img {
	width:100%;
	height:auto;
}
.content-title{
	background-color: #fff;
    float: left;
    position: relative;
    zoom: 1;
    display:flex;
    flex-direction:column;
}
.choice-imag{
	float:left;
}

.app-sidebar .choice .choice-image,.add-branch .choice .choice-image{
    position: relative;
    float: left;
    width: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.app-sidebar .choice .choice-image .add-image,.add-branch .choice .choice-image .add-image{
    display: block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-add {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("../../images/icon-add.png");
    background-repeat: no-repeat;
    background-position: 0;
}

[class^="icon-"], [class*=" icon-"] {
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

.module-goods-list li .add-goods {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-sidebar .choice .choice-content {
    float: left;
}

.custom-showcase-wrap-title {
    padding: 10px;
    font-size: 14px;
}

.custom-showcase-body-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}

.sku-txt-center {
	text-align: center;
}

.custom-showcase-body-desc {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

#upload_image_box {
    background: none repeat scroll 0 0 #eef2f7;
    border: 1px solid #536376;
    display: none;
    padding: 14px 22px;
    position: relative;
    width: 400px;
}

/************** image swiper  *************/
.image-swiper {
    width: 100%;
    position: relative;
}
.controls input[type="text"] {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 4px;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    float: left;
    /* height: 35px; */
    }
.h_shop{
    display: flex;
    padding: 2px;
    align-items: center;
}
.h_cont{
    padding: 10px 10px 20px 15px;
    background: #f5f5f5;
    width: 88%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform,left,top;
    -moz-transition-property: -moz-transform,left,top;
    transition-property: transform,left,top;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
}
.swiper-wrapper{
    height: auto!important;
}
.app-sidebar .options {
    margin: 0 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.app-sidebar .options a.add-option {
    display: block;
    line-height: 45px;
    padding: 0 10px;
}

.custom-image {
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
}

.custom-image li {
    margin: 5px auto;
    position: relative;
    min-height: 40px;
}

.custom-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.app-sidebar .choice .choice-content .control-label,.add-branch .choice .choice-content .control-label {
	clear:both;
    float: left;
    width: 54px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
}

.swiper-pagination {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
}
.page-tradeincard{
	overflow:hidden;
}
/*.hint-info{
	color:#c5c5c5;
	font-style:normal;
}*/
.hint-info{
    color: #c5c5c5;
    font-style: normal;
    align-items: center;
    margin-top: 5px;
    /* height: 28px; */
    /*line-height: 28px;*/
    /*padding-left: 10px;*/
  /*  padding-top: 10px;*/
    /*padding-right: 10px;
    padding-bottom: 10px;*/
    display: flex;
    align-items: center;
    font-size: 12px;
}
/* .amount{
    float: left;
} */
.x_style{
    display:flex;
    line-height: 30px;
}
.naviga_swiper{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
span.label-success {
	position: relative;
	max-width: 200px;
	height:23px;
	line-height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: inline-block;
	font-size: 12px;
	background-color: #468847;
	font-weight: normal;
	border-radius: 3px;
	color:#fff;
	/* margin-left:15px; */
	padding:0px 5px 0px 5px;
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.naviga-center{
	display:block;
	text-align:center;
}
.choice .link-to-title {
    max-width: 158px;
    /* top: 0px; */
    left: 105px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 9px;
    display: block !important;
}

.close-modal {
	position: absolute;
	top: -9px;
	right: -9px;
	width: 20px;
	height: 20px;
	font-size: 16px;
	line-height: 18px;
	color:#fff;
	text-align: center;
	cursor:pointer;
	background: rgba(153,153,153,0.6);
	border-radius: 10px;
	over-flow: hidden;
	white-space: nowrap;
}

.close-modal:hover {
	background-color: #000;
	color: #fff;
}

.custom-image .custom-image-small {
    width: 50%;
    height: 155px;
    float: left;
    overflow: hidden;
}

.custom-image .custom-image-small img {
    width: 100%;
    height: auto;
}

.custom-image .title, .image-swiper .title {
	text-shadow: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	z-index: 10;
	background-color: rgba(51,51,51,0.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.swiper-pagination {
	margin: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.swiper-pagination-switch {
	display: inline-block;
	margin: 7px 4px 0;
	width: 5px;
	height: 5px;
	background: url("../../images/pagination.png") no-repeat scroll -1px -1px;
	cursor: pointer;
}

.swiper-active-switch {
	background-position: -1px -8px;
}

/******************** product search ************/
.product-search form {
    margin: 0;
    position: relative;
    border: 1px solid #c0c0c0;
    background: #fff;
    border-radius: 5px;
}

.custom-search-input {
	margin: 5px 0px;
  	height: 30px;
  	line-height: 30px;
  	width: 70%;
  	border-radius:5px 0px 0px 5px;
  	box-sizing:border-box;
  	padding:0px 5px;
  	border:1px solid #ccc;
  	border-right: none;
  	float:left;
  	display:block;
  	outline:none;
}
.location_search .custom-search-input {
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    width: 60%;
    flex: 1;
    -webkit-box-flex: 1;
    border-radius:5px 0px 0px 5px;
    box-sizing:border-box;
    padding:0px 5px;
    border:1px solid #ccc;
    border-right: none;
    display:block;
    outline:none;
    float: none;
    background: rgba(255,255,255,0.4);
}

.custom-search-input1 {
    margin: 5px 0px;
    height: 30px;
    line-height: 30px;
    width: 85%;
    border-radius: 0px 5px 5px 0px;
    box-sizing: border-box;
    padding: 0px 5px;
    border: none;
    display: block;
    outline: none;
    color:#fff;
}

.app-preview input[disabled] {
    cursor: default;
    background-color: transparent;
}

form .custom-search-input {
    margin: 0;
    padding: 0 10px 0 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px none;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
.product-search{
	background:#b2b0b0;
}
.product-search img{
	float:left;
	vertical-align: middle;
	height: 30px;
	width:30px;
	margin: 5px 0px;
}


.location_search .custom-search-button {
	cursor: pointer;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 20%;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: rgba(255,255,255,0.4) url("../../images/search.png") center center no-repeat;
    background-size: 32px 32px;
    border-radius: 0px 5px 5px 0px;
    border-left:none;
    float:none;
  	display:block;
  	margin: 5px 0px;
}

.custom-search-button {
	cursor: pointer;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 10%;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: #fff url("../../images/search.png") center center no-repeat;
    background-size: 32px 32px;
    border-radius: 0px 5px 5px 0px;
    border-left:none;
    float:left;
  	display:block;
  	margin: 5px 0px;
}
.custom-search-button2 {
    cursor: pointer;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 10%;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background:#7b160d url("../../images/square1.png") center center no-repeat;
    background-size: 25px 25px;
    border-radius: 0px 5px 5px 0px;
    float:left;
    display:block;
    margin: 5px 0px;
}
.custom-search-button1 {
	cursor: pointer;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 15%;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: url("../../drugbuy/images/address2.png") center center no-repeat;
    background-size: 20px 20px;
    border-radius: 5px 0px 0px 5px;
  	display:block;
  	margin: 5px 0px;
}

/************ 缁夋帗娼� **************/
.sc-goods-list {
    font-size: 12px;
    list-style: none;
    margin: 0;
}

.sc-goods-list.pic .goods-card.big-pic.card {
    margin: 8px 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sc-goods-list.pic .goods-card {
   /* margin-top: 10px;*/
}

.sc-goods-list.pic .goods-card.big-pic.card .link {
    margin: 0px 4px;
    -webkit-border-image: url("") 2 stretch;
    -moz-border-image: url("") 2 stretch;
    border-image: url("") 2 stretch;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.sc-goods-list .link {
    display: block;
    background: #fff;
    min-height: 100px;
}

.sc-goods-list.pic .goods-card.big-pic.card .photo-block {
    min-height: 100px;
    margin: 4px;
}
.sc-goods-list .link .photo-block {
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    background-size: 6px 6px;
}

.sc-goods-list.pic .goods-card.big-pic .photo-block img {
    position: relative;
    max-height: 500px;
    max-width: 100%;
}

.sc-goods-list .link .photo-block img {
   /* position: absolute;*/
   width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: bottom;
}

.sc-goods-list.pic .goods-card.big-pic.card .info {
    margin-left: 4px;
    padding-right: 8px;
    min-height: 34px;
}
.sc-goods-list.pic .goods-card .info {
    padding-left: 4px;
    margin-top: 10px;
}
.sc-goods-list .link .info {
    position: relative;
}

.sc-goods-list.pic .goods-card.big-pic.card .info .goods-price {
    font-size: 15px;
    margin-top: 2px;
}
.sc-goods-list.pic .goods-card .info .goods-price {
    float: left;
    margin-right: 10px;
    width: 100%;
    overflow: hidden;
    
}
.sc-goods-list .link .info p.goods-price {
    font-weight: bold;
    padding: 0px;
}
.sc-goods-list .link .info p {
    margin: 0px;
}

.sc-goods-list.pic .goods-card.big-pic.card .goods-buy.btn1 {
    bottom: 10px;
}
.sc-goods-list .goods-buy.btn1 {
    right: 0px;
    top:29px;
    bottom: 8px;
    height: 25px;
    width: 30px;
    background-position: 0 0;
}
.sc-goods-list .goods-buy.btn1, .sc-goods-list .goods-buy.btn2, .sc-goods-list .goods-buy.btn3, .sc-goods-list .goods-buy.btn4 {
    background-image: url("../../images/showcase-1416814739063.png");
    background-repeat: no-repeat;
}
.sc-goods-list .link .goods-buy {
    position: absolute;
}

.app-sidebar .control-label {
    width: 87px;
    cursor: default;
}

.form-horizontal .control-label {
    font-size: 14px;
    line-height: 18px;
    float: left;
    padding-top: 5px;
   /* text-align: right;*/
    width: 124px;
    margin-left: 12px;
}
.input-append{
    display: flex;
}

.form-horizontal .controls {
    word-break: break-all;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   /*width: 100%;*/
}

.form-horizontal .input-controls {
    float:left;
}

.app-sidebar .control-group:last-of-type {
    margin-bottom: 0;
}

.controls-card {
    padding: 20px;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 100%;
}

.controls-card .controls-card-tab {
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding: 0px 20px;
    padding-bottom: 10px;
}

.controls-card .controls-card-item {
    margin-bottom: 10px;
    margin-left: 18px;
}

.sc-goods-list.pic .goods-card.small-pic.card {
    /*max-height: 220px;*/
    /*margin: 4px 0;*/
}

.sc-goods-list.pic .goods-card.big-pic.normal {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.sc-goods-list.pic .goods-card.small-pic {
    width: 49%;
    float: left;
    box-sizing: content-box;
}

.sc-goods-list.pic .goods-card.little-pic {
    width: 33.3%;
    float: left;
}
.sc-goods-list.pic .goods-card.little-pic.card .link {
    -webkit-border-image: url("") 2 stretch;
    -moz-border-image: url("") 2 stretch;
    border-image: url("") 2 stretch;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    margin: 0 4px;
}



.sc-goods-list.pic .goods-card.little-pic .photo-block {
    width: 100%;
}

.sc-goods-list.pic .goods-card.little-pic.card .info {
    min-height: 25px;
}
.sc-goods-list.pic .goods-card.little-pic .info {
    font-size: 13px;
}

.sc-goods-list.pic .goods-card.little-pic.card .photo-block img {
    max-height:209px;
    max-width:100%;
}
.sc-goods-list.pic .goods-card.little-pic.card .info {
    min-height: 55px;
}
.sc-goods-list.pic .goods-card.little-pic .info {
    font-size: 13px;
}

.sc-goods-list.pic .goods-card.little-pic.normal .link {
    position: relative;
    display: block;
    margin: 5px;
}

.sc-goods-list.pic .goods-card.little-pic .info .goods-title {
    height:35px;
    overflow: hidden;
}

.sc-goods-list.pic .goods-card.little-pic.card .info .goods-price {
    margin-bottom: 0px;
}



.sc-goods-list.pic  .goods-card.little-pic.card.points-little div.info {
    min-height: 65px;
}

.sc-goods-list.pic .goods-card.small-pic.card:nth-child(odd) {
    /*border-right: 1px #ededed solid;*/
    /*margin: 5px 0;*/
    border-right: 1px #ededed solid;
}
.sc-goods-list.pic .goods-card.small-pic.card .link {
    /*-webkit-border-image: url("") 2 stretch;
    -moz-border-image: url("") 2 stretch;
    border-image: url("") 2 stretch;
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;*/
    border-bottom: 1px solid #e5e5e5;
   /* border-left: 2px solid #e5e5e5;
    margin: 0 4px;*/
}

.sc-goods-list.pic .goods-card.small-pic .photo-block {
    width: 100%;
}

.sc-goods-list.pic .goods-card.small-pic.card .info {
    min-height: 25px;
}
.sc-goods-list.pic .goods-card.small-pic .info {
    font-size: 13px;
}

.sc-goods-list.pic .goods-card.small-pic.card .photo-block img {
   /* max-height:209px;*/
    max-width:100%;
}
.sc-goods-list.pic .goods-card.small-pic.card .info {
    min-height: 55px;
}
.sc-goods-list.pic .goods-card.small-pic .info {
    font-size: 13px;
}

.sc-goods-list.pic .goods-card.small-pic.normal .link {
    position: relative;
    display: block;
    margin: 5px;
}

.sc-goods-list.pic .goods-card.small-pic .info .goods-title {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.sc-goods-list.pic .goods-card.small-pic.card .info .goods-price {
    margin-bottom: 0px;
}

.goods-price-taobao {
	font-size: 12px;
	line-height: 14px;
	text-decoration: line-through;
	color: #cdcdcd;
}

.sc-goods-list.pic.size-2 .goods-card.big-pic.card {
    margin-top: 4px;
    margin-bottom: 4px;
}

.sc-goods-list.size-2 .goods-card.big-pic {
    float: left;
}

/**************缁夋帗娼冮崯鍡楁惂閸掓銆� *****************/
.sc-goods-list .link .info.info-no-title p.goods-title {
    display: none !important;
}

.sc-goods-list .link .info.info-no-price p.goods-price {
    display: none !important;
}

.sc-goods-list .link .info.info-no-price p.goods-price-taobao {
    display: none !important;
}

.sc-goods-list .link .info.info-no-subtitle p.goods-sub-title {
    display: none !important;
}

.sc-goods-list .goods-card.info-no-buybtn div.goods-buy {
    display: none !important;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn2 {
    bottom: 8px;
}
.sc-goods-list .goods-buy.btn2 {
    right: 0px;
    top:-20px;
    bottom: 8px;
    height: 20px;
    width: 20px;
    background-position: 0 -88px;
}
.sc-goods-list .goods-buy.btn1, .sc-goods-list .goods-buy.btn2, .sc-goods-list .goods-buy.btn3, .sc-goods-list .goods-buy.btn4 {
    background-image: url("../../images/showcase-1416814739063.png");
    background-repeat: no-repeat;
}

.sc-goods-list.pic .goods-card.small-pic .goods-buy.btn3 {
    right: -5px;
}
.sc-goods-list .goods-buy.btn3 {
    right: -5px;
    top:-20px;
    bottom: 8px;
    height: 25px;
    width: 40px;
    background-position: 0 -25px;
}

.sc-goods-list.pic .goods-card.small-pic.card .goods-buy.btn4 {
    right: 0px;
    bottom: 8px;
}
.sc-goods-list .goods-buy.btn4 {
    right: 0px;
    top:-20px;
    bottom: 8px;
    height: 20px;
    width: 37px;
    background-position: 0 -68px;
}
.selection-sort li {
    width: auto!important;
    border: none!important;
    height: auto!important;
    background-color:transparent!important;
}
.module-goods-list li {
    float: left;
    margin: 0 10px 10px 10px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}

.module-goods-list li a {
    display: block;
    height: 100%;
}
.up-sort{
    width: 50px!important;
    height: 50px!important;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    display: flex!important;
    align-items: center!important;
}
.module-goods-list li img {
    height: 100%;
    width: 100%;
}

.close-modal.small {
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 9px;
    display: block !important;
}

.link-close-modal {
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 80px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(153, 153, 153, 0.6);
    border-radius: 10px;
}

.points-sign .products .goods-buy{
    display: none;
}

/*************** 缁夋帗娼冮弽鍥暯 ******************/
.regionv {
	width: 32%;
	/*background:#4b0;*/
	float: left;
	height: 30px;
  	line-height: 30px;
  	/*color: #fff;*/
  	margin: 7px 2px 7px 2px;
  	text-align: center;
  	box-shadow: 1px 1px 1px 1px #ebebeb;
}

.regionv::before {
	content: "";
  display: block;
  width: 3px;
  height: 17px;
  float: left;
  background: #d8505c;
  margin: 5.5px 0px 0 4px;
}

.jscolor {
	color: #fff;
}

.regionv a {
	/*color: #fff;*/
}

/************* 閻ц缍� ***************/
.login-area {
	width:30%; 
	margin:0px auto; 
}

.login-area .login-s{
	margin-top:30px;
}
.login-area1{
	float:left;
	margin-top:0px;
}
.login-s label{
	height:34px;
	line-height:34px;
	display: block;
	float:left;
	font-size:12px;
}
.login-area1 input{
	width:241px;
	height:34px;
}


/********* HEADER ********/
/* .ui-header-inner {
  width: 50%;
  padding: 0px;
  margin:0px auto;
} */

/* .ui-header-nav {
	width: 87%;
} */

/*************  *****************/
[class*=col-]{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
div.ui-store-board {
	position: relative;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
}
.ui-store-board-desc{
	overflow:hidden;	
}
a.ui-color1{
	background:#8fcf8f;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color1:hover,a.ui-color1:focus{
	background:#78bf78;
	color:#fff;
	text-decoration:none;
}
a.ui-color2{
	background:#84bdd0;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color2:hover,a.ui-color2:focus{
	background:#6dabbf;
	color:#fff;
	text-decoration:none;
}
a.ui-color3{
	background:#849bd0;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color3:hover,a.ui-color3:focus{
	background:#788ebf;
	color:#fff;
	text-decoration:none;
}
a.ui-color4{
	background:#a984d0;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color4:hover,a.ui-color4:focus{
	background:#9b78bf;
	color:#fff;
	text-decoration:none;
}
a.ui-color5{
	background:#d08484;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color5:hover,a.ui-color5:focus{
	background:#bf7878;
	color:#fff;
	text-decoration:none;
}
a.ui-color6{
	background:#dc88b4;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color6:hover,a.ui-color6:focus{
	background:#bf779c;
	color:#fff;
	text-decoration:none;
}
a.ui-color7{
	background:#d0cd84;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color7:hover,a.ui-color7:focus{
	background:#bfbd7a;
	color:#fff;
	text-decoration:none;
}
a.ui-color8{
	background:#84d0bf;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color8:hover,a.ui-color8:focus{
	background:#78bfb0;
	color:#fff;
	text-decoration:none;
}
a.ui-color9{
	background:#95c1f8;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color9:hover,a.ui-color9:focus{
	background:#8cb9f1;
	color:#fff;
	text-decoration:none;
}
a.ui-color10{
	background:#efb98e;
	color:#FFF;
	padding:15px 0px;
	display:block;
}
a.ui-color10:hover,a.ui-color10:focus{
	background:#d9a882;
	color:#fff;
	text-decoration:none;
}
a.ui-color1 p,a.ui-color2 p,a.ui-color3 p,a.ui-color4 p,a.ui-color5 p,a.ui-color6 p,
a.ui-color7 p,a.ui-color8 p,a.ui-color9 p,a.ui-color10 p{
	line-height:25px;
	margin-bottom:0px;
	font-size:14px;
}
a.ui-color1 p:first-child,a.ui-color2 p:first-child,a.ui-color3 p:first-child,a.ui-color4 p:first-child,
a.ui-color5 p:first-child,a.ui-color6 p:first-child,a.ui-color7 p:first-child,a.ui-color8 p:first-child,
a.ui-color9 p:first-child,a.ui-color10 p:first-child{
	font-size:16px;
}
div.mar-b{
	padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
   /* padding-right: 5px;*/
}
div.mar-deal{
    height: 35px;
    width: auto;
}
div.mar-b.a{
    padding-right: 5px;
}
div.form-deal{
    margin-bottom: 10px;
    overflow: hidden;
}
.ui-store-board .ui-store-board-logo {
	float:left;
	width: 70px;
	height: 70px;
}

.ui-store-board .ui-store-board-desc>h2 {
	margin: 0px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
}
.ui-store-board .ui-store-board-desc>nav {
	height: 28px;
}

.ui-store-board .ui-btn p{
	text-align: center;
}

.ui-overview {
	clear:both;
	background-color: #f5f5f5;
	padding: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ui-overview .overview-group:first-of-type {
	border-left: none;
}

.ui-overview .overview-group {
	border-left: 1px dotted #ccc;
	flex: 1;
}
.ui-overview .overview-group span{
	display:block;
	text-align:center;
}
div.overview-desc {
    padding-left: 0px;
    padding-right: 0px;
    flex: 2;
}

.overview-desc ul:nth-child(odd) {
	background-color:#f5f5f5;
}

.overview-desc ul {
	padding: 15px 0;
	border-bottom:1px solid #e4e4e4;
    overflow: hidden;
    display: flex;
	flex-direction: row;
	align-items: center;
}
.overview-desc ul:last-child{
	border-bottom:none;
}

.overview-desc ul li {
	text-align: center;
	line-height: 25px;
	border-left:1px dotted #ccc;
	flex: 1;
}
.overview-desc ul li:first-child{
	border-left:none;
}

.overview-desc ul li .num {
	margin-bottom: 5px;
	font-size: 18px;
}
.input-list2{
	clear:both;
}
.input-list{
    margin-bottom: 10px;
}
.input-list label{
	width:100px;
	padding-left: 10px;
}
.input-list input[type="text"]{
	border:none;
	border:1px solid #ccc;
	border-radius:4px;
	padding:3px 4px;
	width:200px;
    overflow: hidden;
}


.widget-head {
	clear: both;
	position: relative;
	height: 40px;
	padding-left:10px;
	padding-right:0px;
	padding-bottom:10px;
	line-height: 40px;
	background-color: #f8f8f8;
}

.widget-head .widget-title {
	display: inline-block;
	margin: 0 12px 0 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #807b7b;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.overflow-right-desc{
	flex: 1;
	height:600px;
	margin-top: 0px;
	border-left:1px solid #e4e4e4;
}
#main{
	height:600px!important;
}
.widget-body {
	width:99.5%;
	font-size:14px;
	line-height: 24px;
    border:1px solid #e4e4e4;
    display: flex;
    flex-direction: row;
    padding: 10px;
    background: #F5F5F5;
}
.js-sort-desc-title{
	display: flex;
	flex-direction: row;
	align-items: center;
	/*height: 40px;*/
	/*line-height: 40px;*/
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.js-sort-desc-title:first-child{
	background: #F5F5F5;
}
.td-cont-sort{
	flex: 1;
	/*width:20%;*/
}

.td-cont-code{
    flex: 1;
    /*width:20%;*/
}

.td-cont-name{
	flex: 2;
    /*width:60%;*/
}

.widget-body__inner {
	width: 100%;
	min-height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.widget-body__inner span{
	width: 33.3%;
}

.widget-body table {
	font-size: 14px;
	width: 100%;
	height:100%;
}

div.chart-desc {
	padding-left: 0px;
    padding-right: 0px;
	/*height:500px;
	flex: 1;*/
}
.num{
	font-size:18px;
	font-weight:normal;
	color:#07d;
}
.chart-desc li {
	padding: 18px 10px 22px;
	line-height:30px;
	font-size:15px;
	border-left:1px solid #e4e4e4;
	text-align: center;
	background: #f5f5f5;
}
.chart-desc li:first-child{
	border-left:none;
}
/******************* Shop settings  ***************/
.ui-nav {
	position: relative;
	/* border-bottom: 1px solid #e5e5e5; */
	margin-bottom: 15px;
}

.ui-nav ul {
	zoom:1;
	margin-bottom: -1px;
	margin-left: 1px;
}

.ui-nav li {
	float:left;
	/* margin-left: -1px; */
}

.ui-nav li.active a {
	border-bottom-color: #fff;
	background-color: #fff;
}

.ui-nav a {
	display:inline-block;
	padding:0 12px;
	line-height: 32px;
	color: #333;
	border: 1px solid #e5e5e5;
	min-width: 80px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	background: 0 0;
	border-bottom: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
}

.app__content {
	width: 850px;
	height:auto;
	zoom:1;
}
#showcaseGoods tr td .order_v{
	border:none;
	box-sizing:border-box;
	padding:3px 5px;
	border:1px solid #ccc;
	border-radius:4px;
}
#showcaseHotGoods tr td .order_v,#showcaseHotGoods tr td .salecount_v{
	border:none;
	box-sizing:border-box;
	padding:3px 5px;
	border:1px solid #ccc;
	border-radius:4px;
}


.form-horizontal-1 {
	width: 100%;
    float: left;
    padding-bottom: 40px;
}

.con-group {
	/* width: 100%;
	margin-bottom: 10px;
	clear: both;
	float: left; */
}

.form-horizontal-1 .control-label {
	/* width: 170px;
	font-size: 14px;
	line-height: 49px;
	padding-top: 5px;
	float:left; */
}
.form-horizontal-1 .control-label2 {
	width: 120px;
	font-size: 14px;
	line-height: 30px;
	padding-top: 5px;
	float:left;
}
.form-horizontal-1 .control-label3 {
    width: 170px;
    font-size: 14px;
    line-height: 30px;
    padding-top: 5px;
    float:left;
}
.form-horizontal-1 .controls {
	/* font-size: 14px;
	margin-left: 100px;
	padding-top: 8px;
	word-break: break-all; */
}
.form-horizontal-1 .controls1 {
    font-size: 14px;
    margin-left: 140px;
    padding-top: 8px;
    word-break: break-all;
}

label.radio input[type=radio], label.radio-inline input[type=radio], label.checkbox input[type=checkbox], label.checkbox-inline input[type=checkbox]{
	position:relative;
	margin-left:0px;
}
.radio input[type=radio], .radio-inline input[type=radio], th.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: relative;
    margin-left: 0px;
}


.controls .radio, .controls .checkbox{
	position: relative;
     display: flex; 
     margin-top: 10px; 
     margin-bottom: 10px; 
}
.controls label{
	display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}



.form-horizontal-1 .controls input[type="checkbox"],input[type="radio"]{
	margin-top:6px;
	-webkit-appearance: radio;
}
.form-horizontal-1 .controls2 {
	font-size: 14px;
	margin-left: 120px;
	padding-top: 8px;
	word-break: break-all;
}

.login-area {
    border-top: 1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
    min-height: 28px;
    padding: 16px 10px;
    width: 600px;
    height: 320px;
}

/*-------to top------------*/
.ding{
	width:20px;
	height:100px;
	right:10px;
	display:none;
	bottom:150px;
	position:fixed;
	white-space:normal;
	cursor:pointer;
	font-size:12px;
	z-index:9999;

}
.air{
	margin-top:1px;
	width:18px;
	height:15px;
	display:inline-block;
	background-image:url("../../images/glyphicons-halflings.png");
	background-position:-288px -120px;
}

ul.dropdown-menu {
	clear:both;
	background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: none;
    float: left;
    left: 140px;
    list-style: outside none none;
    margin: 0;
    min-width: 110px;
    padding: 5px 0;
    position: absolute;
    top: 93px;
    z-index: 1000;
}

.dropdown-menu>li>a {
	padding: 3px 15px;
}

.dropdown-menu > li > a {
	display:block;
	clear:both;
	font-weight:normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
}

ul.navdown-menu {
	top: 93px;
}

.dropdown-menu>li>a:hover {
	color: #fff;
	background-image: innear-gradient(to bottom, #648bf5, #2866f2);
	box-shadow:#5a82eb 0px 1px px inset, #1758e7 0px -1px 0px inset;
	text-decoration: none;
	background-color: #0081c2;
}

.linkage-area {
	float: left;
    height: 30px;
    padding-top: 5px;
}

.app-sidebar .choice .choice-content .linkage-hint {
	text-align: left;
	margin-left: 8px;
}

.link-dropmenu li ul{
	display:none;
}

.link-dropmenu li:hover ul{
	display: block;
}

.link-dropmenu .caret {
	margin-top: 8px;
	margin-left: 2px;
	display: inline-block;
	width: 0;
	height: 0px;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.showcase-link {
	top: 15px;
}

ul.showcase-dropdown {
	top: 66px;
}

.admin-field{
	display: none;
}
#tab2 .userinfo_field{
	/* padding:10px;
	text-align:left; */
}
#tab2 .userinfo_field label{
	/* display:inline-block;
	width:140px;
	text-align:left;
	font-size:14px; */
}
#tab2 .userinfo_field1{
	/* padding:10px;
	text-align:left; */
}
#tab2 .userinfo_field1 label{
	/* display:inline-block;
	text-align:left; */
}
.small-top{
	margin-top:10px;
}
.small-left{
	/*margin-left:10px;*/
}
.small-bottom{
	margin-bottom:10px;
}

.border-bottom{
	border:1px solid #fff
}
.form-left{
	/* margin-left:30px; */
}
.form-left1{
	margin-left:50px;
}

#input_hint,#input_hint1,#input_hint2 {
	color:#f60;
}
.form-horizontal-1 .control-albelOne{
	width:130px;
}
.form-horizontal-1 .controls-one{
	margin-left:130px;
}
.app__content select.input-one{
	width: 204px;
	height:26px;
	border-radius:5px;
	border:1px solid #ccc;
}
.form-horizontal-1 .control-two{
	width:152px;
}
.form-horizontal-1 .control-two1{
	margin-left:152px;
}

img.shop_logo {
	width: 5%;
}

/******* the goods sku ********/
.js-sku-list {
	display: block;
	margin-top: 15px;
}

.sku-atom {
	border: 1px solid #aaa;
	padding: 4px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	min-width: 30px;
	text-align:center;
	position: relative;
	border-radius: 4px;
}

.sku-value-close-modal {
	display: none;
	position: absolute;
    z-index: 2;
    top: -10px;
    left: 28px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(153, 153, 153, 0.6);
    border-radius: 10px;
}

.sku-value-close-modal:hover {
	background-color: #000;
	color: #fff;
}

.sku-close-modal:hover {
	background-color: #000;
	color: #fff;
}

.sku-close-modal {
	display: none;
	position: absolute;
    z-index: 2;
    top: -10px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(153, 153, 153, 0.6);
    border-radius: 10px;
}

.sku-stock {
	width: 100%;
	padding: 10px 10px 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

input.input-mini {
	width: 100px;
}

.sku-select h3.sku-group-title {
	position: relative;
	padding: 7px 0 7px 10px;
	margin: 0;
	color: #666;
	background-color: #ccc;
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}

h3.sku-add-title {
	position: relative;
	padding: 7px 0 7px 0px;
	margin: 0;
	color: #666;
	/*background-color: #ccc;*/
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
}

.sku-select {
	width: 400px;
    padding: 20px;
    margin-left: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
input.disabled_class {
	background-color: #eee;
}

.medicine-item .tel, .medicine-item .addr {
	border: 1px solid #ccc;
	width: 80%;
	padding-left: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url(../../images/sy_tel.png);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 5px 0 5px 5px;
}

.medicine-item .addr {
	width: 65%;
	background-image: url(../../images/sy_addr.png);	
}

.medicine-item .tx {
	margin: 0px;
	border: 0px;
	height: 90%;
	line-height: 90%;
	float: left;
	font-size: 14px;
	width: 97%;
}

.medicine-item .ta {
	margin: 0px;
	border: 1px solid #ccc;
	height: 100%;
	line-height: 100%;
	float: left;
	font-size: 14px;
	width: 98%;
}

.medicine-item .desc, .medicine-item .add-pro {
	border: 1px solid #ccc;
	padding-left: 0px;
	width: 92.3%;
	height: 40px;
	margin: 5px 0 5px 5px;
}

.medicine-item .desc {
	border: 0px;
	height: 60px;
}

.medicine-item .add-pro {
	border-top: 0px;
	margin-top: -5px;
}

.medicine-send {
	border: 1px solid #e5e5e5;
}

.sy_pos {
	position: absolute;
  	left: 82%;
	background-color: rgb(232,127,45);
	border-radius: 2px;
	height: 40px;
	width: 40px;
	padding: 0px;
	color:#fff;
	float:right;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

.quick-submit-order-btn {
	margin: 5px;
}

.quick-submit-order-btn .green {
	width: 96%;
  	background: #3fae38 none repeat scroll 0 0;
  	font-size: 1rem;
  	display: inline-block;
  	border-radius: 5px;
  	color: #fff;
  	line-height: 2.14rem;
  	height: 2.14rem;
  	text-align: center;
}

.medicine-send-search {
	display: none;
}

/*--------quick submit order---------*/
.msgWrap{
	display: flex;
	flex-direction: row;
}
.msgWrap-right ul li{
	line-height: 30px;
	display: flex;
	align-items: center;
	margin: 5px 0px;
}
.msgWrap-right ul li label{
	width: 100px;
}
.msgWrap-right ul li input{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-indent: 5px;
}
.msgWrap-right ul li textarea{
	border-radius: 5px;
	text-indent: 5px;
	resize: none;
}
.widget-ui-container {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
/*     margin-bottom:10px; */
}
.widget-ui-head{
    background-color: #f5f5f5;
    clear: both;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    /* display: flex; */
    /*padding-top: 9px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* border: 1px red solid; */
}
.widget-ui-title{
    border-left: 4px solid #807b7b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    /*line-height: 30px;*/
    margin: 0 12px 0 0;
    padding: 0 0 0 10px;
    display: flex;
}

/*--------import-step   start---------*/

.import-step{
    margin: 30px 60px;
    overflow: hidden;
}

.import-step-ui{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.import-step-head{
    width: 22px;
    height: 22px;
    background-color: #ccc;
    border-radius: 30px;
    margin: auto;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size:14px;
}

.import-step-p{
    margin-left: 6px;
    color: #323232;
    font-size:14px; 
}

.import-step-line{
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin: 0 20px;
    line-height: 24px;
}

/*--------import-step   end---------*/

div.ui-detail{
	background:#f5f5f5;
	float:none;
	overflow:hidden;
	padding: 10px;
    height: auto;
}

.ui-detail-list{
	color:#646464;
	display:block;
}
.ui-detail-list:hover{
	text-decoration: none;
	background:#fff;
	color:#646464;
}
.ui-detail-list p{
	margin-bottom:0px;
	font-size: 14px;
	padding: 10px 0px 10px 10px;
}
.ele-class {
	/* width: 173px;
	height: 22px; */
}
.edit-area{
	width: 300px;
    height: 100px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px;
}
.edit-area:focus{
	border-color: rgba(82,168,236,0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.search-group{
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0px
}
.search-group1{
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0px;
	margin-top:10px;
}
.searchs label.button{
	border-radius:5px;
	border:1px solid #f5f5f5;
}
.tip{
	color:rgba(255,102,0,0.68);
}
.search-label{
	width:75px;
}
.title {
	color: #44b549;
	font-weight:bold;
}
.edit-title{
	width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px 4px;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
}

/************************** health data *********************************/
.custom-health .custom-health-list
{
    height: 20px;
    line-height: 20px;
      /* border-bottom: 1px solid #ccc; */
      margin-left: 10px;
}

.custom-health .custom-health-list span,.custom-health .custom-health-list .center-block
{
    display: inline-block;
    width: 70%;
    height: 80px;
}


.custom-health .custom-health-list a
{
  height: 20px;
  line-height: 20px;
  /* display: inline-block; */
  width: 100%;
  /* margin-top: 1px; */
  text-align: left;
}

.custom-health .custom-health-list .center-block div
{
   
    text-align: left;
}
.custom-health .custom-health-list .news_tile
{
    color:#000;
    font-size: 14px;
    font-weight: 200;
    width: 100%;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    line-height: 14px;
    height: 17px;
   
}
.custom-health .custom-health-list .news_time{
   
    color:#cdcdcd;
    height: 46px;
}

/*.custom-health .custom-health-list span.news_tile,.custom-health .custom-health-list span.news_brief
{
    display: block;
    height: 38px;
    line-height: 38px;
}*/

.custom-health .custom-health-list span.news_img
{
    width: 20%;
    vertical-align: top;
    margin: 0px 5px;
    height: 80px;
}

.custom-health .custom-health-list span.news_img img
{
    height: 60px;
    width: 60px;
    vertical-align: inherit;
}
.module-health-news li {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}

.module-health-news li a {
    display: block;
    height: 100%;
}

.module-health-news li img {
    height: 100%;
    width: 100%;
}


.module-health-news li .add-goods {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
/*.custom-health .custom-health-list .right-block 
{
    width: 33%;
    display: inline-block;
}*/

.schedual{
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px 2px;
}

.more_url{
    top: 10px;
    right: 10px;
    position: absolute;
   
}
.more_url a{
    color: #AdADAD;
}

/********************************************/
.rank_ul{
    text-align: center;
    height: 40px;
}

.rank_ul li {
  float: left;
  display: block;
  width: 25%;
  border: 1px solid #eaedf2;
  cursor: pointer;
   background-color: #fff;
  padding: 10px 0px;
  box-sizing: border-box;
}
/***************积分和兑换记录控件样式*****************/
.poi_ul{
   text-align: center;
   height: 40px;
}
.poi_ul li {
  float: left;
  display: block;
  width: 50%;
  border: 1px solid #eaedf2;
  cursor: pointer;
   background-color: #fff;
  padding: 10px 0px;
  box-sizing: border-box;
}
img.qui-img{
   width: 20px;
   height: 20px;
   margin-top: -1px;
}
/***************积分和兑换记录控件样式*****************/
.doctor_float{
	float: left;
}

/************************椤旓拷**********************/
/*.rollAD{
    height: 40px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}*/
.rollAD{
    overflow: hidden;
    height: 40px;
    background: #ffffff;
    color:#ffffff;
    position: relative;

}
.rollText{
    line-height: 40px;
    text-align: left;
}
.rollText a{
    display: inline-block;
    margin-left: 5px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
}
.rollText .news_icon {
  border: 2px solid #F20E0E;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 5px;
  padding: 2px 2px;
  color: #F20E0E;
}
.rollLogo{
    height: 40px;
    line-height: 40px;
    float: left;
    width: 90px;
    text-align: center;
    border-right: 1px solid rgb(232,232,232);
}
img.rollImage {
	max-width: 66px;
}

/************************椤旓拷**********************/
ul.scrollUl,ul.scrollUl li{
    margin: 0;
    padding: 0
}
.scrollDiv{
    overflow: auto
}
.scrollText{
    height: 40px;
    line-height: 20px;
    min-height: 20px;
  
    float: left;
    overflow: hidden;
    padding-left: 10px;
}
.scrollText li{
    height: 20px;
    padding-left: 10px;
}
.up{
    margin-left: 310px;
    width: 50px;
    height: 50px;
    background: #f90
}
.down{
    margin: 0 0 0 310px;
    zoom:1;
    width: 50px;
    height: 50px;
    background: #960
}

/***********************/
.nodata {
	margin-left: 10px;
}

.hide_element{
    display: none;
}

.longer-input {
	width: 350px;
}

/************* 閹兼粎鍌� ***************/
.location_search {
    display: flex;
    display: -webkit-box;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    align-items: center;
    -webkit-box-align: center;
    background: rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}

.location_search .location_search_div{
	position: relative;
	z-index: 1;
	-webkit-box-flex: 1;
	display: flex;
	display: -webkit-box;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	align-items: center;
	-webkit-box-align: center;
	width: 40%;
}

div.location_search_div_right {
	width: 60%;
}
.location_search .code1{
    vertical-align: middle;
    height: 30px;
    width: 30px;
    margin: 5px 0 0 0;
    position: absolute;
    top:0px;
    right:10px;
}
.location_search .voice{
	vertical-align: middle;
    height: 30px;
    width: 30px;
    /*margin: 5px 0 0 0;*/
}

.location_search img.logo {
	float: left;
}

.location_search .controls {
    word-break: break-all;
}
.inser_pages_width100{
	width:100%
}
.inser_pages_display{
	display:none;
}
/*.order_lc{
   border: 0;
   border: 1px #ddd solid;
   border-radius: 4px;
   padding: 4px 4px;

}*/
/*.input-small{
     border: 0;
   border: 1px #ddd solid;
   border-radius: 4px;
   padding: 4px 4px;
   float: left;
}*/
/*.add-on{
     float: left;
}*/
.add-address{
       display: flex;
    display: -webkit-box;
    flex-direction: row; 
}
.add-address div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: flex;
    display: -webkit-box;
    flex-direction: row;
}
.add-address input{
    border: 1px solid #ccc;
    padding: 3px 4px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    text-indent: 5px;
    margin-left:4px; 
}
.add-address select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 4px;
    line-height: 30px;
    height: 30px;
    color: #666;
}
.goodsLi::after{
	color:red;
}

/* 分销tab */
.tabbox{
    width: 100%;
    height: 200px;
    margin:0 auto;
    margin-top: 10px;
}
.tabtitle{
    width: 100%;
    height: 30px;
    margin: 0;
}
.tabtitle li{
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    border:1px solid #ccc;
    background-color: #f5f5f5;
    color: #000;
    font-size: 14px;
    float: left;
}
li.tabhover{
    color: #72aeec;
    background-color: #fff;
    border-bottom: 0;
}
.tabcontent{
    display: block;
    width: 100%;
    height: 200px;
    color: #000;
    font-size: 40px;
    border: 1px solid #f5f5f5;
}
.re-goods .sort{
    width: 90%;
    height: 100px;
    margin:5px 5%;
}
.re-goods .sort img{
    width: 50px;
}
.re-goods .add-product{
    width: 90%;
    margin:5px 5%;
}
.img-swiper .add-option{
    margin-left:20px;
    text-align: center;
}
.img-swiper .options{
    border: 1px solid #e5e5e5;
    margin: -10px 10px 10px 10px;
    padding: 14px;
    background: #fff;
}
/* 表格样式新增 */
.rt{
    /* width: 100%; */
    font-size: 0.90em;
    line-height: 1.25em;
    border-collapse:collapse;
    border-spacing: 0;
}
.rt th,.rt td{
    padding: 0.7em;
    text-align: center;
    border:1px solid #eee;
    background: #fff;
	padding: 15px 10px!important
}
.rt th{
    text-align: center;
    /* background: #f5f5f5; */
    padding: 10px;
}
.hLine{
    color:#DDD;
    padding:0px 5px
}
.d_document{
	padding: 5px 10px;
}
.new-pardiv{
    margin-top: 20px;
}

/* {
	border-color: #2a96ff;
    border-width: 2px;
    margin-bottom: -2px;
    color: #2a96ff;
} */
	
	
/************** brand_special 自定义控件 ***************/
.brand_special{
    background:url(./../../images/138129843442351477.jpg) no-repeat;background-size:100% 100%;
}
.brand_special .header_img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    height:120px;
}
.brand_special .header_img img{
    display: none;
}
.brand_special .goods_list{
    height: 130px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.every_goods{
    width: 33.3%;
    float: left;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px;
    border: 0;
}
.every_goods a{
    display: block;
}
.every_goods p{
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
    color: #646464;
    padding: 0px 5px;
    overflow: hidden;
}
.brand_special .every_goods{
    border:0px;
    width:35.3% !important;
}
.brand_special .every_goods a{
    background:#ffffff;
}
.brand_special .every_goods img{
    width:86px !important;
    max-width: 86px !important;
    height: 86px !important;
}
.brand_special .every_goods p.goods_price {
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
    color: #f60 !important;
    padding: 0px 5px;
    overflow: hidden;
}
.wechat_mod_title {
    margin-left: 10px;
}
.choice .link-to-title {
    max-width: 158px;
}
.deleteheaderimg {
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(153, 153, 153, 0.6);
    border-radius: 10px;
}
.control-group>ul{
    width: 100%;
}
.newTipImg {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
/* 新闻 */
.rollText .news_icon_line{
    color: #ccc;
    margin: 0 5px;
}
.newsColumn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newRollAd{
    height: 80px;
    width: inherit;
}
.newCustomBody{
    height: 100px;
}
.newRollLogo{
    height: 80px;
    line-height: 80px;
    float: none;
}
.newRollAd a{
    width: 100%;
    overflow: hidden;
}
.return_content_url{
    display: flex;
}
.noupload, .yesupload{
    margin: 30px 30px;
    text-align: center
}
.noupload ul{
    text-align: left;
}
.yesupload>span, .noupload>span{
    font-size: 20px;
    color: red;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.yesupload>span{
    color: #333;
}