@import 'common.css';
@import 'index.css';
body{
    background-color: #f6f6f6;
}
.con-outer{
    width: 100%;
    background-color: #ffffff;
}
.container{
    width: 1200px;
    max-width: 1480px;
    margin: 0 auto;
}
.header-main{
    width: 100%;
    height: 64px;
    background-color: #ffffff;
}
.header-logo{
    width: 20%;
}
.header-logo img{
    height: 32px;
}

.header-content-all{
    width: 60%;
    height: 100%;
}
.header-content-all a{
    height: 100%;
    color: #666666;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    margin: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s ease-in-out;
}
.header-content-all a:hover{
    color: var(--primary-color);
}
.header-content-all a.active{
    color: var(--primary-color);
    font-weight: bolder;
    border-color: var(--primary-color);
}

.header-search-all{
    width: 20%;
    height: 32px;
}
.input-con{
    width: 80%;
    height: 100%;
    padding: 0 10px;
    border-radius: 20px 0 0 20px;
    border: 1px solid var(--primary-color);
    font-size: 12px;
    color: #222222;
    outline: none;
}
.input-con::placeholder{
    color: #aaaaaa;
}
.sub-btn{
    width: 20%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.sub-btn img{
    width: 16px;
    height: 16px;
}

.footer-main{
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #080808;
    box-shadow: 0 1px 0 rgb(255 255 255 / 14%);
}
.footer-logo{
    height: 32px;
}
.footer-logo img{
    height: 100%;
}
.footer-content-all a{
    margin-left: 100px;
    font-size: 16px;
    color: #ffffff;
    opacity: .3;
    transition: .25s ease-in-out;
}
.footer-content-all a:hover{
    opacity: 1;
}
.footer-content-all a.active{
    opacity: 1;
}
.copyright-main{
    padding: 16px 0;
    color: #ffffff;
    font-size: 14px;
}
.copyright-main .bussiness{

}
.copyright-main .copyright{
    opacity: .4;
}
.copyright-main .copyright a{

}
.header-m-navicon{
    width: 36px;
    height: 36px;
    display: none;
}
.header-m-navicon img{
    width: 100%;
}
.header-m-board{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 9999;
}
.header-m-mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-color: rgb(0 0 0 / 80%);
}
.header-m-sidebar{
    position: absolute;
    top: 0;
    left: -100%;
    height: 100vh;
    overflow: auto;
    width: 68%;
    z-index: 2;
    background-color: #ffffff;
    transition: .5s;
}
.header-m-board.active{
    opacity: 1;
    visibility: visible;
}
.header-m-board.active .header-m-sidebar{
    left: 0;
}
.header-logo-m{
    padding: 20px 20px 0;
}
.header-logo-m img{
    height: 32px;
}
.header-search-m{
    height: 72px;
    padding: 20px;
}
.header-nav-m{
    width: 100%;
}
.header-nav-m a{
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #222222;
    font-size: 14px;
}
.header-nav-m a span{
    color: #999999;
}
.header-nav-m a.active{
    background-color: #eeeeee;
}
.pagination {
    padding: 20px 0;
    /* background-color: #ffffff; */
    width: 100%;
}
.pagination li{
    padding: 8px 12px;
    margin: 0 4px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #666666;
    font-size: 12px;
    transition: .25s ease-in-out;
}
.pagination li:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}
.pagination li.active{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #ffffff;
}
.footer-nav-bottom-all{
    width: 100%;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    height: 64px;
    left: 0;
    background-color: #ffffff;
}
.footer-nav-sin{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 64px;
    flex: 1;
    font-size: 13px;
    color: #ffffff;
}
.footer-nav-sin img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 26px;
    margin-bottom: 2px;
}
.footer-out-block{
    display: none;
    height: 64px;
}
.misui-btn{
    padding: 6px 10px;
    color: #ffffff;
    background-color: var(--primary-color);
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    position: relative;
}
.misui-btn:hover{
    opacity: .9;
}
.misui-btn-xs{
    padding: 6px 10px;
    font-size: 14px;
}
.misui-btn-ms{
    padding: 12px 16px;
    font-size: 16px;
}
.misui-btn-ls{
    padding: 12px 0;
    font-size: 16px;
}
.misui-btn .fjcontent{
    transition: .3s ease-in-out;
    position: absolute;
    width: 240px;
    box-shadow: 0 -4px 16px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 6px 10px;
    top: 10px;
    left: calc( 50% - 120px );
    border: 2px solid var(--primary-color);
    font-size: 16px;
    color: #222222;
    font-style: normal;
    opacity: 0;
    visibility: hidden;
}
.misui-btn .fjcontent:after {
    content: " ";
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent var(--primary-color);
    position: absolute;
    top: -15px;
    right: 50%;
}
.misui-btn:hover .fjcontent {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible;
}
.search-extension{
    width: 800px;
    margin: 0 auto;
}
.search-tab-sin{
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #dddddd;
    color: #222222;
    margin: 0 8px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.search-tab-sin:hover{
    opacity: .9;
}
.search-tab-sin.active{
    background-color: var(--primary-color);
    color: #ffffff;
}
.search-content-all{
    margin-top: 30px;
}
.search-content-sin{
    display: none;
}
.search-content-sin.active{
    display: block;
}


@media screen and (max-width: 640px){
    .container{
        width: 100%;
        padding: 0 12px;
    }
    .header-logo img{
        height: 32px;
    }
    .footer-content-all a{
        margin: 20px 40px 0 0;
    }
    .header-content-all{
        display: none !important;
    }
    .header-search-all{
        display: none !important;
    }
    .header-m-navicon{
        display: flex;
    }
    .block-m-c-s-n-inner{
        height: 200px !important;
    }
    .footer-nav-bottom-all{
        display: flex;
    }

    .footer-out-block{
        display: block;
    }
    .search-extension{
        width: 100%;
    }
    .a-list-l-content{
        padding: 8px;
    }
    .block-main-content{
        padding: 8px;
    }
    .misui-btn .fjcontent{
        width: 120px;
    }
}
