.right-icon {
    width: 25px;
    height: 25px;
}
.others .wish-list, .header-top-bar header > div .right-side > div .others .header-cart {
    display: none;
    position: absolute;
    top: 60px;
    left: calc(-180px);
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 11px -2px rgba(0, 0, 0, 0.3);
    padding: 30px 30px 25px 30px;
    box-sizing: border-box;
    z-index: 100;
    cursor: auto;
}
.others .wish-list h3,
.others .header-cart h3 {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.others .wish-list h3 span {
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
}
.others .wish-list .list .details h4, .header-cart .list .details h4 {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.others .wish-list .list .details p,  .others .header-cart .list .details p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    margin-bottom: 10px;
}
.others .wish-list .list .details p:last-child, .others .header-cart .list .details p:last-child {
    color: #333;
    margin-bottom: 0;
}
.others .wish-list .list .layui-btn,  .others .header-cart .list .layui-btn {
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 24px;
    color: #999;
}
.others .wish-list .list img {
    width: 100px;
}
.others .wish-list .list .details {
    height: 67px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 0 10px;
}
/*.others .wish-list .list .details h4 {*/
/*    width: 100%;*/
/*    font-size: 22px;*/
/*    color: #333;*/
/*    font-weight: bold;*/
/*    */
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
.others .wish-list .list .details p {
    font-size: 0.8rem;
    color: #999;
    font-weight: 600;
    margin-bottom: 5px;
}
.others .wish-list .list .details .wish-name {
    color: #333;
}
.others .wish-list .list .details p:last-child {
    color: #333;
    margin-bottom: 0;
}
.others .wish-list .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.others .wish-list .layui-btn,.others .header-cart .layui-btn {
    background-color: #e3ac5b;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
}
.others .wish-list .wishlist-close-btn {
    display: none;
    width: 30px;
    height: 30px;
    line-height: 10px;
    background-color: transparent;
    border: none;
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-group .sign-in,.btn-group .my-account  {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.btn-group .sign-in .sign-in-btn,
.btn-group .my-account .my-account-btn {
    /*width: 100%;*/
    /*height: 100%;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.sign-in p, .btn-group p, .my-account p {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    margin-right: 5px;
}
.my-account .my-account-lists {
    left: calc(-100px);
    width: 240px;
    height: auto;
    position: absolute;
    top: 60px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 11px -2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    z-index: 9;
    box-sizing: border-box;
    cursor: auto;
}
.my-account .my-account-lists > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.my-account .my-account-lists dl dt {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f7f7f7;
}
.my-account .my-account-lists dl dt span {
    font-size: 20px;
    color: #333;
}
.my-account .my-account-lists dl dd {
    display: block;
    padding: 5px 0;
    text-align: left;
}
.sign-in .left-icon {
    width: 0.8rem;
    height: 0.8rem;
}
.my-account .left-icon {
    width: 24px;
    height: 24px;
}
.my-account .my-account-lists dl dd a {
    font-size: 16px;
    color: #333;
}

.my-account .my-account-lists div dl dd:hover a {
    color: #e3ac5b;
    text-decoration: underline;
}

.sign-in .header-login-box,
.my-account .header-login-box {
    display: none;
    position: absolute;
    top: 60px;
    width: 360px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 11px -2px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    z-index: 9;
    box-sizing: border-box;
    cursor: auto;
}
.sign-in .header-login-box > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sign-in .header-login-box > div h3 {
    font-size: 1.4rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.box-setting {
    padding: 0 15px;
    height: 100%;
}
.box-setting:last-child {
    margin-right: 0;
}
.box-setting .btn-group {
    height: 100%;
}
.box-setting .btn-group > .help-center {
    height: 99%;
    display: flex;
    align-items: center;
}
.box-setting .btn-group > .help-center svg {
    width: 22px;
    height: 22px;
}
#mob-help-center-btn {
    display: none;
}
header .box-right{
    height:61px;
    display: flex;
    align-items: center;
}
header .box-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header .box-left .right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
header .box-left .right > svg {
    width: 46px;
    height: 46px;
    padding: 0 10px 2px;
}
header .box-left .right > .icon_search {
    width: 43px;
    height: 43px;
}
header .box-left #search-btn {
    display: none;
    position: relative;
    width: 30px;
    height: 100%;
    margin-left: 95px;
}
header .box-left #search-btn .search-btn-group {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .box-left #search-btn .search-btn-group svg {
    width: 20px;
    height: 20px;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-input-wrap {
    margin: 0;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-input-wrap .layui-input {
    width: 100%;
    height: 40px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}
.sign-in .header-login-box > div .layui-form .layui-own-item {
    position: relative;
    display: flex;
    align-items: center;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .tips-icon {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-form-checkbox {
    margin-top: 0;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-form-checkbox > div {
    font-size: 1rem;
    color: #000;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-form-checkbox > i {
    border-color: #000;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-form-checked > i {
    border-color: #d39d4e !important;
    background-color: #d39d4e;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-form-checkbox:hover > i {
    border-color: #000;
}
.sign-in .header-login-box > div .layui-form .layui-own-item .tips-box {
    display: none;
    position: absolute;
    top: -120px;
    left: 80px;
    font-size: 0.8rem;
    color: #333;
    text-align: left;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
}
.sign-in .header-login-box > div .layui-form .layui-own-item .tips-box span {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    display: block;
    width: 20%;
    height: 15px;
    background-color: #fff;
    z-index: 5;
}
.sign-in .header-login-box > div .layui-form .layui-own-item .tips-box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 20px);
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-btn {
    background-color: #d39d4e;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 5px;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-pwd {
    font-size: 1rem;
    color: #6f6f6f;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-pwd:hover {
    color: #e3ac5b;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-sign-up .login-text {
    font-size: 1rem;
    color: #000;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-sign-up .login-text:last-child {
    text-decoration: underline;
}
.sign-in .header-login-box > div .layui-form .layui-form-item .layui-sign-up .login-text:last-child:hover {
    color: #e3ac5b;
}
.menu-div{
    width: 100%;
    margin: 0 auto;
}

.others .right-icon {
    width: 22px;
    height: 22px;
}
.others {
    cursor: pointer;
}
#help-center-btn .others,
#others2 .others,
#others3 .others {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid transparent;
}
#account-btn .others {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#help-center-btn .others:hover,
#others2 .others:hover,
#others3 .others:hover {
    border-bottom: 4px solid #d39d4e !important;
}
#account-btn .btn-group .sign-in:hover,
#account-btn .btn-group .my-account:hover {
    border-bottom: 4px solid #d39d4e !important;
}
/*.clear-ts {*/
/*    text-security:disc;*/
/*    -webkit-text-security:disc;*/
/*}*/
.layui-layer-dialog .layui-layer-content .layui-icon-success {
    color: #e3ac5b !important;
}
.layui-form-select dl dd.layui-this {
    color: #e3ac5b !important;
}
#others2 .others .wish-list .wish-lists {
    max-height: 375px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding-right: 5px;
}
#others2 .others .wish-list .wish-lists::-webkit-scrollbar {
    width: 5px;
}
/*.layui-layer .layui-layer-setwin {*/
/*    display: none;*/
/*}*/
.layui-layer .layui-layer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.layui-layer .layui-layer-content::-webkit-scrollbar {
    width: 0;
}
.layui-layer .layui-layer-content .top-search-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 0 20px;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap {
    margin-left: 0;
    width: 70%;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input-prefix {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input-prefix .icon {
    width: 18px;
    height: 18px;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input {
    width: 100%;
    height: 35px;
    background-color: #f5f7f9;
    border: 2px solid transparent;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input::placeholder {
    font-size: 16px;
}
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input:active,
.layui-layer .layui-layer-content .top-search-box .layui-input-wrap .layui-input:focus {
    border: 2px solid #e3ac5b !important;
}
.layui-layer .layui-layer-content .top-search-box .start-search-btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #e3ac5b;

    cursor: pointer;
}
.layui-layer .layui-layer-content .top-search-box .search-close-btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #e3ac5b;

    cursor: pointer;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    background-color: #e3ac5b;
    border-color: #e3ac5b;
}