body{
    margin: 0;
    padding: 0;
    background-color: #FBFBFB;
}

.container{
	padding: 10px 50px;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1) !important
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.h-100 {
    height: 100% !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.logo {
	display: flex;
	align-items: center;
}

.logo img {
    width: 30px
}

.sitetitle {
    color: #000000;
    font-family: PangMenZhengDao-3;
    font-size: 28px;
	margin-left: 10px;
}

.search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu {
    height: 100%;
	cursor: pointer;
	position: relative;
}

.store_image {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.nav-pc .menu .sub-menu {
	position: absolute;
	top: 45px;
	box-shadow: 2px 2px 10px 2px #bdb9b9;
	border-radius: 0;
	background-color: #FFFFFF;
	border-radius: 5px;
}

.nav-pc .menu .sub-menu .sub-menu-list {
}

.nav-pc .menu .sub-menu > .sub-menu-list a {
    font-size: 15px;
    color: #000;
    padding: 10px 15px;
	display: block;
    font-weight: 400;
	text-align: center;
	border-radius: 5px;
}

.nav-pc .menu .sub-menu > .sub-menu-list a:hover {
    color: #1769CE;
    background-color: #f2f2f2
}

.nav-pc .menu .sub-menu > .sub-menu-list.normal-sub {
    left: auto;
    right: 0;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-pc .menu .sub-menu > .sub-menu-list.normal-sub > li {
    width: auto;
    padding: 0 20px
}

.nav-pc .menu .sub-menu > .sub-menu-list.normal-sub > li a {
    width: auto;
    border: 0;
    padding: 1em 0
}

/*弹出层*/
.eject_main_box{
    width: 100%;
    min-width: 980px;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: #00000050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_eject_box{
    width: 480px;
    /*height: 320px;*/
    background-color: #FFFFFF;
    border-radius: 20px;
}

.eject_top_box{
    width: 90%;
    height: 80px;
    padding: 0 5%;
    background-color: #EAEFFF;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eject_top_title{
    font-size: 20px;
    font-weight: bold;
}

.eject_close_img{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.eject_bottom_box{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

.eject_account_item_box{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.eject_account_item_img{
    width: 50px;
    margin-bottom: 10px;
}

.eject_account_item_title{
    font-size: 16px;
}

.add_eject_box{
    width: 480px;
    /*height: 320px;*/
    background-color: #FFFFFF;
    border-radius: 20px;
}

.eject_top_box{
    width: 90%;
    height: 60px;
    padding: 0 5%;
    background-color: #EAEFFF;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eject_top_title{
    font-size: 18px;
    font-weight: bold;
}

.eject_close_img{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.eject_bottom_box{
    padding: 30px 0;
}

.eject_form_box{
    width: 90%;
    margin: 0 auto;
}

.eject_form_item_box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.eject_form_item_title{
    width: 25%;
    font-size: 16px;
}

.eject_form_item_input{
    padding: 0 4%;
    width: 72%;
    height: 48px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}

.eject_form_save{
    width: 120px;
    height: 40px;
    background: #007eff;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}