@font-face{
    font-family:'Abhaya Libre';
    src:url(../fonts/abhaya-libre/AbhayaLibre-Bold.ttf);
}

@font-face{
    font-family:'AbhayaLibre-SemiBold';
    src:url(../fonts/abhaya-libre/AbhayaLibre-SemiBold.ttf);
}

@font-face{
    font-family:'Source Sans Pro';
    src:url(../fonts/SourceSansPro-Black/SourceSansPro-Bold.otf);
}

/* 头 */
.header{
    width: 100%;
    height: 80px;
}

.logo{
    margin-left: 30px;
    width: 140px;
    height: 80px;
    /*background-position: center center;*/
}

.list{
    margin-left: 10%;
}

.list>ul>li{
    float: left;
    height: 80px;
    line-height: 80px;;
    text-align: center;
    font-family:'Abhaya Libre';
    position: relative;
    /*cursor: pointer;*/
    padding-left: 20px;
padding-right: 20px;
}

.list ul li:hover{
    background-color: rgb(0,0,0,0.1);
}

.list ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.sweatshirts{
    cursor: default !important;
}

.sweatshirts_menu{
    display: none;
}

.list>ul>li:hover .sweatshirts_menu{
    display: block;
}


/* 下拉菜单 */


.sweatshirts_menu{
    position: absolute;
    background-color: #1F2021;
    width: 140px;
    top: 80px;
    padding: 30px 10px;
    z-index: 999;
    border-radius: 8px;
    text-align: left;
}


.sanjiao{
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-bottom: 20px solid #1F2021;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 55px;
    top: -20px;
}

.sweatshirts_menu li , .sweatshirts_menu li a{
    line-height: 30px;
    color: #7D8084;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*cursor: pointer;*/
}

.sweatshirts_menu li:hover,.sweatshirts_menu li a:hover{
    color: #FFFFFF;
}

.menu2{
    display: none;
    width: 100%;
    float: left;
    font-size: 15px;
}

.sweatshirts_menu li:hover .menu2{
    display: block;
}



.menu2:hover .menu3{
    display: block;
}








.login_status{
    margin-right: 25px;
    position: relative;
    width: 220px;
    height: 80px;
}
.lang{
    width: 120px;
    margin-top: 27px;
    border-radius: 13px;
    float: right;
    margin-right: 30px;
    margin-left: 40px;
    cursor: default;
    border: 1px solid #121416;
    height: 30px;
    line-height: 26px;
    text-align: left;
    text-indent: 30px;
    position: relative;
}

.lang_hover{
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#show_lang{
    display: none;
    width: 120px;
    height: auto;
    background: white;
    border-left: 1px solid #121416;
    border-right: 1px solid #121416;
    border-bottom: 1px solid #121416;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    z-index: 999;
    position: relative;
    margin-left: -1px;
    text-align: left;
    text-indent: 30px;
}
#show_lang li{
    height: 30px;
    line-height: 30px;
}
#show_lang li:hover{
    color: white;
    background: #121416;
}
.lang_down,.lang_up{
    position: absolute;
    right: 8px;
    top: 6px;
}


