/* #region 全局 */
html {
    font-size: 20px;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
}
.layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
}
.underline {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    opacity: 0.6;
}
.sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    box-sizing: border-box;
    background-color: #f8f9ff;
}
.sec-wrap {
    width: 1200px;
}
.bg-white {
    background-color: #fff;
}
/* #endregion */
/* #region header */
.header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 140px;
    width: 100%;
    min-width: 1400px;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
}
@media screen and (max-width: 1800px) {
    .header{
        padding: 18px 40px;
    }
}
.header .header-logo {
    width: 40px;
    height: auto;
}
.header h1 {
    margin-left: 12px;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.header .header-menu {
    margin-left: 60px;
    display: flex;
    flex: 1;
}
.header .header-menu a {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}
.header .header-action {
    display: flex;
}
.header .header-action a {
    margin-left: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.header .header-action span {
    margin-right: 18px;
}
.header a:hover {
    color: #2387f7;
}
.header a.active {
    color: #2387f7;
}
/* #endregion */
/* #region footer */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    background-image: url(../zs/image/bg-group__89.png);
    background-size: auto 100%;
    background-position: center;
}
.footer > .footer-container {
    margin-top: 40px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    box-sizing: border-box;
}
.footer .footer-sign {
    display: flex;
    align-items: center;
}
.footer .footer-logo {
    width: 50px;
    height: auto;
    margin-right: 18px;
}
.footer h1 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.footer .footer-link {
    margin-top: 60px;
    margin-left: 68px;
    font-size: 16px;
    font-weight: 400;
}
.footer .footer-link > a {
    color: #fff;
}
.footer .footer-link > a:hover {
    color: #fff;
}
.footer .footer-link > span {
    display: inline-block;
    color: #fff;
    transform: translateY(-2px);
}
.footer .footer-r > p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.footer .footer-co {
    width: 1200px;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding: 21px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}
/* #endregion */
/* #region bg-group */
.bg-group__87 {
    background-image: url(../zs/image/bg-group__87.png);
    background-size: 100% 100%;
}
.bg-group__88 {
    padding-top: 118px;
    padding-bottom: 94px;
    background-image: url(../zs/image/bg-group__88.png);
    background-size: 101% 106%;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-group__89 {
    background-image: url(../zs/image/bg-group__89.png);
    background-size: 100% 100%;
}
.bg-group__91 {
    background-image: url(../zs/image/bg-group__91.png);
    background-size: 100% 100%;
}
.bg-group__92 {
    background-image: url(../zs/image/bg-group__92.png);
    background-size: 100% 100%;
}
.bg-group__93 {
    background-image: url(../zs/image/bg-group__93.png);
    background-size: 100% 100%;
}
.bg-group__94 {
    background-image: url(../zs/image/bg-group__94.png);
    background-size: 100% 100%;
}
.bg-group__95 {
    background-color: #2175EF;
    background-image: url(../zs/image/bg-group__95.jpg);
    background-size: 100% auto;
    background-position: 0 100%;
    background-repeat: no-repeat;
}
/* #endregion */
/* #region 中部搜索框*/
.content-search {
    display: flex;
    align-items: center;
    width: 666px;
    height: 62px;
    background-color: #fff;
    border: 1px solid #ff8f07;
}
.content-search-left {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 120px;
    height: 100%;
    background-color: #fbf7f7;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}
.content-search-left__text {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.content-search-left__img {
    margin-left: 12px;
    width: 10px;
    height: auto;
    transition: all 0.2s linear;
}
.content-search-left__img.rotate {
    transition: all 0.2s linear;
    transform: rotate(-180deg);
}
.content-search-filter {
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    background-color: #fbf7f7;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.2s linear;
}
.content-search-filter.hide {
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s linear;
}
.filter-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    width: 120px;
    background-color: #fbf7f7;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.content-search__input {
    flex: 1;
    margin: 0 24px;
    height: 90%;
    border: none;
    font-size: 16px;
}
.content-search__input:focus {
    border: none;
    outline: none;
}
.content-search__btn {
    width: 136px;
    height: 100%;
    background-color: #ff8f07;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
/*#endregion */
/* #region 面包屑 */
.con-nav {
    display: flex;
    align-items: center;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.con-nav__img {
    margin-right: 8px;
    width: 21px;
    height: 20px;
}
.con-nav__s {
    margin: 0 4px;
    font-size: 20px;
    line-height: 28px;
    transform: translateY(2px);
}
/* #endregion */
/* #region layui */
.layui-input-block {
    position: relative;
    margin-left: 150px;
}
.layui-input-inline.lg{
    width: 400px !important;
}
.layui-input-inline{
    width: 340px !important;
}
.layui-input-inline.sm{
    width: 240px !important;
}
.layui-input-inline.mini{
    width: 180px !important;
}
.layui-form-label.required::before {
    content: '*';
    margin-right: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #FF0D0D;
}
.layui-form-label{
    width: 120px;
}
.form-upload{
    display: flex;
    align-items: center;
}
/* #endregion */
/* #region 地址选择 */
.address-selector {
    width: 400px;
    height: 38px;
    background-color: #fff;
    position: absolute;
    left: 82px;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.address-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.address-active {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.address-item {
    margin-right: 4px;
    max-width: 28%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address-popup {
    width: 100%;
    height: 200px;
    padding-bottom: 32px;
    position: absolute;
    z-index: 10;
    display: flex;
    border: 1px solid #eee;
    background-color: #fff;
}
.address-popup-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.address-popup-btn {
    cursor: pointer;
    padding: 1px 4px;
    background-color: #4d82e7;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.address-popup-item {
    flex: 1 1 0%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.address-popup-item + .address-popup-item {
    border-left: 1px solid #eee;
}
.address-nav {
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
}
.address-nav__active {
    background-color: #1889fc;
    color: #fff;
}
/* #endregion */
/* #region tree */
.tree {
    width: 100%;
    cursor: pointer;
}
.tree .tree-t {
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.tree .tree-t > img {
    width: 18px;
    height: auto;
    margin-right: 4px;
}
.tree .tree-t > a {
    flex: 1;
    cursor: pointer;
}
.tree .tree-action {
    margin-top: 6px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #000 transparent transparent transparent;
}
.tree .tree-l {
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 47px;
    padding-right: 20px;
    border-left: 3px solid transparent;
}
.tree .tree-l.active {
    border-left: 3px solid #5687e5;
}
.tree .tree-l > a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.tree .tree-wrap.active .tree-action {
    margin-top: -6px;
    border-color: transparent transparent #000 transparent;
}
.tree .tree-ol {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.tree .tree-wrap.active .tree-ol {
    max-height: 200px;
    transition: all 0.3s ease;
}
.tree .tree-tips{
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #FF8F07;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
/* #endregion */
/* #region 个人中心 */
.center {
    margin: 40px 0;
    display: flex;
}
.center > .center-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    height: 660px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.center > .center-side > .avatar {
    flex: 0 0 auto;
    margin-top: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}
.center > .center-side > .mobile {
    flex: 0 0 auto;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.center > .center-side > .btn {
    flex: 0 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 130px;
    height: 32px;
    background-color: #ff8f07;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
.center > .center-content {
    margin-left: 20px;
    flex: 1;
    min-height: 660px;
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.center > .center-content > h3 {
    margin-top: 30px;
    margin-bottom: 26px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.center > .center-content .form-btn {
    margin-top: 30px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
}
.center > .center-content .form-btn.submit {
    background-color: #ff8f07;
    color: #fff;
}
.center .form-title {
    margin-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.center .input-inline {
    float: left;
    transform: translateX(-10px);
}
.center .inline-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 38px;
    box-sizing: border-box;
    background: #f3f3f3;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.center .identity-upload {
    display: flex;
    width: 100%;
}
.center .identity-upload-wrap {
    margin-right: 64px;
    width: 316px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.center .identity-upload-action {
    width: 76px;
    height: 76px;
}
.center .identity-upload-label {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.center .identity-upload-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/* #endregion */
/*#region popup*/
.popup {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.popup.fade {
    transform: scale(0);
}

.popup.show {
    transform: scale(1);
}

.popup.center {
    margin: 0;
    align-items: center;
}

.popup.top {
    align-items: flex-start;
}

.popup.bottom {
    align-items: flex-end;
}

.popup_content {
    transition: all 0.3s ease;
}

.popup.show .popup_content {
    transition: all 0.3s ease;
}

.popup.center .popup_content {
    transform: scale(0);
}

.popup.center.show .popup_content {
    transform: scale(1);
}

.popup.bottom .popup_content,
.popup.top .popup_content {
    width: 100%;
    max-height: 0;
    height: 300px;
    background: #fff;
}

.popup.bottom .popup_content {
    border-radius: 15px 15px 0 0;
}

.popup.top .popup_content {
    border-radius: 0 0 15px 15px;
}

.popup.bottom.show .popup_content,
.popup.top.show .popup_content {
    max-height: 550px;
}

/*#endregion*/
