.loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    cursor: unset;
    background: rgba(0, 0, 0, .8);
}

.loading .iconfont {
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
}

@keyframes rotation {
    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading .text {
    margin-left: 10px;
}

.tem-header {
    width: 100%;
    height: 200px;
    background-image: url("/static/web/images/template3/header-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tem-header .tem-header-body {
    display: table;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.tem-header .tem-header-body .tem-top {
    display: flex;
    width: 100%;
    height: 102px;
}

.tem-header .tem-header-body .tem-top .tem-logo {
    display: flex;
    align-items: center;
    width: 304px;
    height: 75px;
    margin-top: 27px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.tem-header .tem-header-body .tem-top .tem-logo img {
    /*width: 100%;*/
    height: 100%;
}

.tem-header .tem-header-body .tem-top .tem-search {
    display: flex;
    align-items: center;
    width: 450px;
    height: 50px;
    margin-left: auto;
    margin-top: 52px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.tem-header .tem-header-body .tem-top .tem-search .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 100%;
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    border-right: 1px solid rgba(139, 44, 40, 1);
}

.tem-header .tem-header-body .tem-top .tem-search .inp {
    width: 270px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    border: none;
}

.tem-header .tem-header-body .tem-top .tem-search .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("/static/web/images/template3/tem-search-btn.png");
}

.tem-header .tem-header-body .tem-top .tem-search .search-btn .iconfont {
    font-size: 26px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.tem-header .tem-header-body .tem-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin-top: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.tem-header .tem-header-body .tem-nav .tem-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 56px;
    padding: 0 4px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.tem-header .tem-header-body .tem-nav .active {
    height: 56px;
    border-bottom: 4px solid rgba(255, 255, 255, 1);
}

.right {
    position: fixed;
    margin: auto;
    top: 50px;
    bottom: 0;
    right: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 42px;
}

.right .fixed-block {
    width: 42px;
    display: none;
}

.right .fixed-block .fixed-item {
    position: relative;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    cursor: pointer;
}

.right .fixed-block .fixed-item .item-img {
    display: none;
    width: 42px;
}

.right .fixed-block .fixed-item .active {
    display: block;
}

.right .fixed-block .fixed-item .qr-code-block {
    display: none;
    position: absolute;
    top: -20px;
    left: -100px;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 18px 0 rgba(153, 153, 153, 0.36);
}

.right .fixed-block .fixed-item .qr-code-block:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 35px;
    border: 8px solid transparent;
    border-left-color: rgba(255, 255, 255, 1);
}

.right .fixed-block .fixed-item .phone-block {
    display: none;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%);
    padding: 8px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(139, 44, 40, 1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 18px 0 rgba(153, 153, 153, 0.36);
}

.right .fixed-block .fixed-item .phone-block:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    border: 8px solid transparent;
    border-left-color: rgba(255, 255, 255, 1);
}

.right .fixed-block .fixed-item .qr-code-block .img {
    width: 80px;
    height: 80px;
}

.main {
    min-height: calc(100vh - 544px);
}

.footer {
    display: table;
    width: 100%;
    height: 344px;
    background: rgba(64, 17, 15, 1);
}

.footer .title {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 78px;
    margin: 0 auto;
}

.footer .title .title-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-image: url("/static/web/images/template1/link.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer .title .title-text {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.footer .links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    padding-left: 36px;
    height: 86px;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: border-box;
}

.footer .links .links-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 368px;
    height: 56px;
}

.footer .links .links-wrapper .links-wrapper-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: 56px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    background: rgba(100, 27, 24, 1);
}

.footer .links .links-wrapper .links-wrapper-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-left: 1px;
    background: rgba(100, 27, 24, 1);
}

.footer .links .links-wrapper .links-wrapper-ico .ico {
    width: 18px;
    height: 10px;
    background-image: url("/static/web/images/template3/h_xl.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s;
}

.footer .links .links-wrapper:hover .links-wrapper-ico .ico {
    transform: rotate(180deg);
}

.footer .links .links-wrapper .items {
    position: relative;
    width: 352px;
    max-height: 0;
    padding-left: 16px;
    margin-top: 1px;
    background: rgba(100, 27, 24, 1);
    transition: all .3s;
    overflow: hidden;
}

.footer .links .links-wrapper:hover .items {
    max-height: 196px;
}

.footer .links .links-wrapper .items .item {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 1);
}

.footer .links .links-wrapper .items .item:hover {
    color: rgba(153, 117, 69, 1);
}

.footer .links .line {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background: rgba(153, 153, 153, .6);
}

.footer .copyright {
    display: flex;
    width: 1164px;
    padding-left: 30px;
    margin: 30px auto;
}

.footer .copyright .copyright-l {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.footer .copyright .copyright-l .copyright-l-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.footer .copyright .copyright-l .copyright-l-item .icon {
    width: 12px;
    height: 14px;
    margin-right: 10px;
    background-image: url("/static/web/images/template1/bah.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer .copyright .copyright-l .wrap {
    width: 100%;
}