.page_header {
    width: 100%;
    height: 64px;
    background: linear-gradient(0deg, rgba(3, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%)
}

.page_header_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page_header .header_left {
    display: flex;
    align-items: center
}

.page_header .header_left .logo {
    width: 161px;
    height: 60px;
    /*height: 29px;*/
    /*background: url(../images/icons.png) no-repeat;*/
    /*height: 29px;*/
    background: url(../images/logo-hgyc.png) no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    display: block
}

.page_header.background .header_left .logo {
    background: url(../images/icons.png) no-repeat 0 -236px
}

.page_header .header_left .navbar {
    margin-left: 44px
}

.page_header .header_left .navbar .nav_mode_library, .page_header .header_left .navbar > a {
    margin-right: 35px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 400;
    position: relative
}

.page_header .header_left .navbar > a:last-child {
    margin-right: 0
}

.page_header .header_left .navbar .nav_mode_library::after, .page_header .header_left .navbar > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -8px
}

.page_header .header_left .navbar .nav_mode_library:hover::after, .page_header .header_left .navbar > a:hover::after {
    background-color: #68c4b1
}

.page_header .header_left .navbar .nav_mode_library.active::after, .page_header .header_left .navbar > a.active::after {
    background-color: #68c4b1
}

.page_header .header_left .navbar .nav_mode_library > a {
    color: #fff
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info {
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 88;
    display: none;
    padding: 30px 30px 0;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1)
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm {
    width: 100%;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    background-color: rgba(104, 196, 177, .1);
    border-radius: 4px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm .column_item {
    width: 80px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm .column_item:last-child {
    margin-right: 0
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm .column_item:hover {
    background-color: #fff
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm .column_item .title {
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #68c4b1
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .main_colunm .column_item .text {
    font-size: 12px;
    color: #999;
    margin-top: 6px
}
.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info{
    cursor: pointer;
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content {
    padding: 22px 0 33px;

}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_filter {
    width: 124px;
    float: left;
    border-right: 1px solid #ededed;

}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_filter > object {
    margin-bottom: 10px;
    display: block
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_filter > object:last-child {
    margin-bottom: 0
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_item {
    display: flex;
    align-items: center;
    color: #666
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_item:hover {
    color: #68c4b1
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_content .library_item .icon {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_list {
    width: 566px;
    float: left
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_list > object {
    display: block;
    width: 33.33%;
    float: left
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_list .library_item {
    padding-left: 30%
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_list > object:nth-of-type(n+4) {
    margin-top: 10px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.free .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px 2px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.free:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -23px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.new .icon {
    background: url(../images/icon_mode_library.png) no-repeat -23px 2px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.new:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -23px -23px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.download .icon {
    background: url(../images/icon_mode_library.png) no-repeat -47px 2px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.download:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -47px -22px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.collection .icon {
    background: url(../images/icon_mode_library.png) no-repeat -72px 3px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.collection:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -72px -23px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.view .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px 6px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.view:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px -19px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.vip .icon {
    background: url(../images/icon_mode_library.png) no-repeat -123px 4px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.vip:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -123px -22px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.person .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -49px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.person:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -80px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.animal .icon {
    background: url(../images/icon_mode_library.png) no-repeat -22px -49px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.animal:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -22px -80px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.building .icon {
    background: url(../images/icon_mode_library.png) no-repeat -47px -48px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.building:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -47px -79px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.workshop .icon {
    background: url(../images/icon_mode_library.png) no-repeat -72px -48px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.workshop:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -72px -78px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.plant .icon {
    background: url(../images/icon_mode_library.png) no-repeat -97px -48px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.plant:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -97px -79px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.vehicle .icon {
    background: url(../images/icon_mode_library.png) no-repeat -123px -47px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.vehicle:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -123px -78px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.food .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -108px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.food:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -132px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.sculpture .icon {
    background: url(../images/icon_mode_library.png) no-repeat -22px -107px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.sculpture:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -22px -131px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.indoor .icon {
    background: url(../images/icon_mode_library.png) no-repeat -48px -106px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.indoor:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -48px -131px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.science_fiction .icon {
    background: url(../images/icon_mode_library.png) no-repeat -73px -106px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.science_fiction:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -73px -131px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.military .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px -106px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.military:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px -130px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.weapon .icon {
    background: url(../images/icon_mode_library.png) no-repeat -119px -107px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.weapon:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -119px -131px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.machine .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -158px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.machine:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat 3px -181px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.electron .icon {
    background: url(../images/icon_mode_library.png) no-repeat -20px -158px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.electron:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -20px -181px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.decorate .icon {
    background: url(../images/icon_mode_library.png) no-repeat -46px -156px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.decorate:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -46px -179px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.life_stuff .icon {
    background: url(../images/icon_mode_library.png) no-repeat -71px -158px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.life_stuff:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -71px -181px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.virtual .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px -155px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.virtual:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -98px -178px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.prop .icon {
    background: url(../images/icon_mode_library.png) no-repeat -124px -153px
}

.page_header .header_left .navbar .nav_mode_library .popup_mode_library_info .library_item.prop:hover .icon {
    background: url(../images/icon_mode_library.png) no-repeat -124px -176px
}

.page_header .header_right {
    display: flex;
    align-items: center
}

.page_header .header_right .search_box {
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center
}

.page_header .header_right .search_box .search_input {
    padding: 0 13px
}

.page_header .header_right .search_box .search_input .input {
    width: 210px;
    height: 30px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #fff
}

.page_header .header_right .search_box .search_input .input::placeholder {
    color: rgba(255, 255, 255, .6)
}

.page_header .header_right .search_box .line {
    width: 1px;
    height: 20px;
    background-color: #ececec;
    opacity: .2
}

.page_header .header_right .search_box .search_btn {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.page_header .header_right .search_box .search_btn::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/icons.png) no-repeat -172px 0
}

.page_header .header_right .tool_btn {
    margin-left: 22px;
    display: flex;
    align-items: center
}

.page_header .header_right .tool_btn .btn_item {
    margin-right: 28px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400
}

.page_header .header_right .tool_btn .btn_item:last-child {
    margin-right: 0
}

.page_header .header_right .tool_btn .btn_item > a {
    color: #fff
}

.page_header .header_right .tool_btn .btn_item .icon {
    width: 17px;
    height: 17px;
    margin-right: 5px
}

.page_header .header_right .tool_btn .btn_item.vip .icon {
    background: url(../images/icons.png) no-repeat -197px 0
}

.page_header .header_right .tool_btn .btn_item.charge .icon {
    background: url(../images/icons.png) no-repeat -226px 0
}

.page_header .header_right .tool_btn .btn_item.upload .icon {
    width: 18px;
    background: url(../images/icons.png) no-repeat -256px 1px
}

.page_header .header_right .tool_btn .upload {
    position: relative
}

.page_header .header_right .tool_btn .upload .upload_content {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer
}

.page_header .header_right .tool_btn .upload .popup_upload_info {
    width: 150px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: -75px;
    top: 46px;
    z-index: 3;
    display: none;
    padding: 4px 0;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1)
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item:hover {
    background-color: rgba(104, 196, 177, .15);
    color: #68c4b1
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.mode_item .icon {
    background: url(../images/icons.png) no-repeat -201px -206px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.mode_item:hover .icon {
    background: url(../images/icons.png) no-repeat -221px -206px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.video_item .icon {
    background: url(../images/icons.png) no-repeat -241px -205px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.video_item:hover .icon {
    background: url(../images/icons.png) no-repeat -262px -205px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.work_item .icon {
    background: url(../images/icons.png) no-repeat -283px -206px
}

.page_header .header_right .tool_btn .upload .popup_upload_info .path_list .path_item.work_item:hover .icon {
    background: url(../images/icons.png) no-repeat -304px -206px
}

.page_header .header_right > .line {
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 0 28px
}

.page_header .header_right .login_reg {
    display: flex;
    align-items: center;
    color: #fff
}

.page_header .header_right .login_reg .login {
    margin-right: 30px;
    cursor: pointer
}

.page_header .header_right .login_reg .reg {
    cursor: pointer;
    width: 116px;
    height: 40px;
    background-color: #68c4b1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page_header .header_right .login_reg .reg:hover {
    background-color: #50c1aa
}

.page_header .header_right .user_info_box {
    position: relative;
    height: 100%
}

.page_header .header_right .user_info_box .top_info {
    display: flex;
    align-items: center;
    color: #fff
}

.page_header .header_right .user_info_box .top_info .avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 12px
}

.page_header .header_right .user_info_box .top_info .name {
    width: 124px
}

.page_header .header_right .user_info_box .popup_user_info {
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 3;
    display: none;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1)
}

.page_header .header_right .user_info_box .popup_user_info .user_info {
    display: flex;
    align-items: center;
    padding: 18px
}

.page_header .header_right .user_info_box .popup_user_info .user_info .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    margin-right: 8px
}

.page_header .header_right .user_info_box .popup_user_info .user_info .info_detail .name {
    color: #33383e;
    width: 146px
}

.page_header .header_right .user_info_box .popup_user_info .user_info .info_detail .id {
    color: #999;
    margin-top: 5px;
    font-size: 12px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .path_item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    cursor: pointer;
    color: #666
}

.page_header .header_right .user_info_box .popup_user_info .path_list .path_item.border {
    border-bottom: 1px solid rgba(153, 153, 153, .1)
}

.page_header .header_right .user_info_box .popup_user_info .path_list .path_item .icon {
    width: 16px;
    height: 16px;
    margin-right: 14px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .path_item:hover {
    color: #68c4b1;
    background-color: rgba(104, 196, 177, .1)
}

.page_header .header_right .user_info_box .popup_user_info .path_list .center_item .icon {
    background: url(../images/icons.png) no-repeat 2px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .center_item:hover .icon {
    background: url(../images/icons.png) no-repeat 2px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .my_store_item .icon {
    background: url(../images/icons.png) no-repeat -346px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .my_store_item:hover .icon {
    background: url(../images/icons.png) no-repeat -346px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .collection_item .icon {
    background: url(../images/icons.png) no-repeat -151px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .collection_item:hover .icon {
    background: url(../images/icons.png) no-repeat -151px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .message_item .icon {
    background: url(../images/icons.png) no-repeat -73px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .message_item:hover .icon {
    background: url(../images/icons.png) no-repeat -73px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .seller_center .icon {
    background: url(../images/icons.png) no-repeat -327px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .seller_center:hover .icon {
    background: url(../images/icons.png) no-repeat -327px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .buyer_center .icon {
    background: url(../images/icons.png) no-repeat -305px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .buyer_center:hover .icon {
    background: url(../images/icons.png) no-repeat -305px -53px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .logout .icon {
    background: url(../images/icons.png) no-repeat -224px -34px
}

.page_header .header_right .user_info_box .popup_user_info .path_list .logout:hover .icon {
    background: url(../images/icons.png) no-repeat -224px -53px
}

.page_footer .footer_top {
    background-color: #383838;
    padding: 32px 0 26px
}

.page_footer .footer_top .width_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page_footer .footer_top .lefe_info .links {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 17px
}

.page_footer .footer_top .lefe_info .links > a {
    color: #fff;
    font-weight: 400;
    margin-right: 30px
}

.page_footer .footer_top .lefe_info .links > a:last-child {
    margin-right: 0
}

.page_footer .footer_top .lefe_info .text {
    color: #838383;
    font-size: 12px
}

.page_footer .footer_top .qr-code .img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px
}

.page_footer .footer_top .qr-code .text {
    text-align: center;
    color: #a3a3a3;
    font-size: 12px;
    margin-top: 8px
}

.page_footer .footer_bottom {
    background-color: #2a2a2a;
    padding: 32px 0 40px
}

.page_footer .footer_bottom .bottom_top {
    display: flex;
    align-items: center
}

.page_footer .footer_bottom .bottom_top .links_content {
    display: flex;
    align-items: center
}

.page_footer .footer_bottom .links_content .title {
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    margin-right: 30px
}

.page_footer .footer_bottom .links_content .links > a {
    margin-right: 30px;
    color: #838383;
    font-size: 12px;
    flex-shrink: 0;
    float: left;margin-bottom: 0.4em;
}

.page_footer .footer_bottom .bottom_top .qq {
    padding: 10px 15px;
    background-color: #414141;
    border-radius: 16px;
    color: #838383;
    font-size: 12px;
    flex-shrink: 0
}

.page_footer .footer_bottom .rights {
    font-size: 12px;
    color: #838383;
    margin-top: 18px
}

.user_box {
    margin: 20px auto 60px
}

.user_box .user_width {
    position: relative;
    min-height: 700px;
    display: flex;
    justify-content: flex-end
}

.user_box .side_bar {
    background-color: #fff;
    position: absolute;
    top: 0;
    border-radius: 6px
}

.user_box .side_bar:last-child {
    margin-right: 0
}

.user_box .left_side {
    width: 144px;
    padding: 10px 0;
    left: 0
}

.user_box .left_side .bar_item {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    position: relative
}

.user_box .left_side .bar_item::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent
}

.user_box .left_side .bar_item.active_bar {
    background-color: rgba(104, 196, 177, .1);
    color: #68c4b1
}

.user_box .left_side .bar_item.active_bar::after {
    background-color: #68c4b1
}

.user_box .middle_side {
    width: 240px;
    height: 100%;
    padding: 40px 0;
    left: 160px
}

.user_box .middle_side .avatar_box {
    margin-bottom: 40px;
    cursor: pointer
}

.user_box .middle_side .avatar_box .avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto
}

.user_box .middle_side .avatar_box .avatar .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.user_box .middle_side .avatar_box .text {
    margin-top: 13px;
    text-align: center;
    color: #fda333
}

.user_box .middle_side .path_list {
    padding: 0 25px
}

.user_box .middle_side .path_list .path_item {
    display: block;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    padding-left: 46px;
    color: #666;
    margin-bottom: 10px
}

.user_box .middle_side .path_list .path_item:last-child {
    margin-bottom: 0
}

.user_box .middle_side .path_list .path_item:hover {
    background-color: #f7fcfb
}

.user_box .middle_side .path_list .path_item.active_item {
    background-color: rgba(104, 196, 177, .1);
    color: #68c4b1
}

.user_box .middle_side .path_list .path_item .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.user_box .middle_side .path_list .center_item .icon {
    background: url(../images/icons.png) no-repeat 4px -32px
}

.user_box .middle_side .path_list .center_item.active_item .icon {
    background: url(../images/icons.png) no-repeat 4px -51px
}

.user_box .middle_side .path_list .info_item .icon {
    background: url(../images/icons.png) no-repeat -19px -32px
}

.user_box .middle_side .path_list .info_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -19px -51px
}

.user_box .middle_side .path_list .in_out_item .icon {
    background: url(../images/icons.png) no-repeat -44px -32px
}

.user_box .middle_side .path_list .in_out_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -44px -51px
}

.user_box .middle_side .path_list .message_item .icon {
    background: url(../images/icons.png) no-repeat -71px -32px
}

.user_box .middle_side .path_list .message_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -71px -51px
}

.user_box .middle_side .path_list .buyer_center_item .icon {
    background: url(../images/icons.png) no-repeat -303px -32px
}

.user_box .middle_side .path_list .buyer_center_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -303px -51px
}

.user_box .middle_side .path_list .shopping_car_item .icon {
    background: url(../images/icons.png) no-repeat -97px -34px
}

.user_box .middle_side .path_list .shopping_car_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -97px -53px
}

.user_box .middle_side .path_list .recharge_item .icon {
    background: url(../images/icons.png) no-repeat -123px -33px
}

.user_box .middle_side .path_list .recharge_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -123px -52px
}

.user_box .middle_side .path_list .collection_item .icon {
    background: url(../images/icons.png) no-repeat -149px -32px
}

.user_box .middle_side .path_list .collection_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -149px -51px
}

.user_box .middle_side .path_list .attention_item .icon {
    background: url(../images/icons.png) no-repeat -173px -32px
}

.user_box .middle_side .path_list .attention_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -173px -51px
}

.user_box .middle_side .path_list .record_item .icon {
    background: url(../images/icons.png) no-repeat -200px -31px
}

.user_box .middle_side .path_list .record_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -200px -50px
}

.user_box .middle_side .path_list .seller_center_item .icon {
    background: url(../images/icons.png) no-repeat -325px -32px
}

.user_box .middle_side .path_list .seller_center_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -325px -51px
}

.user_box .middle_side .path_list .my_store_item .icon {
    background: url(../images/icons.png) no-repeat -344px -31px
}

.user_box .middle_side .path_list .my_store_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -344px -50px
}

.user_box .middle_side .path_list .sell_info_item .icon {
    background: url(../images/icons.png) no-repeat -365px -33px
}

.user_box .middle_side .path_list .sell_info_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -365px -51px
}

.user_box .middle_side .path_list .income_withdraw_item .icon {
    background: url(../images/icons.png) no-repeat -388px -33px
}

.user_box .middle_side .path_list .income_withdraw_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -388px -52px
}

.user_box .middle_side .path_list .works_upload_item .icon {
    background: url(../images/icons.png) no-repeat -410px -33px
}

.user_box .middle_side .path_list .works_upload_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -410px -52px
}

.user_box .middle_side .path_list .works_manage_item .icon {
    background: url(../images/icons.png) no-repeat -432px -32px
}

.user_box .middle_side .path_list .works_manage_item.active_item .icon {
    background: url(../images/icons.png) no-repeat -432px -51px
}

.user_box .right_side {
    width: 944px;
    position: relative
}

.user_box .right_side .block {
    background-color: #fff;
    margin-top: 16px;
    border-radius: 6px
}

.user_box .right_side .block:first-child {
    margin-top: 0
}

.dialog_change_avatar_wrapper .dialog_box {
    width: 480px !important
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box {
    width: 260px;
    height: 280px;
    position: relative;
    float: left;
    border-radius: 4px;
    overflow: hidden
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box .upload_area {
    width: 100%;
    height: 100%;
    background-color: #f1f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box .upload_area .icon {
    width: 40px;
    height: 40px;
    background: url(../images/real_name/file_add.png) no-repeat
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box .uploaded_file {
    width: 100%;
    height: 100%;
    display: block
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

.dialog_change_avatar_wrapper .avatar_upload_box .upload_box .uploaded_file > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.dialog_change_avatar_wrapper .avatar_upload_box .uploaded_res_box {
    width: 120px;
    height: 120px;
    float: right
}

.dialog_change_avatar_wrapper .avatar_upload_box .uploaded_res_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialog_change_avatar_wrapper .dialog_body .tip {
    color: #666;
    margin-top: 15px
}

.dialog_change_avatar_wrapper .dialog_footer {
    justify-content: center !important
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-top: 30px
}

.pagination .next, .pagination .prev {
    background-color: #fff;
    border: 1px solid #eeeef3;
    border-radius: 4px;
    height: 30px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.pagination .next:hover, .pagination .prev:hover {
    background-color: #68c4b1;
    border: 1px solid #68c4b1;
    color: #fff
}

.pagination .page_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.pagination .page_list .page {
    height: 30px;
    background: #fff;
    border: 1px solid #eeeef3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 11px;
    margin-right: 10px;
    cursor: pointer
}

.pagination .page_list .page:last-child {
    margin-right: 0
}

.pagination .page_list .page.active_page, .pagination .page_list .page:hover {
    background-color: #68c4b1;
    border: 1px solid #68c4b1;
    color: #fff
}

.pagination .page_list .page.active_page:hover {
    background-color: #50c1aa
}

.checkbox_container {
    display: flex;
    align-items: center
}

.checkbox_container .checkbox_group {
    position: relative
}

.checkbox_container .checkbox_group .checkbox_box {
    display: flex;
    align-items: center
}

.checkbox_container .checkbox_group .checkbox_box .checkbox_input {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff
}

.checkbox_container .checkbox_group .checkbox_box .checkbox_label {
    margin-left: 9px
}

.checkbox_container .checkbox_group > input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%
}

.checkbox_container .checkbox_group > input[type=checkbox]:checked + .checkbox_box {
    color: #68c4b1
}

.checkbox_container .checkbox_group > input[type=checkbox]:checked + .checkbox_box .checkbox_input {
    border: 1px solid #68c4b1;
    background-color: #68c4b1;
    background: url(../images/icons.png) no-repeat -138px -78px
}

.radio_container {
    display: flex;
    align-items: center
}

.radio_container .radio_group {
    position: relative
}

.radio_container .radio_group .radio_box {
    display: flex;
    align-items: center
}

.radio_container .radio_group .radio_box .radio_input {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff
}

.radio_container .radio_group .radio_box .radio_label {
    margin-left: 9px
}

.radio_container .radio_group > input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%
}

.radio_container .radio_group > input[type=radio]:checked + .radio_box {
    color: #68c4b1
}

.radio_container .radio_group > input[type=radio]:checked + .radio_box .radio_input {
    border: 1px solid #68c4b1;
    background-color: #68c4b1;
    background: url(../images/icons.png) no-repeat -138px -78px
}

.dialog_wrapper {
    display: none;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dialog_wrapper .dialog_mask {
    width: 100%;
    height: 100%;
    opacity: .2;
    background: #000;
    filter: Alpha(Opacity=20)
}
.dialog_wrapper .dialog_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    border-radius: 4px;
    background: #fff;
    overflow: hidden
}

.dialog_wrapper .dialog_box .dialog_header {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f6f9fc;
    padding: 0 22px
}

.dialog_wrapper .dialog_box .dialog_header .title {
    font-weight: 500;
    color: #33383e;
    font-size: 16px
}

.dialog_wrapper .dialog_box .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 1;
    background: url(../images/icons.png) no-repeat -163px -76px
}

.dialog_wrapper .dialog_box .dialog_body {
    padding: 30px 40px
}

.dialog_wrapper .dialog_box .dialog_footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 22px!important;
}

.dialog_wrapper .dialog_box .dialog_footer .btn {
    width: 114px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    cursor: pointer
}

.dialog_wrapper .dialog_box .dialog_footer .btn:last-child {
    margin-right: 0
}

.dialog_wrapper .dialog_box .dialog_footer .footer_cancel {
    border: 1px solid #68c4b1;
    background-color: #fff;
    color: #68c4b1
}
.dialog_wrapper .dialog_box .dialog_footer .footer_cancel:hover {
    background: #f0f8f6;
    border: 1px solid #68c4b1;
    color: #50c1aa;
    transition: all .1s ease-in-out;
}

.dialog_wrapper .dialog_box .dialog_footer .footer_confirm {
    background-color: #68c4b1;
    color: #fff
}

.dialog_wrapper .dialog_box .dialog_footer .footer_confirm:hover {
    background-color: #50c1aa
}

.login_reg_wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.login_reg_wrapper .login_reg_mask {
    width: 100%;
    height: 100%;
    opacity: .2;
    background: #000;
    filter: Alpha(Opacity=20)
}

.login_reg_wrapper .login_reg_box {
    border-radius: 6px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: flex
}

.login_reg_wrapper .login_reg_box > div {
    height: 550px
}

.login_reg_box .left {
    width: 374px;
    background: url(../images/login_bg.png) no-repeat;
    padding-left: 47px
}

.login_reg_box .left .title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #33383e;
    margin-top: 76px
}

.login_reg_box .left .title > span {
    color: #68c4b1
}

.login_reg_box .left .text {
    color: #999;
    line-height: 26px;
    margin-top: 22px;
    width: 210px
}

.login_reg_box .right {
    width: 566px;
    position: relative
}

.login_reg_box .bottom_login_mothed_bar {
    width: 90%;
    padding: 20px 0;
    display: flex;
    position: absolute;
    left: 5%;
    bottom: 0;
    border-top: 1px dashed #ebebeb
}

/*.login_reg_box .bottom_login_mothed_bar .login_item {*/
/*    width: 33.33%;*/
/*    position: relative*/
/*}*/

.login_reg_box .bottom_login_mothed_bar .login_item {
    width: 50%;
    position: relative
}

.login_reg_box .bottom_login_mothed_bar .login_item .item_box {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #33383e;
    cursor: pointer
}

.login_reg_box .bottom_login_mothed_bar .login_item::after {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.login_reg_box .bottom_login_mothed_bar .login_item:last-child::after {
    width: 0
}

.login_reg_box .right .bottom_login_mothed_bar .login_item .icon {
    width: 20px;
    height: 20px;
    margin-right: 9px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_email_login .icon {
    background: url(../images/icons.png) no-repeat -268px -129px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_email_login:hover .icon {
    background: url(../images/icons.png) no-repeat -268px -151px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_password_login .icon {
    background: url(../images/icons.png) no-repeat -244px -127px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_password_login:hover .icon {
    background: url(../images/icons.png) no-repeat -244px -149px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_wx_login .icon {
    background: url(../images/icons.png) no-repeat -172px -128px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_wx_login:hover .icon {
    background: url(../images/icons.png) no-repeat -172px -150px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_phone_login .icon {
    background: url(../images/icons.png) no-repeat -196px -127px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.method_phone_login:hover .icon {
    background: url(../images/icons.png) no-repeat -196px -149px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.other_login .icon {
    background: url(../images/icons.png) no-repeat -220px -127px
}

.login_reg_box .right .bottom_login_mothed_bar .login_item.other_login:hover .icon {
    background: url(../images/icons.png) no-repeat -220px -149px
}

.login_reg_box .bottom_login_mothed_bar .login_item .item_box:hover {
    color: #68c4b1
}

.login_reg_box .bottom_login_mothed_bar .login_item:hover .other_login_method {
    display: block
}

.login_reg_box .bottom_login_mothed_bar .login_item:hover .other_login_method .method_password_login .icon {
    background: url(../images/icons.png) no-repeat -244px -127px
}

.login_reg_box .bottom_login_mothed_bar .login_item:hover .other_login_method .method_password_login:hover .icon {
    background: url(../images/icons.png) no-repeat -244px -149px
}

.login_reg_box .bottom_login_mothed_bar .login_item:hover .other_login_method .method_email_login .icon {
    background: url(../images/icons.png) no-repeat -268px -129px
}

.login_reg_box .bottom_login_mothed_bar .login_item:hover .other_login_method .method_email_login:hover .icon {
    background: url(../images/icons.png) no-repeat -268px -151px
}

.login_reg_box .bottom_login_mothed_bar .login_item .other_login_method .mothod_item:hover {
    color: #68c4b1
}

.login_reg_box .bottom_login_mothed_bar .login_item .other_login_method {
    position: absolute;
    width: 150px;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px;
    display: none
}

.login_reg_box .bottom_login_mothed_bar .login_item .other_login_method .mothod_item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 19px;
    cursor: pointer
}

.login_reg_box .right .close {
    width: 15px;
    height: 15px;
    background: url(../images/icons.png) no-repeat -148px -129px;
    position: absolute;
    top: 16px;
    right: 16px
}

.login_reg_box .right .content_box {
    padding-top: 58px;
    width: 100%;
    height: 100%
}

.login_reg_box .right .content_box .title {
    text-align: center;
    font-weight: 500;
    color: #33383e;
    font-size: 24px
}

.login_reg_box .right .content_box .input_item input::placeholder {
    color: #999;
    font-size: 14px
}

.login_reg_box .right .content_box .form_box {
    width: 340px;
    margin: 0 auto
}

.login_reg_box .right .content_box .form_box .input_group {
    margin-top: 42px
}

.login_reg_box .right .content_box .form_box .input_group .input_item {
    margin-bottom: 15px
}

/*.login_reg_box .right .content_box .form_box .input_group .input_item:last-child {
    margin-bottom: 0
}*/

.login_reg_box .right .content_box .form_box .input_item input {
    width: 100%;
    height: 46px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 18px;
    font-size: 16px;
    outline: 0
}

.login_reg_box .right .content_box .submit_btn {
    width: 100%;
    height: 46px;
    background-color: #68c4b1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 24px;
    cursor: pointer
}

.login_reg_box .right .content_box .submit_btn:hover {
    background-color: #50c1aa
}

.login_reg_box .right .content_box .form_box .text {
    color: #68c4b1;
    text-align: right;
    margin-top: 14px;
    cursor: pointer
}

/*.login_reg_box .login_wx {*/
/*    display: block*/
/*}*/

.login_reg_box .login_wx {
    display: none;
}

.login_reg_box .login_wx .text {
    color: #999;
    margin-top: 15px;
    font-size: 16px;
    text-align: center
}

.login_reg_box .login_wx .wx_qr_code {
    width: 210px;
    height: 210px;
    border-radius: 6px;
    margin: 20px auto 0
}

.login_reg_box .login_wx .wx_qr_code > img {
    width: 100%;
    height: 100%
}

.set_password {
    display: none
}

.login_password .form_box .input_group, .set_password .form_box .input_group {
    margin-top: 42px
}

.login_password .form_box .input_group .input_item, .set_password .form_box .input_group .input_item {
    margin-bottom: 15px
}

.login_password .form_box .input_group .input_item:last-child, .set_password .form_box .input_group .input_item:last-child {
    margin-bottom: 0
}

.login_password {
    display: none
}

.email_login {
    display: block;
}

.email_login .form_box {
    display: block
}

.email_login .res_box {
    display: none
}

.email_login .res_box .res_content {
    margin-top: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.email_login .res_box .res_content .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: url(../images/icons.png) no-repeat -245px -35px
}

.email_login .res_box .res_content .text {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.email_login .res_box .res_content .submit_btn {
    width: 340px;
    margin-top: 39px
}

.login_phone {
    display: none
}

.change_password .code_item, .login_phone .code_item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.change_password .code_item .input, .login_phone .code_item .input {
    width: 174px
}

.change_password .code_item .code_box, .login_phone .code_item .code_box {
    width: 152px;
    height: 46px;
    border-radius: 4px;
    overflow: hidden
}

.change_password .code_item .code_box > img, .login_phone .code_item .code_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.change_password .code_item .code_box .send_btn, .login_phone .code_item .code_box .send_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background-color: #68c4b1
}

.change_password .code_item .code_box .send_btn:hover, .login_phone .code_item .code_box .send_btn:hover {
    background-color: #50c1aa
}

.change_password {
    display: none
}

.library_content {
    margin-top: 24px;
}

.library_content .path {
    display: flex;
    align-items: center;
    color: #999
}

.library_content .path .title {
    margin-right: 10px
}

.library_content .path a {
    color: #999
}

.library_content .path a:hover {
    color: #68c4b1
}

.library_content .path .arrow {
    margin: 0 10px;
    position: relative;
    width: 8px;
    height: 13px;
    background: url(../images/icons.png) no-repeat -181px -76px
}

.side_bar_tool {
    display: block;
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
    width: 52px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    display: none
}

.side_bar_tool .side_item {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff
}

.side_bar_tool .side_item:first-child {
    border-radius: 4px 4px 0 0
}

.side_bar_tool .side_item:last-child {
    border-radius: 0 0 4px 4px
}

.side_bar_tool .side_item:hover {
    background-color: #68c4b1
}

.side_bar_tool .side_item:hover .side_item_box .text {
    color: #fff
}

.side_bar_tool .side_item .side_item_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.side_bar_tool .side_item .side_item_box .icon {
    width: 24px;
    height: 24px
}

.side_bar_tool .side_item.recharge .side_item_box .icon {
    background: url(../images/icons.png) no-repeat 2px -177px
}

.side_bar_tool .side_item.recharge:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat 2px -205px
}

.side_bar_tool .side_item.customer_service .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -27px -176px
}

.side_bar_tool .side_item.customer_service:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -27px -204px
}

.side_bar_tool .side_item.fans_chat .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -60px -175px
}

.side_bar_tool .side_item.fans_chat:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -60px -203px
}

.side_bar_tool .side_item.official_account .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -95px -178px
}

.side_bar_tool .side_item.official_account:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -95px -206px
}

.side_bar_tool .side_item.feedback .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -134px -180px
}

.side_bar_tool .side_item.feedback:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -134px -208px
}

.side_bar_tool .side_item.go_top .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -166px -177px
}

.side_bar_tool .side_item.go_top:hover .side_item_box .icon {
    background: url(../images/icons.png) no-repeat -166px -206px
}

.side_bar_tool .side_item .side_item_box .text {
    font-size: 12px;
    color: #666;
    margin-top: 5px
}

.side_bar_tool .side_item .side_sub_content {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    border-radius: 4px;
    position: absolute;
    right: 64px;
    display: none
}

.side_bar_tool .side_item:hover .side_sub_content {
    display: block
}

.side_bar_tool .side_item .customer_service_sub_content {
    width: 144px;
    height: 140px;
    top: 32px;
    padding: 19px 0 19px 26px
}

.side_bar_tool .side_item .customer_service_sub_content .row {
    margin-bottom: 26px;
    font-size: 14px;
    color: #666
}

.side_bar_tool .side_item .customer_service_sub_content .row:last-child {
    margin-bottom: 0
}

.side_bar_tool .side_item .customer_service_sub_content .row .title {
    color: #68c4b1;
    margin-bottom: 4px
}

.side_bar_tool .side_item .fans_chat_sub_content {
    width: 170px;
    height: auto;
    top: 110px;
    padding: 24px 0 24px 22px
}

.side_bar_tool .side_item .fans_chat_sub_content .row {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.side_bar_tool .side_item .fans_chat_sub_content .row:last-child {
    margin-bottom: 0
}

.side_bar_tool .side_item .fans_chat_sub_content .row .title {
    color: #68c4b1
}

.side_bar_tool .side_item .fans_chat_sub_content .row .val {
    margin-left: 10px;
    width: 54px;
    height: 23px;
    border: 1px solid #68c4b1;
    border-radius: 12px;
    color: #68c4b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.side_bar_tool .side_item .fans_chat_sub_content .row .val.full {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #c1c1c1
}

.side_bar_tool .side_item .official_account_sub_content {
    padding: 10px
}

.side_bar_tool .side_item .official_account_sub_content .code {
    margin-bottom: 12px
}

.side_bar_tool .side_item .official_account_sub_content .code:last-child {
    margin-bottom: 0
}

.side_bar_tool .side_item .official_account_sub_content .code .img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 6px
}

.side_bar_tool .side_item .official_account_sub_content .code .text {
    color: #33383e;
    text-align: center;
    font-size: 12px
}

.content_404 {
    margin: 160px auto 270px
}

.content_404 .bg {
    width: 559px;
    height: 436px;
    background: url(../images/404.png) no-repeat;
    margin: 0 auto
}

.content_404 .text {
    font-size: 16px;
    margin-top: 58px;
    text-align: center;
    color: #666
}

.content_404 .btn_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.content_404 .btn_list .btn {
    display: block;
    width: 130px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    cursor: pointer
}

.content_404 .btn_list .btn:first-child {
    margin-left: 0
}

.content_404 .btn_list .btn.index {
    border: 1px solid #68c4b1;
    color: #68c4b1
}

.content_404 .btn_list .btn.back {
    color: #fff;
    background-color: #68c4b1
}

.content_404 .btn_list .btn.back:hover {
    background-color: #50c1aa
}

.c-message {
    position: fixed;
    top: 30px;
    left: 50%;
    z-index: 9999;
    border-radius: 4px;
    overflow: hidden
}

.c-message .c-message--main {
    display: flex;
    align-items: center;
    padding: 0 14px;
    height: 38px
}

.c-message .c-message--icon {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.c-message.c-message--default {
    background-color: #fff;
    color: #666;
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .15)
}

.c-message.c-message--success {
    background-color: #f0f8f6;
    color: #68c4b1
}

.c-message.c-message--success .c-message--icon {
    background: url(../images/icons.png) no-repeat -391px 0
}

.c-message.c-message--error {
    background-color: #fff2f0;
    color: #ff4d4f
}

.c-message.c-message--error .c-message--icon {
    background: url(../images/icons.png) no-repeat -438px 0
}

.c-message.c-message--info {
    background-color: #e6f7ff;
    color: #1c8fff
}

.c-message.c-message--info .c-message--icon {
    background: url(../images/icons.png) no-repeat -414px 0
}

.c-message.c-message--warning {
    background-color: #fffbe5;
    color: #faad14
}

.c-message.c-message--warning .c-message--icon {
    background: url(../images/icons.png) no-repeat -368px 0
}

.c-message.c-message--normal {
    background-color: #fff;
    color: #666
}

.c-message.c-message--normal .c-message--icon {
    background: url(../images/icons.png) no-repeat -391px 0
}

@keyframes messageFadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.c-message.messageFadeInDown {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: messageFadeInDown
}

@keyframes messageFadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.c-message.messageFadeOutUp {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: messageFadeOutUp
}

.dialog_feedback .dialog_box {
    width: 606px
}

.dialog_feedback .dialog_box .dialog_body {
    padding-bottom: 10px
}

.dialog_feedback .report_goods_form .tips {
    color: #999;
    position: relative
}

.dialog_feedback .report_goods_form .form_row {
    margin: 22px 0
}

.dialog_feedback .report_goods_form .form_row:last-child {
    margin-bottom: 0
}

.dialog_feedback .report_goods_form .form_row.radio_list {
    display: flex;
    color: #33383e
}

.dialog_feedback .report_goods_form .form_row.radio_list .radio_container {
    margin-right: 29px
}

.dialog_feedback .report_goods_form .form_row.radio_list .radio_container:last-child {
    margin-right: 0
}

.dialog_feedback .report_goods_form .form_row.textarea_input .text {
    color: #c1c1c1;
    line-height: 24px;
    margin-bottom: 12px
}

.dialog_feedback .report_goods_form .form_row.textarea_input textarea {
    width: 100%;
    height: 136px;
    background-color: #f8f8f8;
    border: 1px solid #ededed;
    border-radius: 2px;
    outline: 0;
    padding: 16px;
    resize: none
}

.dialog_feedback .report_goods_form .form_row.textarea_input textarea::placeholder {
    color: #c1c1c1
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-top: 30px
}

.pagination .next, .pagination .prev, .pagination .page-link {
    background-color: #fff;
    border: 1px solid #eeeef3;
    border-radius: 4px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.pagination .next:hover, .pagination .prev:hover {
    background-color: #68c4b1;
    border: 1px solid #68c4b1;
    color: #fff
}

.pagination .page_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.pagination .page-link {
    color: #666;
}

.pagination .active .page-link {
    color: #fff;
}

.pagination .page_list .page, .pagination .page-link {
    background: #fff;
    border: 1px solid #eeeef3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer
}

.pagination .page_list .page:last-child {
    margin-right: 0
}

.pagination .page_list .page.active_page, .pagination .page_list .page:hover, .pagination .active .page-link, .pagination .page-link:hover {
    background-color: #68c4b1;
    border: 1px solid #68c4b1;
    color: #fff
}

.pagination .page_list .page.active_page:hover {
    background-color: #50c1aa
}

.pagination .disabled .page-link {
    color: #ddd;
}

.pagination .disabled .page-link:hover {
    background-color: #fff;
    color: #ddd
}
.goods_item .desc{-webkit-line-clamp:1}
button{border: none;}
.clear{zoom:1;}
.clear:after{content:"";display:block;clear:both;}
.desc_content p{max-width: 100%;}
.layui-layer-title{
    height: 56px!important;
    line-height: 56px!important;border-bottom:none;
    background-color: #f6f9fc!important;
    padding: 0 22px!important;
}
.layui-layer-setwin{top:21px!important;}
.layui-layer-iframe{border-radius: 4px!important;}
.rzh{max-height: 19px;max-width: 16px;margin-right: 6px;float: left;}
.rzh + .desc{line-height: 19px;float: left;}
.layer-ext-downskin .layui-layer-close{display: none;}
.close,.collection{cursor: pointer;}
.collection.yes>.icon{
    background:url(../images/icons.png) no-repeat -197px -93px!important ;
}
.goods_item{position: relative;}
.goods_item > .vip{position: absolute;width: 35px;height: 19px;top:8px;right: 12px;z-index: 1}


.banner--clone {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    background: linear-gradient(0deg, rgba(3, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;z-index: 9999999;
}
.banner--stick{
    background: linear-gradient(0deg, rgba(3, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
}