/* 未登录状态 */
.not_loggedin{
    width: 30px;
    height: 30px;
    margin-left: 110px;
    margin-top: 25px;
    background-image: url(../images/NotLoggedin.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

/* 已登录状态 */
.loggedin{
    margin-top: 15px;
    width: 172px;
    height: 50px;
    border-radius: 25px;
    background-color: #121416;
    cursor: pointer;
    font-family:'Abhaya Libre';
    position: relative;
}

.user_loggedin{
    width: 80px;
    margin-left: 24px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.reg_menu{
    position: absolute;
    background-color: #1F2021;
    width: 140px;
    top: 80px;
    right: 0;
    padding: 20px 0;
    z-index: 999;
    border-radius: 8px;
}


.reg_sanjiao{
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;/*为了防止ie下出现题型*/
    border-bottom: 20px solid #1F2021;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 25px;
    top: -20px;
}

.reg_menu li{
    text-align: center;
    padding: 8px;
}

.reg_menu li a{
    line-height: 15px;
    color: #7D8084;
}

.reg_menu li a:hover{
    color: #FFFFFF;
}

.reg_icon{
    margin-top: 10px;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/Loggedin.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.shopping_cart{
    margin-top: 25px;
    width: 30px;
    height: 30px;
    background-image: url(../images/shoppingcart.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

/* 购物车定位 */
.first{
    border-radius:16px;
    position: absolute;
    width: 455px;
    height: 90vh;
    background: #1F2021;
    right: -15px;
    top: 80px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.top {
    position: absolute;
    width: 0px;
    height: 0px;
    line-height: 0px;/*为了防止ie下出现题型*/
    border-bottom: 20px solid #1F2021;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    right: 20px;
    top: -20px;
}

.first_box{
    height: 650px;
    padding-bottom: 200px;
}

.first_box::-webkit-scrollbar {
    display: none;
}

.cart_head{
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    font-size: 24px;
    font-family: 'Abhaya Libre';
    color: #FFFFFF;
}

.cart_box{
    overflow-y: auto;
    height: 590px;
}

.cart_box::-webkit-scrollbar {
    width: 8px !important;
    height: 3px !important;
}

.cart_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.cart_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(57, 177, 255, 0.16);
}

.cart_all{
    margin-top: 29px !important;
    margin-right: 16px !important;
    appearance: none;
    cursor: pointer;
}

.cart_all:before{
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #d8dfe6;
    display: inline-block;
    border-radius: 50%;
}
.cart_all:checked:before{
    content: '';
    border: 1px solid #FF6C24;
    background-color: #FF6C24;
}

.cart_del{
    cursor: default;
    color: #888888;
}


.cart_goods{
    margin: 30px;
    height: 80px;
}

.goods_left{
    width: 60px;
    height: 80px;
    margin-right: 10px;
    float: left;
}
.goods_left img{
    width: 100%;
}


.goods_right{
    width: 270px;
    height: 80px;
    color: #FFFFFF;
    float: left;
}

.product_name{
    font-size: 16px;
    color: #7D8084;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family:'Abhaya Libre';
}

.product_size{
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-family:'Abhaya Libre';
}

.count{
    margin-top: 6px;
    width: 100%;
    height: 24px;
    line-height: 24px;
}

.minus_count{
    width: 24px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.show_count{
    width: 40px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.add_count{
    width: 24px;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.total_count{
    font-size: 24px;
    font-weight: bold;
    font-family:'Source Sans Pro';
}

.bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 290px;*/
    padding: 20px 20px 30px 20px;
    font-size: 20px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, transparent, #000, #000);
    border-radius:16px;
}

.word{
    margin-top: 20px;
    font-family:'Abhaya Libre';
}

.total{
    font-size: 36px;
    font-family:'Source Sans Pro';
}

.cart_empty{
    display: block;
    width: 203px;
    height: 137px;
    margin: auto;
    margin-top: 150px;
}

.bottom_btn{
    width: 100%;
    text-align: center;
}

.bottom_btn button{
    margin-top: 20px;
    width: 280px;
    height: 50px;
    background-color: #FF6C24;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-family:'Abhaya Libre';
}

/* 脚 */
.footer{
    /*height: 400px;*/
    background-color: #F8F5F0;
    overflow: hidden;
}


.about_us{
    width: 70%;
    margin: auto;
    /*margin-top: 75px;*/
}

.about_us ul{
    width: 25%;
}

.about_us ul li{
    margin-bottom: 20px;
    color: #7D8084;
    font-size: 16px;
    font-family: Abhaya Libre;
    font-weight: 600;
    line-height: 20px;
}

.about_us ul li:nth-child(1){
    color: #121416;
    font-size: 20px;
    font-family: Abhaya Libre;
    font-weight: bold;
    color: #121416;
}

.copyright{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    /*border-top: 1px solid #D7DBDE;*/
    /*margin-top: 45px;*/
    font-size: 16px;
    font-family: Abhaya Libre;
    font-weight: 600;
    color: #121416;
}
.top_icon{
    width:25px;
    height:33px;
    margin-left:3px
}
.show_icon{
    position: relative;
      width:25px;
    height:33px;
    margin-left:3px
}
.show_icon:hover>.icon_box{
    display: block;
}
.icon_img{
    display:block;
    width:20px;
    margin:auto;
    margin-top:10px
}
.icon_box{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
    display: none;
}
.icon_box img{
    width: 120px;
    background: rgba(230, 230, 230, 0.67);
    height: 120px;
}