.radio-label,
.checkbox-label {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 2rem;
    line-height: 2.0557rem;
}

.radio-label input[type=radio],
.checkbox-label input[type=checkbox] {
    display: none;
}

.radio-label input[type=radio] ~ .label-icon,
.checkbox-label input[type=checkbox] ~ .label-icon {
    display: inline-block;
    width: 1.1rem;
    height: 1.15rem;
    vertical-align: middle;
    background-size: 100% 100%;
}

.radio-label input[type=radio] ~ .label-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAG1BMVEX////19fXv7+/8/Pzy8vLp6eni4uLg4ODo6Ojm/sNGAAAAX0lEQVQI12NABswaaU0QlrujsUghiMESACQ4HICEK1giEKiqAMxiZ2BgcgCzWBQYOATALMYGBjYDiFEJCBZcNgCmg0mBgQFuCoMoxGSYbaxg1eKKxkKFEMdopAWhOBMAwjIKEhbmoeIAAAAASUVORK5CYII=");
}

.radio-label input[type=radio]:checked ~ .label-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASBAMAAABP1yhnAAAAKlBMVEX///9Eq/fQ6v1ywPlPr/dPsPfz+v/c7/6t2vyh1fuJyvrE5f1+xfmKyvq0x+aTAAAAeUlEQVQI12NABpWmwdPBDA5BQUHRBhDroJRa0kIZkJCIAgMDkyNQsFCI21RYQTGcgWHigo2CgkJckgwMhgqGgoLCTMIMDI4JIL1solCWCJsIQhZZR4kQtwnQFHegyaIgkwMbQLbJqiVdlAG7wBGotwHiKhPn6SjOBADYtxZPYJ8nZgAAAABJRU5ErkJggg==");
}

.checkbox-label input[type=checkbox] ~ .label-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAQMAAABsABwUAAAABlBMVEX////g4OACVBJKAAAAFklEQVQI12MAgfr/DQwODGRhsF4gAAAGVA59ic+HrwAAAABJRU5ErkJggg==");
}

.checkbox-label input[type=checkbox]:checked ~ .label-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAIVBMVEVEq/f////1+/+Kyvpnuvi54PzT7P2Dx/lzwPlatfdPsPeWEnYqAAAAQklEQVQI12MQhAEGAQYIYCSKxQFnBRqAWFwMDKxCDiCWkwFDoApY1lAYKARmMQsmqkD1GgKFICxWcbh5Ewjbi3ApACnUBnd6YEqMAAAAAElFTkSuQmCC");
}

.radio-label input[type=radio] ~ .label-text,
.checkbox-label input[type=checkbox] ~ .label-text {
    display: inline-block;
    vertical-align: middle;
}

.switch-label {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 2rem;
    line-height: 2.0557rem;
}

.switch-label input[type=radio],
.switch-label input[type=checkbox] {
    display: none;
}

.switch-label input[type=radio] ~ .label-icon,
.switch-label input[type=checkbox] ~ .label-icon {
    display: inline-block;
    width: 1.8rem;
    height: 1.1rem;
    vertical-align: middle;
    border-radius: 999px;
    background: #bbb;
    position: relative;
    transition: 150ms;
}

.switch-label input[type=radio] ~ .label-icon:after,
.switch-label input[type=checkbox] ~ .label-icon:after {
    display: inline-block;
    content: " ";
    width: calc(1.1rem - 4px);
    height: calc(1.1rem - 4px);
    background: #ffffff;
    border-radius: 999px;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: 200ms;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
}

.switch-label input[type=radio]:checked ~ .label-icon,
.switch-label input[type=checkbox]:checked ~ .label-icon {
    background: #f6375b;
}

.switch-label input[type=radio]:checked ~ .label-icon:after,
.switch-label input[type=checkbox]:checked ~ .label-icon:after {
    transform: translateX(.7rem);
}

.modal-dialog {
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
/*分页样式开始*/
.layui-laypage a, .layui-laypage span{
    height:20px;
    line-height: 20px;
    padding: 5px 10px;
    margin:0 5px;
}
.pages a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 5px;
    transition: .3s linear all;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #f6375b;
}
/*分页样式结束*/

.swiper-pagination-bullet{margin:0 5px!important;}


.form-control {
    border-radius: 2px;
    padding: .35rem .7rem;
}

.panel {
    padding: 0 1rem;
    background: #fff;
}

.panel .panel-header {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.panel .panel-header:after {
    clear: both;
    content: " ";
    display: block;
}

.panel .panel-body {
    padding: 1rem 0;
}

.panel .panel-footer {
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.panel .panel-header .nav {
    margin-top: -1rem;
    margin-bottom: -1rem;
    float: left;
}

.panel .panel-header .nav.nav-right {
    float: right;
}

.panel .panel-header .nav-link {
    padding: 1rem 0;
    margin: 0 1rem -1px 1rem;
}

.panel .panel-header .nav-item:first-child .nav-link {
    margin-left: 0;
}

.panel .panel-header .nav-item:last-child .nav-link {
    margin-right: 0;
}

.panel .panel-header .nav-link.active {
    border-bottom: 2px solid #449be6;
}

.panel .panel-close {
    float: right;
    font-size: 1.5rem;
    height: 1.1429rem;
    font-weight: 700;
    text-decoration: none;
    color: #666;
    line-height: .9;
}
.btn {
    border-radius: 2px;
    padding: .35rem .7rem;
}

.btn-sm {
    padding: .15rem .35rem;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    max-width: 500px;
    margin: 200px auto;
    position: relative;
    width: auto;
}
.fade.show {
    opacity: 1;
    background:rgba(0,0,0,0.5);
    -moz-opacity:0.5;
    filter:alpha(opacity=50);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 0.8rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
}
.adress-select .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    font-size: 1rem;
    margin-bottom: 0;
    background-color: #eceeef;
    opacity: 1;
}

.input-group-btn {
    position: relative;
    font-size: 1rem;
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
}
.btn-mall{
    width: 30px;
    height: 20px;
    background-color: #f6375b;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    transition: .3s linear all;
}