﻿
/*����*/
/*icnpage*/
.searpage {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.88);
    top: 0;
    left: 0;
    display: none;
}

    .searpage .top {
        width: 100%;
        height: auto;
        padding: 0.4rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        box-sizing: border-box;
    }

        .searpage .top .icn {
            width: 0.44rem;
            height: 0.44rem;
        }

    .searpage .inp {
        width: 90%;
        margin: 5%;
        height: 0.8rem;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 0.22rem;
        line-height: 0.8rem;
        box-sizing: border-box;
        padding: 0 0.2rem;
        background-color: transparent;
        text-align: center;
    }

    .searpage .search_icn {
        float: left;
        background-color: #E0000B;
        border-radius: 0.15rem;
        height: 0.5rem;
        width: 20%;
        text-align: center;
        padding: 0.1rem 0 0.1rem 0;
        margin-left: 40%;
    }

        .searpage .search_icn img {
            width: auto;
            height: 0.5rem;
        }

#searchPage {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    background: var(--bropacity);
    color: #fff;
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
}

    #searchPage .inp {
        width: 5.2rem;
        height: 0.8rem;
        border: 1px solid #fff;
        color: #fff;
        line-height: 0.8rem;
        box-sizing: border-box;
        padding: 0 0.2rem;
        background-color: transparent;

    }

.top-form-contro2 input {
    font-size: 20px;
    font-weight: 100;
    padding: 10px 40px 10px 15px;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 30px 0px var(--bshadow);
    background: var(--white);
    border-radius: 10px;
    margin-top: 39%;
}
.top-form-contro2 button {
    position: absolute;
    right: 10px;
    top: 20%;
    background: transparent;
    font-size: 26px;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #searchPage .search_icn {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        float: left;
        margin-top: 0.1rem;
        margin-right: 0.3rem;
    }

    #searchPage .nav__icon {
        top: 0.15rem
    }

        #searchPage .nav__icon:after {
            background: #fff;
            width: 0.5rem
        }

        #searchPage .nav__icon:before {
            background: #fff;
            width: 0.5rem
        }

.icn_lang {
    width: 0.48rem;
    height: 0.48rem;
    position: fixed;
    top: 0.4rem;
    right: 2rem;
    display: block;
    z-index: 999;
    opacity: 1;
}

    .icn_lang .icn {
        width: 100%;
        height: 100%;
    }

.search_icn {
    width: 0.5rem;
    height: 0.5rem;
    position: fixed;
    top: 0.4rem;
    right: 1.1rem;
    display: block;
    z-index: 999;
    opacity: 1;
}

    .search_icn .icn {
        width: 100%;
        height: 100%;
    }

#searchPage .nav__icon:after {
    background: #fff;
    width: 0.5rem
}

#searchPage .nav__icon:before {
    background: #fff;
    width: 0.5rem
}
#searchPage .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5rem
}

#searchPage .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5rem
}
/**
* Navigation Defaults
*/
.nav {
    position: fixed;
    z-index: 100;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.nav--active .nav {
    opacity: 1;
    background-color: #FFFFFF;
}

.nav__list {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 1.3rem;
}

.top_bar {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.two_bar {
    display: none;
    width: 100%;
    height: auto;
}

    .two_bar li {
        background: #fff;
        margin-bottom: 0.05rem;
        line-height: 1.2rem;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0.9rem;
        font-size: 0.3rem;
        color: #333333;
    }

        .two_bar li a {
            color: #000;
            font-size: 0.3rem;
            width: 100%;
            display: block
        }

.one_bar {
    display: block;
    font-size: 0.4rem;
    background-color: #fff;
    line-height: 0.9rem;
    overflow: hidden;
    height: 1.56rem;
    width: 100%;
    padding: 0 0.4rem 0 0.5rem;
    color: #333333;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    font-weight: 300;
    border-bottom: 1px solid #eeedeb;
}

    .one_bar .icn {
        width: 0.37rem;
        height: 0.2rem;
        float: right;
        display: inline-block;
        background-image: url("../images/trun.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transform: rotate(0deg)
    }

.currnt-cate .icn {
    transform: rotate(180deg)
}

/* Default navigation icon */
.nav__trigger {
    display: flex;
    align-items: center;
    position: fixed;
    height: 0.42rem;
    right: 0.3rem;
    top: 0.45rem;
    z-index: 999;
}

.search_icn {
    width: 0.5rem;
    height: 0.5rem;
    position: fixed;
    top: 0.4rem;
    right: 1.1rem;
    display: block;
    z-index: 999;
}

    .search_icn .icn {
        width: 100%;
        height: 100%;
    }

.nav__icon {
    display: inline-block;
    position: relative;
    width: 0.44rem;
    height: 0.04rem;
    background-color: #333333;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

    .nav__icon:before,
    .nav__icon:after {
        content: '';
        display: block;
        width: 0.44rem;
        height: 0.04rem;
        position: absolute;
        background: #333333;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .nav__icon:before {
        margin-top: -8px;
    }

    .nav__icon:after {
        margin-top: 8px;
    }
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.style-1 .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    overflow: scroll
}

.style-1 .one_bar {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.style-1 .nav--active .one_bar {
    opacity: 1;
}

.style-1 .nav--active .search_icn {
    opacity: 1;
}

.style-1 .nav--active .nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

    .style-1 .nav--active .nav__icon:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0.5rem
    }

    .style-1 .nav--active .nav__icon:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 0.5rem
    }
