body {
    margin-bottom: 60px;
}

nav,
.fe-panel-editor-sub1,
.fe-phone-main,
.fe-panel-editor-del,
.fe-panel-editor-goodimg,
.fe-panel-editor-input4 {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fe {
    height: auto;
    width: 1080px;
    margin-left: 190px;
    overflow: hidden;
}

.fe-phone {
    min-height: 775px;
    width: 383px;
    float: left;
}

.fe-phone-left {
    height: 293px;
    width: 5px;
    background: url(./phone/phone_left.png) 0 88px no-repeat;
    float: left;
}

.fe-phone-center {
    height: auto;
    width: 372px;
    float: left;
}

.fe-phone-top {
    height: 83px;
    width: 372px;
    background: url(./phone/phone_top.png) 0 0 no-repeat;
}

.fe-phone-main {
    min-height: 600px;
    width: 372px;
    background: url(./phone/phone_center.png) 0 0 repeat-y;
    padding: 0px 15px;
}

.fe-phone-bottom {
    height: 92px;
    width: 372px;
    background: url(./phone/phone_bottom.png) 0 0 no-repeat;
}

.fe-phone-right {
    height: 220px;
    width: 6px;
    background: url(./phone/phone_right.png) 0 158px no-repeat;
    float: left;
}

.fe-panel {
    height: auto;
    width: 640px !important;
    margin-left: 20px !important;
    float: left;
}

.fe-panel-title {
    height: 38px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 5px 5px 0 0;
    line-height: 38px;
    padding-left: 10px;
    color: #999;
}

.fe-panel-menu {
    width: 170px;
    padding: 5px;
    z-index: 999;
    position: fixed;
    /*top: 60px;*/
    height: 80%;
    overflow: auto;
    /*margin-top:100px;*/
}

.comp-thumb {
    float: left;
    width: 60px;
    height: 60px;
    cursor: move;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px dotted hsl(204, 72%, 73%);
    padding: 5px;
    border-radius: 5px;
    background: hsl(0, 0%, 98%);
}

.fe-panel-menu nav i {
    font-size: 26px;
    color: hsl(0, 71%, 64%);
    margin-bottom: 2px;
}


.fe-panel-menu nav {
    float: left;
    width: 60px;
    height: 60px;
    cursor: move;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid hsl(9, 72%, 73%);
    padding: 5px;
    border-radius: 5px;
    background: hsl(0, 0%, 98%);
}

.fe-panel-menu nav:active,
.fe-panel-menu nav:hover {
    background: #FF5722;
    color: #fff;
}

.fe-panel-menu nav:active i,
.fe-panel-menu nav:hover i {
    background: #FF5722;
    color: #fff;
}

.fe-panel-menu nav:active {
    background: #FF5722
}

.fe-panel-editor {
    min-height: 55px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px 10px 10px !important;
    position: relative;
    margin-bottom: 10px;
}

.fe-panel-editor .tips {
    font-size: 12px;
    margin-left: 10px;
}

.fe-panel-editor-ico {
    height: 37px;
    width: 20px;
    background: url(./ico_1.png) no-repeat;
    background-size: 20px;
    position: absolute;
    top: 15px;
    left: -20px;
}

.fe-panel-editor-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    padding-left: 5px;
}

.fe-panel-editor-line {
    min-height: 40px;
    overflow: hidden;
}

.fe-panel-editor-name {
    height: 40px;
    width: 90px !important;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    color: #999;
    float: left;

    /*font-size: 14px;
    text-align: left;
    color: #999;
    float: left;*/
}

.fe-panel-editor-name1 {
    width: auto !important;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    color: #999;
    float: left;
    margin: 0 10px;
}

.fe-panel-editor-name2 {
    width: auto !important;
    height: 40px;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    color: #999;
    float: left;
    margin: 0 10px 0 0;
}

.fe-panel-editor-con {
    min-height: 40px;
    float: left;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
    margin-top: 10px;
}

.fe-panel-editor-con1 {
    min-height: 40px;
    float: left;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
    width: 360px;
    overflow: hidden;
}

.fe-panel-editor-con label {
    margin-bottom: 0 !important;
}

