body {
    margin: 0px;
    padding: 0px;
    background-color: #f0f0f0;
    overflow-y: scroll;
    font-family:Arial,Helvetica,sans-serif;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    width: 0 !important;
    display: none !important;
}

.display-none {
    display: none !important;
}
.color-red{
    color: #f15151;
}
.color-yellow{
    color: #FFD700;
}

.i-num {
    font-style:normal;
    margin-left: 0.3rem;
}
.js-reload{
    cursor: pointer;
}

.cursor-pointer{
    cursor:pointer;
}
.zIndex-2 {
    z-index: 200;
}

.search-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10002;
    transition: .15s ease;
    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    -ms-transition: .15s ease;
    -o-transition: .15s ease;
}
.search-wrap .search-box {
    height: 60px;
    background-color: #fff;
}
.search-wrap .search-box .search-con {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content:center;
}
.search-wrap .search-box .search-con * {
    vertical-align: middle;
}
.search-wrap .search-box .search-con i {
    font-size: 1.5rem;
    line-height: 60px;
}
.search-wrap .search-box .search-con .search-left.slideLeft {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.search-wrap .search-box .search-con .search-left {
    transition: 0.3s ease-in-out;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
.search-wrap .search-box .search-con .search-btn {
    display: inline-block;
    margin-right: 14px;
}
.search-wrap .search-box .search-con input {
    line-height: 60px;
    width: 80vw;
    font-size: 14px;
    color: #262626 !important;
    line-height: normal;
    background: none;
    outline: none;
    border: none;
    font-weight: 300;
}

.header-div {
    /*height: 18rem;*/
    height: 100vh;
    flex: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000000;
    /*background-image: url('https://static-ali.ihansen.org/app/bg1440/3Rmc_CnfMuY.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bgdate/2019-08-29/gY13Bmr1obc.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bgdate/2019-08-29/NQV_AOXZSxc.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bgdate/2019-08-29/D7mfrKgw57I.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bgdate/2019-08-29/gNmqG5jaEYo.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bg1440/twukN12EN7c.jpg!o');*/
    /*background-image: url('https://static-ali.ihansen.org/app/bg1440/KpBAYMNf9Tw.jpg!o');*/
    background-image: url('https://static-ali.ihansen.org/app/bg1440/Q1p7bh3SHj8.jpg!o');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position:-webkit-sticky;
    position:sticky;
    z-index: 9;
}

.header-scroll-div{
    width: 100%;
    position: absolute;
    bottom: 1rem;
}

.header-div-logo {
    background-image: url('https://photo.ihansen.org/img/photo3.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 5rem;
}

.header-div-logo-title {
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 300;
    font-family: YouYuan,Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
    text-align: left;
    color: #fff;
    padding: 1px;
    /*border-top: 1px solid red;*/
    border-bottom: 2px solid red;
    /*border-radius: 0.3rem;*/
}

.header-div-logo-min {
    color: #fff;
    font-size: 1.5rem;
    display: none;
}

.navigation {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 10%;
    height: 42px;
    /*margin-top: -42px;*/
    color: #FFF;
    background-color:rgba(0, 0, 0, 1);
    position:-webkit-sticky;
    position:sticky;
    top: 0;
    z-index:10;
    webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12);
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12);
}

.search-icon {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

.navigation a{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.navigation .item {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.navigation .item .line {
    height: 3px;
    background-color: #fff;
}

.container{
    min-height:80vh;
    width: 100vw;
}

.container-item {
    max-width: 85vw;
    margin:1rem auto;
}

.tag-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}

.tag-item {
    width: 19%;
    height: 8rem;
    background-color: #BEBEBE;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    -moz-background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 1rem;
}

.tag-item-text {
    color:#fff;
    font-size:1.2rem;
    letter-spacing:0.5rem;
    font-weight:500;
    width: 100%;
    height: 100%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    text-decoration: none;
    text-align: center;
    text-overflow:ellipsis;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
}

.tag-item-text:hover {
    background-color:rgba(0, 0, 0, 0.5);
    font-size:2rem;
}

.gallery {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.gallery-column {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.gallery-image {
    width: 100%;
    display: block;
    cursor: zoom-in;
}

.gallery-image:hover {
    opacity: 0.8;
}

.gallery-item {
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #fff;
}

.gallery-tody {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items:center;
    height: 160px;
    color: #fff;
    background-image: url('https://static-ali.ihansen.org/app/bg1440/RsRTIofe0HE.jpg!w400');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
}

.gallery-tody-text {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
}

.gallery-photo {
    overflow: hidden;
}

.gallery-photo-info {
    padding: 10px;
    color: #333;
}

.gallery-photo-desc {
    padding-top: 5px;
    font-size: 0.9rem;
    color: #999;
    white-space: normal;
}

.gallery-photo-tag {
    font-size: 0.9rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap:wrap;
}
.gallery-photo-tag-item {
    border-radius:0.3rem;
    padding: 0.3rem 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
    background-color: #f1f1f1;
    color: #999;
    text-decoration: none;
}
.gallery-photo-tag-item:hover{
    color: #333;
}

.gallery-photo-tag-item-index{
    border-radius:0.3rem;
    padding:0.5rem 1rem;
    margin-right: 0.5rem;
    margin-top: 0.3rem;
    color: #999;
    text-decoration: none;
    background-color:#d0d0d0;
}
.gallery-photo-tag-item-index:hover{
    color: #333;
}

.gallery-photo-detail {
    margin-top: 10px;
    color: #999;
    font-size: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gallery-photo-detail .gallery-photo-detail-left{
    flex: 8;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.gallery-photo-detail .gallery-photo-detail-right{
    flex: 2;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.gallery-photo-detail-item{
    padding:0.3rem 0rem;
    border-radius:0.5rem;
}
.gallery-photo-detail a {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.gallery-photo-detail-left a {
    margin-right:2rem;
}
.gallery-photo-detail a:hover{
    color: #333;
}

.footer-left {
    padding:2rem 7vw;
}

.qrcode{
    width:200px;
    height:200px;
    padding-bottom: 1rem;
}

.area-4-left {
    position: fixed;
    right: 60px;
    bottom: 20px;
}

.area-4-left-item {
    background-color: #fff;
    border-radius:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.area-4-left-item .img {
    margin: 10px;
    width: 180px;
    height: 180px;
}

.area-4-left-item .text{
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.area-4-right{
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
}

.area-4-right .area-4-item {
    background-color: rgba(255,255,255,0.3);
    color: #333;
    padding:3px;
}

.area-4-right .area-4-item:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}

.area-4-right .area-4-item .iconfont{
    font-size: 40px;
}

@media screen and (max-width: 1000px) {
    .container-item {
        max-width: 95vw;
    }
    .tag-container {
        justify-content: space-around;
    }
}

@media screen and (max-width: 800px) {
    .tag-item {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .gallery-tody {
        height: 4rem;
        background-size: 100% auto;
        -moz-background-size: 100% auto;
    }
    .gallery-tody-text{
        font-size: 2rem;
        line-height: 3.5rem;
        width: 98%;
        /*border: 2px solid #2a2a2a;*/
    }
    .header-div {
        height: 150px;
    }
    .header-scroll-div {
        display: none;
    }
    .header-div-logo{
        display: none;
    }
    .header-div-logo-min {
        display: block;
    }
    .gallerys-banner {
        display: none !important;
    }
    .navigation-mn {
        display: none !important;
    }
    .search-icon {
        font-size: 1.2rem !important;
    }
    .footer-left {
        padding:2rem 5vw;
    }
}

@media screen and (max-width: 300px) {
    .tag-item {
        width: 98%;
    }
}