@CHARSET "UTF-8";
body {
    padding-top: 70px;
}

body.body-white {
    background: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}
@font-face {
    font-family: 'iconfont';  /* project id 1921000 */
    src: url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.eot');
    src: url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.woff') format('woff'),
    url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1921000_fzfs5gj7cgd.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.dropdown-menu {
    padding: 15px 0;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.navbar{ margin-bottom: 0px; }
.top-nav{     transition: .4s; }

.navbar-default {
    background-color: unset !important;
    border-color: rgba(238, 238, 238, 0.95);
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 600;
}
.back {
    background: hsla(0,0%,100%,.9) !important;
}
.dback{
    background: #fff !important;
}
.back .navbar-nav>li>a,.dback .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ff9000;
    background-color: unset;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0,0,0,0.05);
    color: #ff9000;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ff9000;
    background-color: rgba(0,0,0,0.05);
}
.layui-input-block {
    margin-left: 200px;
    min-height: 36px;
}
.layui-form-label{ width: 200px; }
.layui-btn {
    background-color: #ff9000;
    border-radius: 25px;
}
.layui-input, .layui-textarea, .layui-select {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 25px;
}
.layui-form-select dl dd.layui-this {
    background-color: #ffd200;
    color: #fff;
}
.layui-input:focus, .layui-textarea:focus {
    border-color:#ff9000 !important;
    border: 2px solid #ff9000;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ff9000;
    background-color: #f3f3f3;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fed200;
}
.body-f5{ background: #f9f9f9; }
.bg-white{ background: #fff; }
.goods-item{
    background: #fff;
    transition: 0.4s;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}
.goods-item a{
    text-decoration: none;
}
.goods-item>div{
    width: 100%;
    /*height: 135px;*/
    max-height: 366px;
    overflow: hidden;
}
.goods-item>div a{
    display: block;
}
.goods-item>div a img{
    transition: all 0.4s;
    max-height: 270px;
}
.goods-item>div a:hover img{
    transform: scale(1.1);
}

.goods-item button{
    margin-bottom: 5px;
}
.goods-item button:hover{
    cursor: pointer;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0 4px 13px rgba(0,0,0,.25);
    box-shadow: 0 4px 13px rgba(0,0,0,.25);
}
.top-six a{
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}
.top-six>a{overflow: hidden;/*background: #f8f8f8;*/transition: all 0.4s;margin: 10px 0;}
.top-six div.textbox{
    width: 100%;
}
.textbox h3{color: #CCB62E;
    font-family: "Lora", Sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 8px;
}
.textbox p{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.wapgoodsdetail{ display: none; }
#footer{ margin-bottom: 20px; }
.swiper-slide a{ width: 100%; }
.top-six>a img{ width: 100%; }
.top-six text{ color: #ff9000;font-weight: bold;font-size: 22px; }
.layui-form-label{ text-align: left; position: relative;}
.layui-form-label span{ position: absolute;left: 6px; }
.s_title{ font-size: 20px; font-weight: bold; }
.s_cnt{ font-size: 15px;line-height: 30px;}
.top-six>a:hover{
    /*background: #ff9000;*/
    text-decoration: none;
}
.top-six>a:hover text{
    /*color: #fff;*/
}

.leftimg {
    width: 15%;
    margin: 0px 30px 0 0;
}

body {
    font: 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.footercp {
    background-color: #3a3a3a;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    border-top: 2px solid #ff9000;
}
.elementor-heading-title {
    color: #8e8e8e;
    font-family: "Playfair Display", Sans-serif;
    font-size: 68px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -4px;
    position: relative;
    margin-bottom: 70px;
}
.footerwarp{
    background: #fdfdfd;
}
.elementor-heading-title::after{
    content: '';
    display: block;
    height: 4px;
    width: 8%;
    background: #d3d3d3;
    position: absolute;
    left: 46%;
    bottom: -60px;
}
.elementor-heading-subtitle {
    color: #b09975;
    font-family: "Playfair Display", Sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5em;
}
.sjwrap{
    /*background-color: #878787;*/
    min-height: 230px;
}
.sjwrap>div{ text-align: center; margin-top: 80px; }
.sjwrap>div span{  font-family: "Playfair Display", Sans-serif; }
.sjwrap a{ text-decoration: none;display: block; }
.sjwrap a span{ color: #a0a0a0; font-size: 16px;font-family: "Playfair Display", Sans-serif;font-style: italic; }
.sjwrap a i{ color: #d3d3d3; font-size: 36px; display: block;}
.sjwrap a:hover i{ color:#b09975; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
}
.layui-layer-dialog .layui-layer-padding {
    word-break: break-word !important;
}
.layui-btn-so{ width: 145px; }
.img-banner img{ width: 100%; max-height: 790px; }
.goods-detail-info h1{
    font-size: 28px;
    color: #504f4f;
    line-height: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.goods-detail-info h4{
    line-height: 23px;
    color: #676767;
    font-size: 15px;
}
.div-price{
    display: flex;
    line-height: 1.5;
    padding: 2rem 0 1rem;
}
.div-price h3{
    padding: 6px 0 0 0;
    width: 150px;
}
.div-price a{
    text-decoration: none;
    background-image: linear-gradient(to bottom,#fdbe6e 0,#ef9c33 100%);
    font-size: 15px;
}
.by-on-amazon button{  }
.detail-center-widget>div{
    margin-top: 20px;
}
.detail-center-widget p{
    line-height: 30px;
    color: #888;
}
.detail-footer-widget>div{ position: relative; overflow: hidden; margin-top: 20px; }
.detail-footer-widget img,.detail-center-widget img{
    height: 167px;
    transition: all 0.3s;
}
.detail-footer-widget img:hover,.detail-center-widget img:hover{
    transform: translateY(-6px);
}
.detail-footer-widget div span{
    display: block;
    height: 35px;
    line-height: 35px;
/*    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: rgba(21, 21, 21, 0.43);
    left: 15px;
    right: 15px;*/
}
.top-three a,.middle-four a{ display: block;overflow: hidden; }
.top-three a img,.middle-four a img{ transition: all 0.4s; }
.top-three a:hover img,.middle-four a:hover img{ transform: scale(1.1); }
.top-six a{ transition: all 0.4s; }
.top-six a:hover{ transform: translateX(5px); }
.layui-layer-msg {
    min-width: 200px;
    border: unset;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    border-radius: 5px;
}
.detail-center-widget img{ width: 100%;height: 270px; }
.big_pian img{ width: 100%; }
.main_push img{ height: 315px; }
.main_push{ margin-bottom: 0px; }
.discount-goods img{
    /*height: 165px;*/
    max-height: 270px;
}
.layui-quote-nm {
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    font-family: 'Lora', sans-serif;
    margin-bottom: 0px;
    padding: 0;
    background: unset;
}

.mslide{ display: none; }
.goods-detail-wrap img{ max-width: 100%; }
.pc-wrap-list{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}



@media (min-width: 1200px){
    .top-six>div{ width: 150px; }
}

@media (min-width: 768px){
    .navbar-nav>li {
        float: left;
        margin: 0 15px;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
}
@media (max-width: 999px){
    .top-six>a img{ width: 100%; }
    .top-six div.textbox {
        top: unset;
        position: relative;
        left: unset;
        padding: 10px 0;
    }
    .top-six text {
        color: #ff9000;
        font-weight: bold;
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .detail-center-widget img{ width: 100%;height: 100%; }
    .top-three img{ width: 100%;height: auto; }
    .pcgoodsdetail{ display: none; }
    .wapgoodsdetail{ display: block;    margin-bottom: 15px; }
    .top-six a {
        display: flex;
        justify-content: space-between;
        flex-flow: row;
        text-align: center;
    }
    .top-six div.textbox {
        text-align: left;
        width: 74%;
    }
    .leftimg {
        width: 22%;
        margin: 15px 0 0;
    }
    .img-banner {
        /*height: 24vh;*/
        overflow: hidden;
        width: 100%;
    }
    .img-banner img{
        /*float: left;*/
        width: 160%;
        margin-left: -25%;
    }
    .sjwrap div:last-child{
        margin-bottom: 20px;
    }
    .main_push img {
        height: auto;
    }
    .pcslide{ display: none; }
    .mslide{ display: block; }
    .sjwrap>div {
        margin-top: 30px;
    }
    .goods-item>div{ max-height: 100%; }
    .goods-item>div a img {
        transition: all 0.4s;
        max-height: 100%;
    }
    .textbox h3 {
        margin-bottom: 15px;
    }
    .textbox p {
        line-height: 23px;
    }
}
@media (max-width: 550px){
    .layui-form-label {
        width: 200px;
    }
    .layui-input-block {
        margin-left: 210px;
        min-height: 36px;
    }
    h3{
        font-size: 20px;
    }
}

@media screen and (max-width: 450px){
    .layui-form-item .layui-form-label {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
    }
    .layui-form-label {
        /*width: 160px;*/
        width: 100%;
    }
    .layui-input-block {
        /*margin-left: 170px;*/
        min-height: 36px;
        margin-left: 0px;
        width: 100%;
        clear: both;
    }
}



.p-0{ padding: 0px; }
.m-t-10{ margin-top: 10px; }
.m-t-15{ margin-top: 15px; }
.m-t-20{ margin-top: 20px; }
.m-t-30{ margin-top: 30px; }
.m-t-40{ margin-top: 40px; }
.m-t-50{ margin-top: 50px; }
.m-b-10{ margin-bottom: 10px; }
.m-b-15{ margin-bottom: 15px; }
.m-b-20{ margin-bottom: 20px; }
.m-b-30{ margin-bottom: 30px; }
.m-b-40{ margin-bottom: 40px; }
.m-b-50{ margin-bottom: 50px; }
.m-b-80{ margin-bottom: 80px; }
.p-r-10{ padding-right: 10px; }
.p-l-10{ padding-left: 10px; }
.p-t-10{ padding-top: 10px; }
.p-t-15{ padding-top: 15px; }
.p-t-20{ padding-top: 20px; }
.p-t-30{ padding-top: 30px; }
.p-t-40{ padding-top: 40px; }
.p-t-50{ padding-top: 50px; }
.p-b-0{ padding-bottom: 0px; }
.p-b-10{ padding-bottom: 10px; }
.p-b-15{ padding-bottom: 15px; }
.p-b-20{ padding-bottom: 20px; }
.p-b-30{ padding-bottom: 30px; }
.p-b-40{ padding-bottom: 40px; }
.p-b-50{ padding-bottom: 50px; }
.p-10{ padding: 10px;}
.p-15{ padding: 15px;}
.p-20{ padding: 20px;}
.p-30{ padding: 30px;}
.p-40{ padding: 40px;}
.p-50{ padding: 50px;}
.m-0{ margin: 0px;}
.m-10{ margin: 10px;}
.m-15{ margin: 15px;}
.m-20{ margin: 20px;}
.m-30{ margin: 30px;}
.m-40{ margin: 40px;}
.m-50{ margin: 50px;}