@CHARSET "UTF-8";
ul, ol {
    padding: 0;
    margin:0;
}
#container{
	border-top: 3px solid #C30C22;
    width: 600px;
    padding:0;
        float: left;
}
.add-field{
	    border: 1px solid #BFBFBF;
    padding-bottom: 15px;
    background: #F7F7F7;
   
}
.add-kj li{
	float:left;
	margin-left:10px;
}
.kj-title{
	    margin: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}
.app-field{
	width:100%;
	min-height:120px;
	 position: relative;
}
.noediting:hover .actions {
    display: inline-block;
}
.a1,.a2{
	float:left;
	width:50%;
	    box-shadow: 1px 1px 1px #ddd;
}
.a3{
	float:left;
	width:25%;
}
.a4{
	float:left;
	width:75%;
}
.app-main{
	    margin-top: 20px;
	border: 1px solid #BFBFBF;
	    position: relative;
}
.app-field .actions {
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 2px dashed rgba(255,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
 .actions .actions-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}
.actions span {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 0 5px;
    margin-left: 1px;
    font-size: 12px;
    cursor: pointer;
}
.start_s{
	    text-align: center;
    font-size: 20px;
    color: #999;
  /*   margin-top: 45%; */
        text-align: center;
    font-size: 18px;
    color: #999;
  /*   margin-top: 50px; */
    display: block;
        line-height: 120px;
}
.app-sidebar {
    position: relative;
    float: left;
    width: 420px;
    margin-left: 10px;
    padding-bottom: 50px;
    font-size: 14px;
    display: none;
}
.arrow, .app-design .app-sidebar .arrow:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 7px 6px 0;
    border-color: transparent #d1d1d1 transparent transparent;
    position: absolute;
    left: -6px;
    top: 19px;
}
.app-sidebar .app-sidebar-inner {
    padding: 12px 10px;
    min-height: 28px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
}
.app-add-field ul {
    color: #333;
    font-size: 12px;
    margin-left: -5px;
    zoom: 1;
}
.app-add-field li {
    float: left;
    display: table;
    margin: 0 0 10px 5px;
    background: #fff;
}
.app-add-field li a {
    display: table-cell;
    width: 56px;
    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;
        color: #07d;
    text-decoration: none;
}
.app-sidebar .choice {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 14px;
    background: #fff;
    zoom: 1;
}
.app-sidebar .choice .choice-image {
    position: relative;
    float: left;
    width: 120px;
    height:120px;
      border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.app-sidebar .choice .choice-image .add-image {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border:none;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.app-sidebar .choice .choice-image img {
    max-height: 120px;
     max-width: 120px;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.app-sidebar .choice .choice-image .modify-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 118px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: rgba(0,0,0,0.5);
}
 .app-sidebar .choice .choice-content .controls {
    margin-left: 54px;
}
.app-sidebar .choice .choice-content {
    float: left;
    width: 248px;
}
 .control-group {
    word-wrap: break-word;
    word-break: break-all;
        margin-bottom: 0px;
}
.app-sidebar .choice .choice-content .control-label {
    float: left;
    width: 54px;
    text-align: right;
    padding-top: 5px;
    margin-bottom: 0;
}
.link_url{
	width:170px;
}
.add-img-lm,.add-ggl-lm{
	background: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    line-height: 45px;
    padding: 0 10px;
}
.footer-lm{
	    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.footer-lm button{
	    float: right;
    margin-top: 5px;
}
.editing .actions{
	display: block;
}
.close_modal{
    position: absolute;
    z-index: 2;
    top: 1px;
    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;
}
.actions .close_modal{
    display: inline-block;
    margin-right: 5px;
}
.actions .close_modal:last-of-type {
    margin-right: 0;
        right: 10px;
}
.choice .actions{
	position: absolute;
    top: -10px;
    right: -10px;
}
.choice:hover .actions{
	display: block;
}
.choice:hover .actions .add{
	display: none;
}
.kj-control{
	    position: absolute;
       right: -21px;
    bottom: 0px;
    display: none;
}
.app-main:hover .kj-control{
	display: block;
}
.kj-control .action{
	line-height: 15px;
	    width: 20px;
    display: block;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
        margin-top: 1px;
        cursor: pointer;
      font-size: 12px;
}
.kj_editing{
	    border: 2px dashed rgba(39, 101, 148, 0.5);
}
.js-add-goods{
	    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    background: #fff;
}
.js-add-goods i{
	    line-height: 50px;
}
.control-label {
       display: inline-block;
    width: 87px;
    padding-top: 5px;
}
.choose-div input[type="checkbox"],.choose-div input[type="radio"]{
	    vertical-align: initial;
    margin-right: 4px
}
.dlm-goods .goods_n{
	width:130px;
}
.dlm-goods .goods_p{
	width:40px;
}
.dlm-goods img{
	width:60px;
}
#mk-dgoods .choice{
	margin: 10px 0;
}
.mt {
    padding: 10px 0 5px 0;
    position: relative;
    border-bottom: 2px solid #E42121;
}
.mt h2 {
    float: left;
    display: inline;
    line-height: 30px;
    font-size: 20px;
}
.mt i {
    background: url("/images/hot-h.png") no-repeat;
    background-position: -40px 0;
    top: 0;
    left: 0;
    width: 26px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    position: absolute;
    font-style: normal;
    padding-left: 3px;
}
.mt h2 span {
    margin-left: 33px;
}
.mt .tab {
    float: right;
    margin-top: 6px;
    margin-top: 4px;
    font-size: 14px;
}
.mt .tab li {
    float: left;
    margin-left: 20px;
}
.mt .tab li a {
    color: #666;
    text-decoration: none;
}
.mt .tab .tab-selected a {
    color: #000 !important;
    font-weight: bold;
}
.mt .tab .tab-selected {
    border-bottom: 2px solid #000;
}
.mc {
    background-color: #fff;
    overflow: hidden;
}
.mc .p-list {
    overflow: hidden;
    display: none;
    position: relative;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.mc .current {
    display: block;
}
.mc .p-list li {
    float: left;
    padding: 0.5%;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    overflow: hidden;
    position: relative;
            height: 80px;
    overflow: hidden;
}
.verticalAlign {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1px;
    margin-left: -1px;
}
.mc .p-img img {
    max-width: 99%;
    max-height: 99%;
    vertical-align: middle;
}
.mc .p-name {
    height: 36px;
    overflow: hidden;
    margin: 5px 0;
}
/*.ids .mc .p-name {
    margin-top: 2px;
}*/
.ids .price_ids {
    color: #DE2525;
    font-size: 14px;
    margin-top: 2px;
}
.mc .p-name a {
    color: #000;
    text-decoration: none;
}
.img-width_1{
	width:100%;
}
.img_div{
	    text-align: center;
    float: left;
}

.a2 .img-width_2{
	width:49%;
}
.p-img{
	width:100%;
	text-align: center;
}
/* .picture .img-width_4:nth-child(4n+0),.picture .img-width_3:nth-child(3n+0),.picture .img-width_2:nth-child(2n+0){
	    margin-right: 0px;
} */
.app-add-field .cannotchoose a{
	    color: #ddd;
    border-style: dashed;
    cursor:not-allowed;
}
.mk-tihuan{
	float: left;
	    box-shadow: 1px 1px 1px #ddd;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.choice .actions{
	display: none;
}
.app-sidebar .actions{
	display: none;
}
.app-title{
    color: #828282;
        position: absolute;
    top: -20px;
}
.noshow_name{
	display: none;	
}
.pLinks{
	position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #ddd;
        background: rgba(249, 242, 244, 0.7);
    width: 100%;
    height: 35%;

}
.pLinks ul li {
    float: left;
    margin:12px;
}
.pLinks ul li a {
       color: #888;
    text-decoration: blink;
    font-size: 15px;
}
.big-pic{
	    width: 98%;
    height: 298px;
    text-align: center;
    line-height: 300px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 2px;
    background: #ef9b9b;
}
.big-pic_g{
	width: 98%;
}
.groom_p a{
	width:100%;
}
.small-pic_g{
	float: left;
	 width: 49%;
   
}
.small-pic_g a{
	 height: 148px;
}
.small-pic{
	    float: left;
    width: 49%;
    height: 148px;
    line-height: 148px;
    color: #fff;
    margin: 0 auto;
    margin-left: 2px;
    background: #66badc;
    text-align: center;
        margin-bottom: 2px;
}
.groom_p .text {
    font-size: 0.5rem;
    padding: 10px 0;
}

.groom_p li, .nav_link li, .tit h3 {
    color: #666;
    font-size: 0.6rem;
}
.groom_p .price {
    color: red;
}

.goods_new .mc .p-list li{
    width:19.2%;
    height: 170px;
    padding: 0;
    border: none;
}
.goods_new .mc .p-list li:nth-child(n+6){
    display: none;
}
.goods_new .mt{
    border: none !important;
}
.goods_new .mt .tab{
    float:left;
    width:100%;
}
.goods_new .mt .tab li{
    width:20%;
    border:none;
}
.goods_new .p-img{
    height:100px;
}
.goods_new .mc .p-list li:nth-child(-n+4){
    margin-right:1%;
}
.goods_new .mc .p-list li:nth-child(n+5){
    margin-right:0px;
}
.goods_new .mc .p-list li:nth-child(1){
    border-top:1px solid #ffac13;
}
.goods_new .mc .p-list li:nth-child(2){
    border-top:1px solid #83c44e;
}
.goods_new .mc .p-list li:nth-child(3){
    border-top:1px solid #2196f3;
}
.goods_new .mc .p-list li:nth-child(4){
    border-top:1px solid #e53935;
}
.goods_new .mc .p-list li:nth-child(5){
    border-top:1px solid #00c0a5;
}
.goods_new .mt .tab li {
    float: left;
    margin-left: 0;
    min-height: 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 40px;
    color: #333;
}
.goods3_tj li{
    width:32%;
    margin-right:2%;
    float:left;
    background: #fff;
    height:225px;
}
.goods3_tj li:nth-child(3n){
    margin-right:0px;
}
.goods3_tj img{
    max-height: 95%;
    max-width: 95%;
    vertical-align: middle;
}
.goods3_tj .p-img{
    border-bottom: 1px solid #ddd;
    height:163px;
    width:90%;
    margin: 0 auto;
}
.goods3_tj .p-name{
    width: 50%;
    float: left;
    font-size: 11px;
    padding: 7px;
    height:30px;
    overflow: hidden;
}
.goods3_tj .p-name a{
    text-decoration: blink;
    text-decoration: blink;
    color: #4c4c4c;
}
.goods3_tj .go_buy{
    display: inline-block;
    width: 60px;
    height: 18px;
    padding: 0;
    margin: 0;
    border: 1px solid #e67f7f;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #e67f7f;
    cursor: pointer;
    background: #fff;
    margin-top: 10px;
    text-decoration: blink;
}


