@charset "utf-8";

body {
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    background-color: #f1f3f1;
    font-size: 16px;
    min-width: 1240px;
}

img {
    max-width: 100%;
    border-radius: 1px;
}

ul,
h3,
h2,
h1,
li,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #200303;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #f71762;
}

.btn {
    font-size: 16px;
}

.btn:focus,
.btn:active,
.btn:focus:active {
    outline: 0;
}

.wrapper {
    padding: 20px;
}

.layer {
    width: 1190px;
    margin: 0 auto;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.flex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

/* 侧轴居中 */
.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 主轴居中 */
.flex-hc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* 主轴两端对齐 */
.flex-zBetween {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* 主轴end对齐 */
.flex-zEnd {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

/* 主轴start对齐 */
.flex-zStart {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}


/*充满父元素*/
.flex_bd {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

/* 文字省略号 */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
}

.container-lg {
    margin: 0 auto;
    max-width: 1600px;
}

/* 头尾 */
.header {
    background-color: #FFFFFF;
}

.navbar {
    background-color: #fd6582;
}

.header>.container {
    height: 80px;
}

.navbar .navbar-nav {
    height: 40px;
    width: 1100px;
    margin: 0 auto;
}

.navbar-nav {
    margin-left: 20px;
}

.navbar-nav li a {
    display: block;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    display: block;
    padding: 0 44px;
    color: #FFFFFF;
    text-align: center;
}

.search-box {
    position: relative;
    width: 330px;
    height: 36px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-left: 350px;
}

.search-box .form-control {
    border: 0;
    width: 100%;
    outline: 0;
    height: 36px;
    padding: 0 10px;
}

.search-box .btn-search {
    height: 36px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #666666;
    border-left: 1px solid #e8e8e8;
    background-color: #FFFFFF;
}

.search-box .btn-search:hover {

    color: #fd6582;
    border-left: 1px solid #E8E8E8;
    background-color: #f2f2f2;
}


.ur-link {
    height: 40px;
    line-height: 40px;
    margin-left: auto;
}

.ur-link li {
    float: left;
}

.ur-link li.line {
    padding: 0 20px;
}

.ur-link .user-menu {
    margin-right: 10px;
}

.ur-link .user-menu .iconfont {
    color: #555555;
}

.navbar li.active a,
.navbar li a:hover {
    background-color: #dd5d76;
    color: #FFFFFF;
    font-weight: bold;
}

.ad-box {
    font-size: 0;
    margin-bottom: 10px;
}

.ad-group-box img {
    width: 1100px;
    height: 100px;
}



.site-banner {
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
}


.footer {
    background-color: #e1e2e1;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.wx-list {
    padding: 0 20px;
    margin: 0 20px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.wx-list li {
    text-align: center;
    float: left;
    padding: 15px;
}

.foot-info .hd {
    margin-bottom: 10px;
}

.footer .item {
    font-size: 14px;
    line-height: 28px;
}

@media (min-width:1800px) {
    .wx-list {
        padding: 0 40px;
        margin: 0 40px;
    }

    .foot-info .item {
        font-size: 16px;
    }
}


.wrapper {
    padding: 10px;
}

.filter-row {
    line-height: 40px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 10px;
}

.filter-label {
    width: 80px;
    text-align: center;
}

.filter-nav li {
    float: left;
    text-align: center;
    padding: 0 5px;
}

.filter-nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 80px;
}

.filter-nav li.active a {
    color: #fd6582;
    font-weight: bold;
}

.card-list {
    margin: 0 -5px;
}

.card-list li {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.card-list .card-box {
    background-color: #FFFFFF;
    padding: 20px 10px;
    width: 360px;
    height: 176px;
    border-radius: 2px;
    box-sizing: border-box;
}

.card-pic {
    position: relative;
    overflow: hidden;
    font-size: 0;
    margin-right: 10px;
}
.card-pic .re {
    position: absolute;
    top: 6px;
    left: -20px;
    z-index: 9899999;
    width: 72px;
    height: 20px;
    line-height: 20px;
    background: red;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    transform: rotate(-45deg);
}

.card-pic img {
    width: 102px;
    height: 136px;
    border-radius: 3px;
    transition: .3s all;
    object-fit: cover;
}

.card-pic:hover img {
    transform: scale(1.1);
}

.card-box .card-title {
    margin-bottom: 10px;
}

.card-box .card-attr {
    color: #808080;
    margin-bottom: 10px;
    font-size: 14px;
}

.card-box .card-attr .iconfont {
    font-size: 14px;
    color: #c2c1c1;
    padding-right: 5px;
}

.card-box .card-desc {
    color: #503838;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-align: justify;
}

.card-box .card-chengshi {
    color: #9e9a9c;

}

.card-box .weizhi {
    color: #635858;
    padding-left: 2px;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.form-main {
    padding: 20px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.f-heading {
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
}

.form-panel {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #F2F2F2;
    padding: 20px 110px;
    box-sizing: border-box;
}

.form-panel .form-panel_hd {
    margin-bottom: 20px;
    line-height: 40px;
    text-align: center;
}

.form-row {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 40px;
}




.form-row .form-control {
    border: 0;
    width: 100%;
    outline: 0;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 36px;
}

.form-row .iconfont {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9a9a;
}

.form-footer {
    padding-top: 10px;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #fd6582;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #dd5d76;

}

.btn-success {
    background-color: #fd6582;
    color: #FFFFFF;
}

.btn-success:hover {
    background-color: #dd5d76;

}

.btn-default {
    background-color: #F2F2F2;
    color: #181818;
}

.form-footer .btn-default {
    margin-top: 20px;
}

.btn {
    border: 0;
    outline: 0;
    cursor: pointer;
}

.form-tip {
    text-align: center;
    color: #F59A23;
    line-height: 40px;
}

.form-tip a {
    color: #F59A23;
}

.form-footer .btn {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.form-code-row {
    margin-right: 176px;
}


.form-row .btn-code {
    background-color: #006896;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 28px;
    text-align: center;
    position: absolute;
    right: -180px;
    font-weight: bold;
    top: 0;
}


.form-row .div-code {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 28px;
    text-align: center;
    position: absolute;
    right: -175px;
    font-weight: bold;
    top: 0;
    border: 1px solid #E8E8E8;
}



.main-col {
    float: left;
    width: 730px;
}

.aside {
    float: right;
    width: 360px;
}

.aside-hd {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.main-row {
    margin-top: 10px;
}

.panel {
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

.panel-bd {
    padding: 10px 20px;
}

.panel-item {
    line-height: 40px;
    color: #353535;

}

.panl-tishi {
    color: #353535;
    margin: 25px 20px 10px 0px;
}



.panel-j-content {
    line-height: 30px;
    color: #181818;
}

.text-gray {
    color: #181818;
}

.panel-item_hd {
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    line-height: 40px;
    padding: 0 20px;
    padding-top: 10px;
}

.panel-item_hd .btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #fd6582;
    color: #fd6582 !important;
}


.panel-item_hd .btn:hover {

    background-color: #f2f2f2;

}


.aside .card-list li {
    float: none;
}

.text-yellow {
    color: #ff9305;
}

.un-link {
    color: #fd6582 !important;
    display: inline-block;
}


.un-link:hover {

    color: #E10C31 !important;

}

.comment-list li {
    margin-bottom: 10px;
}

.comment-list .comment-head {
    line-height: 30px;
    color: #555;
}

.comment-head span {
    display: inline-block;
    margin-right: 60px;
}

.comment-desc {
    padding: 5px 0;
    line-height: 30px;
    color: #333;
}

.comment-pages {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.page-cell {
    font-size: 0;
}

.page-cell * {
    display: inline-block;
    vertical-align: middle;
}

.page-cell .item {
    padding: 0 10px;
    height: 30px;
    color: #666666;
    line-height: 30px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #E8E8E8;
    margin-left: -1px;
}

.page-cell .item.active,
.page-cell .item:hover {
    position: relative;
    z-index: 3;
    border-color: #dd5d76;
    color: #dd5d76;
}

.page-cell .btn-j {
    border: 0;
    border-radius: 0;
    background-color: #EC808D;
    color: #FFF;
    outline: none;
    height: 40px;
}

.comment-textarea textarea {
    height: 100px;
    border: 1px solid #E8E8E8;
    padding: 6px;
    width: 100%;
    border-radius: 0;
    outline: 0;
    display: block;
    box-sizing: border-box;
}

.comment-footer {
    text-align: center;
    padding: 20px 0;
}

.comment-footer .btn {
    width: 380px;
    height: 40px;
    font-size: 16px;
}

.pics-list {
    margin: auto;
    font-size: 0;
}

.pics-list li {
    padding: 10px;
	text-align: center;
}

.pics-list li img {
    width: 213px;
    height: 280px;
	margin: 5px;
}



.panel-item-attr {
    line-height: 30px;
    margin-bottom: 10px;
}

.panel-item-attr .item {
    margin-right: 50px;
    font-size: 14px;
    color: #696969;
}

.panel-item-attr .item .iconfont {
    color: #9c9a9a;
    font-size: 14px;
    padding-right: 4px;
}

.item-btns .btn {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    color: #FFFFFF !important;
}



.item-btns .btn:hover {

    background-color: #f2f2f2;

}



.page-index-cell {
    padding: 20px 0;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 0;
}

.page-index-cell * {
    display: inline-block;
    vertical-align: middle;
}

.page-index-cell .item {
    padding: 0 15px;
    height: 40px;
    margin: 0 5px;
    color: #181818;
    line-height: 40px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
}

.page-index-cell .item.active,
.page-index-cell .item:hover {
    border-color: #EC808D;
    color: #EC808D;
}

.page-index-cell .btn-j {
    border: 0;
    border-radius: 0;
    background-color: #EC808D;
    color: #FFF;
    outline: none;
    height: 40px;
}

.btn-solid-primary {
    border: 1px solid #EC808D;
    color: #EC808D !important;
}

.item-btns .btn-solid-primary {
    border: 1px solid #fd6582;
    color: #fd6582 !important;
}




.panel-item .un-link {
    font-weight: bold;
}

.uc-aside {
    background-color: #FFFFFF;
    width: 160px;
    margin-right: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.aside-nav li {
    margin-bottom: 10px;
}

.aside-nav li a {
    font-size: 16px;
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.aside-nav li a * {
    display: inline-block;
    vertical-align: middle;
}

.aside-nav li a .iconfont {
    color: #b9b8b8;
    margin-right: 10px;
    font-size: 20px;
}

.aside-nav li.active a,
.aside-nav li a:hover {
    color: #fd6582;
}

.aside-nav li.active a .iconfont,
.aside-nav li a:hover .iconfont {
    color: #fd6582;
}

.aside-nav li.active a span:last-child {
    font-weight: bold;
}

.aside-nav li a:hover span:last-child {
    font-weight: bold;
}

.uc-bar {
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #FFFFFF;
    color: #fd6582;
}

.uc-panel {
    background-color: #FFFFFF;
    min-height: 680px;
}

.uc-panel_data {
    padding-top: 10px;
    border-bottom: 1px solid #F2F2F2;
}

.uc-panel_data .uc-item {
    line-height: 40px;
    width: 180px;
    text-align: center;
}

.uc-panel_bd {
    padding: 20px;
}

.uc-texts .uc-item {
    line-height: 40px;
}

.text-red {
    color: #fd6582 !important;
}

.uc-texts {

    margin-bottom: 40px;
}

.uc-cell {
    margin-bottom: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0;
}

.table td {
    border: 1px solid #E8E8E8;
    height: 40px;
    text-align: center;
}


.uc-ts {
    color: #7F7F7F;
    line-height: 30px;
    margin-top: 40px;
}

.km-select {
    margin-top: 20px;
}

.km-select li a {
    display: block;
    width: 260px;
    height: 40px;
    border: 1px solid #fd6582;
    color: #fd6582;
    line-height: 38px;
    text-align: center;
}

.km-select li a:hover {
    background-color: #f2f2f2;

}


.mr20 {
    margin-top: 20px;
}

.ecx-search {
    height: 40px;
    margin-top: 20px;
}

.ecx-search .form-control {
    border: 1px solid #dcdcdc;
    width: 550px;
    outline: 0;
    height: 38px;
    padding: 0 10px;
    font-size: 16px;

}

.ecx-search .btn-confirm {
    width: 280px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fd6582;
    background-color: #fd6582;
    color: #FFFFFF;
    margin-left: 30px;
    font-size: 16px;
}

.ecx-search .btn-confirm:hover {

    border: 1px solid #dd5d76;
    background-color: #dd5d76;
}



.exc-tip {
    color: #F59A23;
    line-height: 40px;
    margin-top: 20px;
}

.text-green {
    color: #02a5a5;
}

.uc-panel_bd .form-bd {
    width: 380px;
    margin: 0 auto;
}

.text-blue {
    color: #1212E3 !important;
}

.uc-warning-bar {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #F8F8F8;
    border-radius: 4px;
}

.uc-label {
    width: 100px;
    line-height: 40px;
}

.uc-row {
    margin-bottom: 20px;
}

.uc-row .form-control {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    font-size: 16px;
}

.uc-row .form-textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    font-size: 16px;
}

.btn-upload {
    position: relative;
    overflow: hidden;
    width: 130px;
    height: 40px;
}

.uc-row select.form-control {
    width: 130px;
    margin-right: 20px;
	background: #f5f5f5;
}

.uc-row .layui-form-select {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
}

.uc-row .form-tip {
    text-align: left;
}

.uc-row_ft {
    text-align: center;
}

.uc-row_ft .btn {
    height: 40px;
    width: 300px;
    margin-top: 20px;
}

.upload-cells {
    margin-top: 20px;
    overflow: hidden;
}

.upload-cells .upload-box {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 120px;
    height: 160px;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    font-size: 16px;
}

.upload-box img {
    width: 132px;
    height: 176px;
}

.upload-box .close-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
    opacity: 1;
    color: white;
    padding: 5px;
    text-shadow: none;
    cursor: pointer;
}

.upload-box:hover .close-btn {
    display: block;
}



.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    font-weight: normal;
    line-height: 20px;
}

.modal-body {
    position: relative;
    padding: 15px 20px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-dialog {
    width: 500px;
    margin: 6% auto;
}

.exm-main {
    min-height: 380px;
}

.exm-cell {
    margin-bottom: 10px;
}

.exm-cell .exm-n {
    line-height: 40px;
}

.exm-cell .exm-c {
    line-height: 30px;
}

.c-email {
    text-align: center;
}

.modal-body .uc-label {
    width: 100%;
}

.uc-ed {
    text-align: center;
    margin-bottom: 20px;
}

.uc-ed .item {
    line-height: 40px;
}


.uc-row .form-textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    font-size: 16px;
}

.uc-modal-ft {
    text-align: center;
    padding: 20px 0;
}

.uc-modal-ft .btn-success {
    width: 200px;
    height: 40px;
}

.uc-row .form-control[readonly="readonly"] {
    background-color: #F2F2F2;
    color: #B8741A;
}

.text-modal {
    padding: 20px;
    min-height: 200px;
}

.text-modal .item {
    line-height: 40px;
}

.modal-in-foot {
    text-align: center;
    padding: 20px;
}

.modal-in-foot .btn-success {
    width: 200px;
    height: 40px;
    font-size: 16px;
}

.text-modal .item-t {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}


.form-email-row input.form-control {
    width: 220px;
}

.form-email-row select.form-control {
    border-left: 1px solid #E8E8E8;
    text-align: left;
    text-indent: 0;
    width: 158px;
}

.city-bd .filter-row {
    /* display: none; */
}

.filter-row.clearfix .filter-label {
    float: left;
}

.filter-row.clearfix .flex_bd {
    overflow: hidden;
}

.side-bar {
    position: fixed;
    bottom: 105px;
    right: 25px;
}

.side-list li {
    position: relative;
    margin-top: 20px;
}

.side-list li .iconfont {
    color: #ec6198;
    font-size: 50px;
    cursor: pointer;
}

.side-list li .iconfont:hover {
    color: #dd5d76;

}



.side-bar li .tip {
    display: none;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 6px;
    position: absolute;
    right: 52px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    top: 5px;
    width: 84px;
    text-align: center;
}

.side-bar li:hover .tip {
    display: block;
}

.layui-form-select .layui-input {
    border: 1px solid #E8E8E8;
}

.form-row .layui-form-select .layui-input {
    height: 40px;
    border-left: 0;
}

.layui-layer-msg .layui-layer-ico6 {
    background: url(../images/weixiao.png) no-repeat !important;
    width: 40px !important;
    height: 40px !important;
}

.layui-layer-msg .layui-layer-ico5 {
    background: url(../images/nanguo.png) no-repeat !important;
}

.layui-layer-dialog .layui-layer-padding {
    height: 60px;
    box-sizing: border-box;
    overflow: hidden !important;
    line-height: 38px !important;
    font-size: 16px !important;
    padding: 10px 10px 10px 66px !important;
}

.layui-form-danger {
    border-color: #D9001B !important;
}


.pics-list li a {
    display: block;
    overflow: hidden;
    transition: .3s all;
}

.pics-list li a img {
    transition: .3s all;
}

.pics-list li a:hover img {
    transform: scale(1.1);
}

.c-footer {
    text-align: center;
    margin-bottom: 30px;
}

.c-footer .btn {
    width: 200px;
    height: 40px;
}

.uc-modal-ft .btn-cancel {
    display: inline-block;
    height: 40px;
    width: 100px;
    margin-left: 10px;
}

.form-row .form-control::placeholder {
    color: #bababa;
}

.uc-row .form-control::placeholder {
    color: #bababa;
}


.page-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}





.page-cell .next,
.page-cell .prev {
    width: 55px;
    color: #ea6888;
}

.page-cell a.active {
    background-color: #ea6888;
    color: #FFFFFF;
}



.page_list {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}


.page-cell a {
    padding: 2px 20px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background-color: #f8f9fb;
    color: #666666;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 3px;
}

.page-cell a.num,
.page-cell a.on {
    width: 36px;
}

.complian-ipt::-webkit-input-placeholder {
    color: #bababa !important;
}

.form-control::-webkit-input-placeholder,
textarea::placeholder {
    color: #bababa !important;
}

.git-content {
    display: none;
}