.fe-panel-editor-input1 {
    height: 30px;
    width: 515px;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 4px;
    line-height: 30px;
    color: #aaa;
    outline: none;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

.fe-panel-editor-input2 {
    height: 30px;
    width: 70px;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 4px;
    line-height: 30px;
    color: #aaa;
    outline: none;
}

.fe-panel-editor-input3 {
    height: 30px;
    width: 300px;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    margin-top: 4px;
    line-height: 30px;
    color: #aaa;
    outline: none;
    float: left;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

.fe-panel-editor-input4 {
    height: 30px;
    width: 80px;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    margin-top: 4px;
    line-height: 30px;
    color: #aaa;
    outline: none;
    float: left;
    cursor: pointer;
}

.fe-panel-editor-input4:active {
    background: #eee;
}

.fe-panel-editor-sub1 {
    height: 38px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
}

.fe-panel-editor-line2 {
    /*min-height: 100px;*/
    overflow: hidden;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px;
}

.fe-panel-editor-goodimg {
    min-height: 40px;
    width: 120px;
    border: 1px solid #ccc;
    float: left;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.fe-panel-editor-goodimg-t1 {
    line-height: 78px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.fe-panel-editor-goodimg-t2 {
    height: 26px;
    width: 118px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.fe-panel-editor-line2-right {
    min-height: 80px;
    width: 495px;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}

.fe-panel-editor-relative {
    height: auto;
    position: relative;
}

.as-sortable-drag {
    left: 21px !important;
}

.fe-panel-editor-del {
    height: 20px;
    width: 20px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 20px;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

.fe-panel-editor-upload {
    min-height: 36px;
    width: 196px;
    border: 2px dashed #ddd;
    position: relative;
    cursor: pointer;
}

.fe-panel-editor-upload-choose1 {
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #ccc;
}

.fe-panel-editor-upload-choose2 {
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.fe-save {
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.fe-save-main {
    height: 60px;
    width: 1132px !important;
    margin: auto;
}

.fe-save-main-radio {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #6c9;
    line-height: 16px;
    text-align: center;
}

.fe-save-main-radio2 {
    border: 2px solid #6c9;
}

.fe-save-main-text {
    height: 20px;
    width: auto;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.fe-save-info {
    height: 40px;
    width: 900px;
    margin: 10px 0;
    float: left;
}

.fe-save-info-type {
    height: 20px;
    margin: 10px 10px 10px 0;
    width: auto;
    float: left;
    cursor: pointer;
}

.fe-save-submit,
.fe-save-submit3 {
    height: 40px;
    width: 100px;
    background: #6c9;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    float: left;
}

.fe-save-submit2 {
    height: 40px;
    width: 100px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #4bb5fb;
    font-size: 16px;
    margin: 10px 0;
    float: left;
    cursor: pointer;
}

.fe-save-disabled {
    background: #bbb;
}

.fe-save-fold {
    height: 60px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(./return.png) center no-repeat;
    cursor: pointer;
}

.fe-save-fold2 {
    background: rgba(0, 0, 0, 0.5) url(./return2.png) center no-repeat;
}

.fe-save-gotop {
    height: 60px;
    width: 130px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.fe-save-gotop i {
    font-size: 30px;
}

.fe-mod {
    height: auto;
    border: 2px dashed rgba(0, 0, 0, 0);
    position: relative;
}

.fe-mod:hover {
    border: 2px dashed #6c9;
}

.fe-mod a,
.fe-mod a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-nohover:hover {
    border: 2px dashed rgba(0, 0, 0, 0);
}

.fe-mod-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fe-mod-move {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    cursor: move;
}

.fe-mod-select {
    border: 2px dashed #6c9;
}

.fe-mod-1 {
    height: 46px;
    background: #ffc;
    font-size: 14px;
    color: #fc0;
    padding: 10px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.fe-mod-1 a,
.fe-mod-1 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-2 {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    min-height: 40px;
}

.fe-mod-2 .swipe {
    overflow: hidden;
    /*background-size: 2604px;*/
    background-size: 9436px;
    visibility: hidden;
    position: relative;
}

.fe-mod-2 .swipe-wrap {
    overflow: hidden;
    position: relative;
    background: #ddd;
}

.fe-mod-2 .swipe-wrap li {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}

.fe-mod-2 .swipe-wrap li img {
    display: block;
    width: 100%;
}

.fe-mod-2-dots {
    height: 10px;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.fe-mod-2-dots a {
    height: 10px;
    width: 22px;
    background: #000;
    opacity: 0.4;
    display: inline-block;
    margin: 0 2px;
}

.fe-mod-2-dots .shape {
    background: #000;
    opacity: 0.6
}

.fe-mod-2-dots .shape2 {
    height: 10px;
    width: 10px;
}

.fe-mod-2-dots .shape3 {
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.fe-mod-3 {
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.fe-mod-3 h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
}

.fe-mod-3 h4 {
    padding: 3px 0 0;
    margin: 0;
    font-size: 14px;
    font-weight: 100;
}

.fe-mod-4 {
    padding: 5px;
}

.fe-mod-4-con {
    height: 34px;
    background: #fff;
    margin: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
}

.fe-mod-4-ico {
    height: 34px;
    width: 34px;
    background: url(./search_ico.png) center no-repeat;
    background-size: 18px;
    float: left;
    color: #999;
    border: 0;
    padding: 0;
    margin: 0;
}

.fe-mod-4-blank {
    height: 40px;
    padding-left: 40px;
}

.fe-mod_4-input {
    height: 32px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    color: #999;
}

.fe-mod-4-2-ico {
    float: right;
}

.fe-mod-4-2-blank {
    padding-left: 5px;
    padding-right: 40px;
}

.fe-mod-5 {
    height: auto;
}

.fe-mod-5-line {
    height: 0;
    margin: 10px 0;
    border-top: 2px dashed #999;
}

.fe-mod-6 {
    height: 100px;
}

.fe-mod-7 {
    min-height: 20px;
    background: #eee;
    word-wrap: break-word;
    overflow: hidden;
}

.fe-mod-7 p {
    margin: 0;
    padding: 0;
}

.fe-mod-7 img {
    max-width: 100%;
    outline-width: 0;
    vertical-align: top;
    display: block
}

.fe-mod-8 {
    height: auto;
    overflow: hidden;
    padding: 5px 0;
    background: #fff;
}

.fe-mod-8 a,
.fe-mod-8 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-8-title {
    padding: 0 8px;
    font-size: 16px;
    color: #666;
}

.fe-mod-8-good {
    height: auto;
    width: 50%;
    float: left;
}

.fe-mod-8-main {
    height: auto;
    padding: 5px;
    background: #fff;
}

.fe-mod-8-main-img {
    min-height: 50px;
    background: #ddd;
    position: relative;
    text-align: center;
}

.fe-mod-8-main-img img {
    width: 100%;
}

.fe-mod-8 .new {
    height: 30px;
    width: 30px;
    background: url(./ico_new.png) no-repeat;
    background-size: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8 .saleimg {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.fe-mod-8 .countdown {
    color: #ffffff;
    margin-top: 80%;
    width: 100%;
    background-color: red;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    text-align: center;
    display: inline-block;
}

.fe-mod-8 .sale-xp {
    background: url(./sale-xp.png);
    background-size: 50px;
}

.fe-mod-8 .sale-rx {
    background: url(./sale-rx.png);
    background-size: 50px;
}

.fe-mod-8 .sale-tj {
    background: url(./sale-tj.png);
    background-size: 50px;
}

.fe-mod-8 .sale-xs {
    background: url(./sale-xs.png);
    background-size: 50px;
}

.fe-mod-8 .sale-by {
    background: url(./sale-by.png);
    background-size: 50px;
}

.fe-mod-8 .sale-cx {
    background: url(./sale-cx.png);
    background-size: 50px;
}

.fe-mod-8 .recom {
    height: 30px;
    width: 30px;
    background: url(./ico_recom.png) no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8 .hot {
    height: 30px;
    width: 30px;
    background: url(./ico_hot.png) no-repeat;
    background-size: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8-main-name {
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #999;
    margin-top: 5px
}

.fe-mod-8-main-name-name {
    height: 40px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333
}

.fe-mod-8-main-name-buy {
    height: 20px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
}

.fe-mod-8-main-name-buy-2 {
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
}

.fe-mod-8 .buy-1 {
    background: url(../images/ico_buy_1.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-2 {
    background: url(../images/ico_buy_2.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-3 {
    background: url(../images/ico_buy_3.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-4 {
    background: url(../images/ico_buy_4.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-5 {
    border: solid red 1px;
    color: red;
    border-radius: 10px;
}

.fe-mod-8 .buy-6 {
    border: solid red 1px;
    color: #ffffff;
    border-radius: 10px;
    background-color: red;
}

.fe-mod-8 .buy-7 {
    border: solid red 1px;
    color: red;
    border-radius: 5px;
}

.fe-mod-8 .buy-8 {
    border: solid red 1px;
    color: #ffffff;
    border-radius: 5px;
    background-color: red;
}

.fe-mod-8-main-price {
    height: 24px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding-left: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.fe-mod-8-hp-line {
    height: 90px;
    background: #fff;
    padding: 5px;
}

.fe-mod-8-hp-line-img {
    height: 80px;
    width: 80px;
    background: #ddd;
    float: left;
    position: relative;
}

.fe-mod-8-hp-line-img img {
    height: 100%;
    width: 100%;
}

.fe-mod-8-hp-line-info {
    height: 80px;
    background: #fff;
    padding-left: 90px;
}

.fe-mod-8-hp-line-info .title {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.fe-mod-8-hp-line-info .price {
    height: 30px;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #bbb;
    line-height: 30px;
    float: left;
    overflow: hidden;
}

.fe-mod-8-hp-line-info .price .p1 {
    float: left;
    color: #ff6600;
}

.fe-mod-8-hp-line-info .price .p2 {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    float: left;
    line-height: 32px
}

.fe-mod-8-hp-line-info .price .p3 {
    padding-left: 10px;
    float: left;
    font-size: 12px;
}

.fe-mod-8-hp-line-2 {
    height: 100px;
    background: #fff;
    padding: 5px;
    border: 1px solid #e5e5e5;
    display: block;
    margin: 5px 0;
}

.fe-mod-8-hp-line-img-2 {
    height: 80px;
    width: 80px;
    background: #ddd;
    float: left;
    position: relative;
}

.fe-mod-8-hp-line-img-2 img {
    height: 100%;
    width: 100%;
}

.fe-mod-8-hp-line-info-2 {
    height: 80px;
    background: #fff;
    padding-left: 90px;
}

.fe-mod-8-hp-line-info-2 .title {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fe-mod-8-hp-line-info-2 .overage {
    height: 20px;
}

.fe-mod-8-hp-line-info-2 .price {
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: #bbb;
    float: left;
    overflow: hidden;
}

.fe-mod-8-hp-line-info-2 .price .p1 {
    float: left;
    color: #ff6600;
}

.fe-mod-8-hp-line-info-2 .price .p2 {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    float: left;
}

.fe-mod-8-hp-line-info-2 .price .p3 {
    padding-left: 10px;
    float: left;
    font-size: 12px;
}

.add-cart-3 {
    float: right;
    right: 0;
    padding: 1px 4px;
    font-size: 14px;
}

.fe-mod-9 {
    min-height: 174px;
}

.fe-mod-9 a,
.fe-mod-9 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-9 img {
    width: 100%;
    display: block;
}

.fe-mod-9-menu {
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.fe-mod-9-menu a {
    color: inherit;
}

.fe-mod-9-nav {
    height: 40px;
    width: 25%;
    padding-top: 5px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.fe-mod-9-nav i {
    font-size: 18px;
}

.fe-mod-9-nav-on {
    height: 45px;
    border-bottom: 3px solid #dd2322;
}

.fe-mod-9-shopname {
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 55px;
    left: 0;
}

.fe-mod-9-name {
    height: 24px;
    width: auto;
    background: rgba(0, 0, 0, 0.2);
    line-height: 24px;
    margin: auto;
    display: table;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.fe-mod-9-shoplogo {
    height: 80px;
    width: 80px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 45px;
    margin-left: -40px;
    ;
    position: absolute;
    bottom: 88px;
    left: 50%;
}

.fe-mod-9-shoplogo-img {
    height: 70px;
    width: 70px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 70px;
    margin: auto;
}

.fe-mod-9-shoplogo-img img {
    height: 60px;
    width: 60px;
    border-radius: 60px;
}

.fe-mod-10 {
    min-height: 100px;
}

.fe-mod-10 img {
    width: 100%;
}

.fe-mod-10-menu {
    height: 45px;
    padding: 5px 0 0 90px;
    text-align: center;
    background: #fff;
}

.fe-mod-10-menu a {
    color: inherit;
}

.fe-mod-10-nav {
    height: 40px;
    width: 25%;
    float: left;
}

.fe-mod-10-nav span {
    font-size: 18px;
    color: #000;
    line-height: 18px;
}

.fe-mod-10-nav nav {
    font-size: 12px;
}

.fe-mod-10-shoplogo {
    height: 66px;
    width: 66px;
    background: #ccc;
    position: absolute;
    left: 14px;
    bottom: 22px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.fe-mod-10-shoplogo img {
    height: 64px;
    width: 64px;
}

.fe-mod-10-shopname {
    height: 40px;
    width: auto;
    position: absolute;
    left: 90px;
    bottom: 50px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.fe-mod-11 {
    height: 60px;
    background: #3e4144 url(./phone/topbar.png) 0 center no-repeat;
    overflow: hidden;
    cursor: default;
}

.fe-mod-11-title {
    height: 30px;
    width: 210px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.fe-mod-12 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    overflow: hidden;
}

.fe-mod-12-nav {
    height: auto;
    width: 25%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fe-mod-12-img {
    height: auto;
    margin: 0 12px;
}

.fe-mod-12-img img {
    width: 100%;
    border-radius: 100%;
}

.fe-mod-12-text {
    height: 20px;
    line-height: 25px;
    text-align: center;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}

.fe-mod-13 {
    min-height: 40px;
}

.fe-mod-13 img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fe-mod-cube {
    background: #fff;
}

.fe-panel-editor-cube {}

.fe-panel-editor-cube .add-cube-item {
    margin: 0 0 20px 0;
    padding: 10px;
    position: relative;
}

.fe-panel-editor-cube table {
    width: 340px;
    table-layout: fixed;
}

.fe-panel-editor-cube table tr td {
    width: 85px;
    height: 85px;
    cursor: pointer;
    text-align: center;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-box-sizing: border-box;
    border: #dddddd 1px dashed;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.fe-panel-editor-cube table td .empty {
    background-color: rgba(0, 0, 0, 0);
    border: #dddddd 1px dashed;
}

.fe-panel-editor-cube table td.current {
    outline: 2px solid red;
}

.fe-panel-editor-cube table td.rows-2 {
    height: 170px;
}

.fe-panel-editor-cube table td.rows-3 {
    height: 255px;
}

.fe-panel-editor-cube table td.rows-4 {
    height: 340px;
}

.fe-panel-editor-cube table td.cols-2 {
    width: 170px;
}

.fe-panel-editor-cube table td.cols-3 {
    width: 255px;
}

.fe-panel-editor-cube table td.cols-4 {
    width: 340px;
}

.fe-panel-editor-cube table td.index-0 {
    background-color: #BEEB9F;
}

.fe-panel-editor-cube table td.index-1 {
    background-color: #FFFF9D;
}

.fe-panel-editor-cube table td.index-2 {
    background-color: #DB9E36;
}

.fe-panel-editor-cube table td.index-3 {
    background-color: #79BD8F;
}

.fe-panel-editor-cube table td.index-4 {
    background-color: #00A388;
}

.fe-panel-editor-cube table td.index-5 {
    background-color: #225378;
}

.fe-panel-editor-cube table td.index-6 {
    background-color: #1695A3;
}

.fe-panel-editor-cube table td.index-7 {
    background-color: #BEDB39;
}

.fe-panel-editor-cube table td.index-8 {
    background-color: #F3FFE2;
}

.fe-panel-editor-cube table td.index-9 {
    background-color: #EB7F00;
}

.fe-panel-editor-cube table td.index-10 {
    background-color: #7D8A2E;
}

.fe-panel-editor-cube table td.index-11 {
    background-color: #C9D787;
}

.fe-panel-editor-cube table td.index-12 {
    background-color: #FFC0A9;
}

.fe-panel-editor-cube table td.index-13 {
    background-color: #FF8598;
}

.fe-panel-editor-cube table td.index-14 {
    background-color: #FFD34E;
}

.fe-panel-editor-cube table td.index-15 {
    background-color: #ACF0F2;
}

.fe-panel-editor-cube table span {
    color: #fff;
    text-shadow: 0 0 1px #000;
    position: relative;
    left: -2px;
}

.fe-panel-editor-cube table td.current span {
    top: -10px;
    left: 0;
}

.fe-mod-cube table {
    width: 100%;
    table-layout: fixed;
}

.fe-mod-cube td {
    height: auto;
    text-align: center;
    color: #ddd;
}

.fe-mod-cube tr {
    margin: 0;
    padding: 0;
    width: 100%;
}

.fe-mod-cube td {
    width: 25%;
    margin: 0;
    padding: 0;
}

.fe-mod-cube td img {
    display: inline-block;
    vertical-align: middle;
}

.fe-panel-editor-cube tr {
    margin: 0;
    padding: 0;
    width: 100%;
}

.fe-panel-editor-cube td {
    width: 25%;
    margin: 0;
    padding: 0;
}

.fe-panel-editor-cube td {
    width: 85px;
}

.fe-panel-editor-cube td img img {
    display: inline-block;
    vertical-align: middle;
}

.fe-panel-editor-cube td.cols-2,
.fe-mod-cube td.cols-2 {
    width: 50%;
}

.fe-panel-editor-cube td.cols-3,
.fe-mod-cube td.cols-3 {
    width: 75%;
}

.fe-panel-editor-cube td.cols-4,
.fe-mod-cube td.cols-4 {
    width: 100%;
}

.layout-table {
    width: 400px;
    margin: 40px auto;
}

.layout-cols ul,
.layout-cols li {
    list-style: none;
    margin: 0;
    padding: 0
}

.layout-cols li {
    float: left;
    background: #f8f8f8;
    width: 60px;
    height: 60px;
    border: 1px solid #e9e9e9;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin: 1px;
}

.layout-cols li.selected {
    background: #ddeafb;
    border-color: #c3d9ff;
}

.fe-mod-repeat {
    position: relative;
}

.fe-mod-del {
    height: 20px;
    width: 40px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: 2px;
    right: 2px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.fe-mod-default {
    cursor: default;
}

.fe-tab-link {
    height: 350px;
    display: none;
    overflow-y: auto;
}

.fe-tab-link-line {
    height: 36px;
    border-bottom: 1px dashed #eee;
    line-height: 36px;
    color: #999;
}

.fe-tab-link-text {
    height: 36px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.fe-tab-link-sub {
    height: 36px;
    width: 100px;
    padding-right: 15px;
    float: right;
    text-align: right;
}

#editor {
    min-height: 600px;
    position: relative;
}

.fe-floatico {
    min-height: 10px;
    width: 60px;
    position: absolute;
    top: 100px;
    z-index: 1000;
}

.fe-floatico-right {
    right: 0;
}

.fe-guide {
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 5px;
    cursor: default;
    opacity: 0.9;
    display: none;
}

.fe-guide-faceimg {
    height: 40px;
    width: 40px;
    float: left;
}

.fe-guide-faceimg img {
    height: 100%;
    width: 100%;
}

.fe-guide-text {
    height: 40px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

.fe-guide-text p {
    margin: 0 5px;
    width: 100%;
    overflow: hidden;
}

.fe-guide-sub {
    height: 24px;
    width: auto;
    padding: 0 5px;
    background: #6c9;
    margin-top: 8px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 3px
}

.fe-guide-lineheight {
    line-height: 40px;
}

.new-goods {
    padding: 4px
}

.card-price {
    color: #ff6600;
    overflow: hidden;
    position: relative;
    height: 20px
}

.card-overage {
    overflow: hidden;
    position: relative;
    height: 30px;
    margin: 5px 0;
}

.card-overage-3 {
    overflow: hidden;
    position: relative;
}

.good-new {
    padding: 4px
}

.good-new a {
    border: 1px solid #e5e5e5;
    display: block;
    background: #fff
}

.add-cart {
    position: absolute;
    right: 0;
    bottom: 0;
}

.add-cart-2 {
    float: right;
    right: 0;
    padding: 2px 4px;
}

.add-cart-4 {
    font-size: 14px;
    text-align: center
}

.fe-mod-8-hp-line {
    border: 1px solid #e5e5e5;
    display: block;
    background: #fff;
    margin: 5px 0;
}

.fe-panel-editor .arrow {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 7px 6px 0;
    border-color: transparent #d1d1d1 transparent transparent;
    position: absolute;
    left: 3px;
    top: 19px;
}

.pedit {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.search {
    z-index: 99;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.search .location {
    margin: 0 3%;
    width: 44%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
}

.search .search-form-box {
    margin: 0 3%;
    width: 34%;
    color: #fff;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
    float: left;
    box-sizing: border-box;
}

.store-list {
    position: relative;
    padding: 15px 10px;
    min-height: 70px;
    border-top: 1px solid #e7e9e4;
    /*width: 97%;*/
    background: #fff;
    font-size: 14.4px;
    font-size: .9rem;
    color: #333;
    text-align: left;
}

.store-img {
    position: relative;
}

.store-img .store-logo {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    float: none;
    width: 64px;
    height: 64px;
}

.store-img img {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    margin-right: 8px;
}

.store-intro {
    display: inline-block;
    position: relative;
    margin-left: 90px;
}

.store-intro .a8q {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.store-intro .a8q h2 {
    font-size: 16px;
    color: #333;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-top: 0;
    font-weight: bold;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.store-intro .a8q .store_honor_icon {
    display: inline-block;
    width: 88px;
    height: 20px;
    font-size: 12px;
    text-align: right;
    margin-right: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.store-intro .a8r {
    font-size: 0;
    padding-top: 10px;
    overflow: hidden;
}

.store-intro .a8r .i8 {
    display: inline-block;
    border: 1px solid #16A9ff;
    font-size: 0;
    border-radius: 2px;
    color: #16a9ff;
    line-height: 0;
    height: 15px;
    overflow: hidden;
}

.store-intro .a8r .i8 .da {
    display: inline-block;
    line-height: 1;
    padding: 2px;
    font-size: 10px;
}

.store-intro .a8v {
    height: 14px;
    margin-top: 8px;
    overflow: hidden;
    font-size: 0;
}

.store-intro .a8v .a8d {
    height: 12px;
    /*padding-top: 2px;*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.store-intro .a8v .a8d .a79 {
    display: inline-block;
    font-size: 0;
}

.store-intro .a8v .a8d .a79 i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: 0 0;
    background-image: url(//static-o2o.360buyimg.com/daojia/new/images/icon/newStar.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    margin-right: 1px;
}

.store-intro .a8v .a8d .a79 .zo {
    background-position: -10px 0;
}

.store-intro .a8v .a8w {
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    display: inline-block;
}

.store-intro .a8v .a8w .line_split {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url(//static-o2o.360buyimg.com/daojia/new/images/index/icon_line_split.jpg) no-repeat center 2px;
}

.store_honor_box {
    display: inline-block;
    position: absolute;
    top: 10px;
    text-align: right;
    right: 10px;
}

.store_honor_icon {
    display: block;
}

.store-category {
    position: absolute;
    top: 70px;
    left: 18px;
}

.fe-kefu {
    min-height: 10px;
    width: 60px;
    position: absolute;
    /* top: 100px; */
    z-index: 1000;
}

/*滚动条样式*/
.nui-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*正常情况下滑块的样式*/
.nui-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.nui-scroll:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

/*鼠标悬浮在滑块上时滑块的样式*/
.nui-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}

/*正常时候的主干部分*/
.nui-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: white;
}

/*鼠标悬浮在滚动条上的主干部分*/
.nui-scroll::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .01);
}

/* 顶部菜单样式start */
a,
ul,
div {
    padding: 0;
    margin: 0;
}

.maincate {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    height: 50px;
    line-height: 42px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding: 0px 5px;
}

.maincate a {
    margin: 0 0 0 2%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #999999;
    padding: 0;
}

.maincate::-webkit-scrollbar {
    width: 1px;
    height: 2px;
}

.maincate::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.maincate::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.maintopmenu {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

.maintopmenu input {
    width: 90%;
    text-indent: 15px;
    color: #333;
    border-radius: 25px;
    height: 30px;
    margin: 2% 5%;
    border: 1px solid #ccc;
}

.maintopmenu i {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #666;
}

/* 顶部菜单样式end */