﻿html {
}

.app-bar {
    line-height: 46px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}

.app-menu {
    overflow: hidden;
    height: 90px;
    line-height: 144px;
    text-align: right;
}

.app-menu a {
    padding: 10px 20px;
}

.app-menu-cell.active {
    background: #5cd0b5;
    color: #fff;
    border: 1px solid #5cd0b5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-menu-cell {
    background: rgb(255, 255, 255);
    margin-left: -5px;
}

.app-bar-login {
    margin-left: 20px;
    background: #5cd0b5;
    border-radius: 3px;
    color: #fff !important;
}

.app-bar-login:hover {
    opacity: 0.9
}

.app-bar-reg {
    margin-left: 20px;
    padding: 10px 25px;
    background: #ddd;
    border-radius: 4px;
    color: #777;
}

.app-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
}

.app-banner img {
    width: 100%;
    height:100%;
}

.app-logo {
    height: 60px;
    padding: 10px 0;
    width:180px;
}

.app-login-banner {
    min-height: 650px;
}

.app-footer {
    text-align: center;
    padding: 30px;
    color: #999
}

.app-phone {
    line-height: 90px;
    float: right;
    font-size: 15px;
    color: #999;
}

.app-index {
    overflow: hidden;
    height: 90px;
    z-index: 1;
}

.app-form {
    margin-top: 6.5%;
    width: 260px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    float: right;
}

.app-form h3 {
    text-align: center;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

.app-inp-group {
    margin: 20px 0;
    position: relative;
}

.app-inp-group input {
    padding: 10px 40px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 182px;
    width: calc(100% - 80px);
}

.app-inp-group input:focus {
    border: 1px solid rgba(92, 207, 180, 0.7019607843137254);
    box-shadow: 0 0 5px rgba(92, 207, 180,.4);
}

.app-inp-group > i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-style: normal;
    color: #999;
}

.app-inp-group > i.layui-icon {
    font-size: 18px;
}

.app-form-login {
    padding: 10px 0;
    background: #5cd0b5;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.app-form-login.guest {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}

.app-form-login:hover {
    color: #fff;
    opacity: 0.9
}

.guest:hover {
    color: #5cd0b5;
    opacity: 0.9
}

.app-form-reg {
    padding: 10px 0;
    color: #5ccfb4;
    font-size: 14px;
    /*text-decoration:underline;*/
}

.app-form-forget {
    color: #999;
    padding: 0 1rem;
}









.app-header-nav.layui-nav .layui-nav-item {
    line-height: 46px;
}

.app-header-nav.layui-nav .layui-nav-item a {
    color: #444
}

.app-header-nav.layui-nav {
    background: #fff;
}


.app-user-img {
    height: 36px;
    border-radius: 50%;
}


.app-shopping-container, .app-user-container {
    position: absolute;
    top: 54px;
    background: #fff;
    bottom: 25%;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 20px;
    margin: auto;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.app-shopping-bar {
    position: absolute;
    bottom: 50px;
    left: 80px;
    right: 80px;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.app-shopping-bar form {
    float: left;
    margin-top: 4px;
}

.app-shopping-tools {
    line-height: 46px;
    padding: 0 20px;
}

.app-shopping-tools a {
    padding: 0 10px;
}

.app-shopping-conut {
    padding: 0 20px;
    line-height: 46px;
}

.app-shopping-lab {
    float: left;
    line-height: 40px;
    padding: 0 10px;
}

.app-btn-shopping {
    height: 46px;
    display: inline-block;
    line-height: 46px;
    padding: 0 30px;
    background: #5cd0b5;
    color: #fff;
    font-size: 16px;
}

.app-close-shopping {
    position: absolute;
    height: 46px;
    line-height: 46px;
    width: 100px;
    right: 0;
    left: 0;
    margin: auto;
    color: #999
}

.app-btn-shopping:hover {
    color: #fff;
    opacity: 0.9
}

.layui-shop-quote {
    padding: 10px 15px;
    /*border-left: 5px solid #0698fe;*/
}

.layui-shop-body {
    padding: 20px;
    margin-bottom: 50px;
}

.app-price {
    color: #f62f22;
    font-weight: bold;
    font-size: 16px
}

.app-order-search {
    background: #fafafa;
    padding: 20px 20px 20px 0;
    border: 1px solid #ddd;
}

.layui-tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

.app-order-container {
    position: absolute;
    top: 54px;
    background: #fff;
    bottom: 15%;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 20px;
    margin: auto;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.layui-laypage-em {
    background-color: #5cd0b5 !important;
}

.app-close-order, .app-close-user {
    position: absolute;
    height: 46px;
    line-height: 46px;
    width: 100px;
    right: 0;
    left: 0;
    margin: auto;
    color: #999;
    bottom: 0;
}

.app-index-menu {
    padding: 20px 0px;
    overflow: hidden;
    z-index: 1;
}

.app-body-container {
    position: relative;
    min-height: 700px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #FE758F
}

.app-body-banner {
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    z-index: 0;
    text-align: center;
    overflow: hidden;
}

.layui-card {
    box-shadow: none;
    margin-bottom: 0;
}

.layui-card-body.diamond {
  padding: 10px;
  /*border-bottom: 1px dashed #ddd;*/

   
}

.app-body-banner img {
    width: 100%;
}

.lab-row {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    box-sizing: border-box;
}

.lab-row:last-of-type {
    /*margin-bottom: 12px;*/
}

.lab {
    width: 60px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    margin-left:-1px;
    font-size: 13px;


}

.lab:hover {
    background: #e1b466;
    color: #fff;
    border: 1px solid rgba(225, 180, 102, 0);
}

.lab span {
    display: inline-block;
    width: 100%;
}

.lab.active {
    background: #e1b466;
    color: #fff;
    border: 1px solid rgba(225, 180, 102, 0);
}

.app-shopping {
    background: #FE758F;
    color: #fff;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 5px #FE758F;
    margin-top: 3px;
    margin-left: 3px;

}

.shopping-count {
    background: #FE758F;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-size:12px;
}
.app-menu-cell.active .shopping-count {
    background: rgba(0,0,0,0.2);
}
.app-shopping:hover {
    color: #fff;
    opacity: 0.8;
}

.labselected {
    background: #E1B466 !important;
    border: 1px solid #E1B466 !important;
    color: #fff !important;
}

.lab input {
    display: none;
}

.title {
    color: #686e71;
    width: 46px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    float: left;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 24px;
    font-size: 13px;
}


.caratQuickList, .rmbQuickList {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 999;
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0px;
}

.caratQuickList li:hover, .rmbQuickList li:hover {
    color:#5cd0b5;
    cursor: pointer
}

.caratQuickButton, .rmbQuickButton {
    font-size: 14px;
}
