body {
    height: 100%;
    background: #fff;
    margin: 0;
    font-family: "微软雅黑";
}

* {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

p, h1, h2 {
    margin: 0;
}

.layui-layer-btn {
    text-align: center;
    font-size: 14px;

}

.layui-layer-btn a {
    line-height: 26px !important;
}

#ts_dialog {

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;

    display: flex;
    display: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
}

#reload_page {
    position: fixed;
    z-index: 9999;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    bottom: 70px;
    border-radius: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.c_active {
    font-size: 18px;
    border-bottom: 2px solid #ffcd01;
}


i {
    font-style: normal;
}

.ts1 {
    text-align: center;
    display: block;
    width: 80%;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 50px auto;
    font-weight: bold;
    color: #F00B0D;
    border-radius: 100px;
    box-shadow: 0px 0px 15px #ccc;
}

#ts_dialog_txt {
    margin: 0 10px;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px 100px 100px 100px;
    padding: 12px 18px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
    background: #fff;
    animation: animation_1 6s linear infinite;
}


#info_num {
    right: -10px;
    display: none;
    top: -5px;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    padding: 0;
    text-align: center;
    line-height: 18px;
}

@keyframes animation_1 {

    0% {
        border-radius: 3px 100px 100px 100px;
    }
    25% {
        border-radius: 100px 3px 100px 100px;
    }
    50% {
        border-radius: 100px 100px 3px 100px;
    }
    75% {
        border-radius: 100px 100px 100px 3px;
    }
    100% {
        border-radius: 3px 100px 100px 100px;
    }
}


.glyfk {
    margin-bottom: 15px;
    color: #f00;
}

/*登录页*/

.login_main, .reg_main {
    width: 84%;
    display: none;
    max-width: 320px;
    margin: auto;
}

.login_logo {
    text-align: center;
    padding: 60px 0 40px 0;
}

.login_logo img {
    width: 80%;
    max-width: 320px;
    border-radius: 100px;
}

.input_group {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 45px;
    line-height: 45px;
    display: flex;
}

a {
    color: inherit;
    text-decoration: none;
}

.login_icon {
    text-align: center;
    width: 55px;
}

.login_icon .iconfont {
    font-size: 21px;
    color: #555;
}

input, button {
    outline: none;
    -webkit-appearance: none;
}

.input {
    padding: 0 5px;
    font-size: 16px;
    color: #333;
    flex: 1;
    border: none;
}

.input_x1 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ccc;
}

input[type=checkbox], input[type=radio] {
    border: 2px solid #CCCCCC;
    border-radius: 100%;
    margin: -3px 6px 0 0;
    width: 18px;
    vertical-align: middle;
    height: 18px;
    background: #fff;
}

input[type=checkbox]:checked:after, input[type=radio]:checked:after {
    display: block;
    content: "\e634";
    font-family: "iconfont" !important;
    color: #666;
    text-align: center;
    line-height: 15px;
}

.button_x {
    border: none;
    height: 40px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    background: #04f;
    transition: all 0.5s;
    cursor: pointer;
}

.button_x:hover {
    background: #0224d0;
}

.login_main a, .reg_main a {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 2px 5px;
    color: #000;
    font-size: 14px;
}

.input_file {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.file_A {
    text-align: center;
    width: 100%;
    color: #999;
    background: #fff;
}

.img_preview {
    display: none;
    border-radius: 5px;

    width: 100%;
    margin-bottom: 15px;

}

.bz {
    border: 1px solid #eee;
    padding: 5px;
    font-size: 14px;
    margin: 10px 0;
    color: #d56767;
}

.rotating {
    animation: rotating 1s linear infinite;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*登录页 结束*/

.lv {
    display: inline-block;
    padding: 0px 7px;
    border-radius: 100px;
    margin: 0 5px;
    font-size: 12px;
    background: linear-gradient(65deg, #F9C85D 50%, #FFB800 50%); /* 标准的语法 */;
    color: #fff;
    vertical-align: middle;
}


/* 主页开始*/

.home_main {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 0 10px;
}

header {
    line-height: 43px;
    height: 43px;
    position: fixed;
    top: 0;
    left: 2%;
    width: 96%;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
}

.search_form {
    display: flex;
    width: 100%;
}

#load_more_1 {
    text-align: center;
}

.load_more {
    display: inline-block;
    margin: 10px auto;
    padding: 5px 20px;
    border-radius: 100px;
    color: #fff;
    background: linear-gradient(to right, #FFBB1F, #FFE04F);
    font-size: 16px;
}

.search {
    flex: 1;
    padding: 0 5px 0 6px;
}

.load_more i {
    font-size: 14px;
    margin-right: 5px;
}

input[name=key] {

    border: none;
    background: #F4F5F6;
    border-radius: 100px;
    height: 30px;
    width: 100%;
    padding: 0 15px;

    font-size: 16px;
    color: #9a9e9e;
}

.logo img {
    height: 100%;
}

.search_b {
    width: 60px;
    display: flex;
    align-items: center;
}

.search_button {
    width: 100%;
    padding: 0;
    border: none;
    height: 30px;
    background: #FED220;
    color: #353535;
    border-radius: 100px;
}

.search_button i {
    font-size: 22px;
}

.classify {
    margin-top: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.classify_item {
    cursor: pointer;
    margin-right: 15px;

    color: #333;

}

.classify .active {
    font-size: 18px;
    border-bottom: 2px solid #ffcd01;

}

.item1 {

    margin-right: 5px;
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 100px;
    color: #fff;

}

.bt12 {
    color: #999;
    font-size: 14px;
}

.list_info {
    height: 34px;
    display: flex;
    align-items: center;
}

.list_A1 img {
    float: left;
    height: 34px;
    border-radius: 100px;
    margin-right: 10px;
}

.list_A2 {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    text-align: left;
}

.ddid {
    margin: 10px 0;
}

.ddid span {
    padding: 0 10px;
    background: #eee;
}

.ckjt {
    margin: 10px 0;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    background-color: #25b8ff;
}

.imga {
    display: none;
}

.list_A2 .icon {
    margin-left: 5px;
}

.icon-nv {
    color: #FF7878;
}

.icon-nan {
    color: #3F5FE9;
}

.list_A4 {
    font-size: 12px;
    color: #999;
}

.list_A5 {
    text-align: right;
    flex: 1;
    color: #F5A623;
    font-size: 18px;
}

.list_A5 i.icon {
    margin-right: 3px;
    font-size: 18px;
}

.list_B1 {
    font-size: 16px;
    color: #333;
    margin: 10px 0 5px 0;
}

.list_B2 {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: left;
    max-height: 366px;
    overflow: hidden;
}

.list_B2 b {
    color: #666;
}

.list_B3 {
    display: flex;
    margin: 10px 0;
    overflow: hidden;
}


.list_B3 div {
    width: 18%;
    border-radius: 3px;
    background-size: cover;
    margin-right: 1.5%;
    overflow: hidden;
    height: 85px;
}

.list_B3 div:last-child {
    margin-right: 0px;
}

.list_B3 img {
    width: 100%;
}

.list_A {
    display: block;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0 5px;
    padding-bottom: 15px;
    border: 1px solid #eee;
}

.list_A5 span {
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
}

.list_A5 span[s='未发货'] {
    background: #f90;
}

.list_A5 span[s='已发货'] {
    background: #55aa00;
}

footer {
    position: fixed;
    z-index: 990;
    width: 100%;
    bottom: 0;
    background: #eee;
    left: 0;
    display: flex;
}

footer a {
    font-size: 12px;
    flex: 1;
    padding: 5px 0 2px 0;
    text-align: center;
    align-items: center;
}

footer a i.iconfont {
    position: relative;
    font-size: 20px
}

footer a i.f2 {
    padding: 2px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    font-size: 34px;
    color: #28baff;
    flex: 1;
}

.back_nav {
    background: #fff;
    color: #333;
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 999;
    left: 0;
    top: 0;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
}

.back_nav_2 {
    flex: 1;
    text-align: center;
}

.back_nav_1, .back_nav_3 {
    width: 60px;
    text-align: center;
}

.back_nav_3 {
    color: #ccc;
}

.particulars_main {
    margin: 40px 0 50px 0;
    padding: 10px;
}

.fieldset_1 {
    border: none;
    padding: 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.fieldset_1 legend {
    color: #aaa;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
}

.particulars_A {
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}

.particulars_A img {
    width: 100%;
    margin-top: 2px;
}

section {
    box-sizing: border-box;
}

.particulars_B {
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 5px;
    height: 45px;
}


.particulars_B #lx {
    border-radius: 100px;
    border: 1px solid #ddd;
    flex: 1;
    padding: 0px 8px;
    color: #333;
}


.particulars_item {
    font-size: 14px;
    padding: 5px;
    border: 1px dashed #ccc;
}

.particulars_item p {
    margin: 6px 0 3px 0;
    color: #333;
}

.particulars_B [type=button] {
    border-radius: 100px;
    border: none;
    width: 30%;
    background: #0066FF;
    color: #fff;
    margin-left: 6px;
}

#delete_b, #cancel_task {
    background: #ff5454;
}

.particulars_B a {
    border-radius: 50px;
    justify-content: center;
    flex: 1;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    border: 1px dashed #b3b3b3;
}

.b_a {
    font-size: 12px;
    padding: 1px 8px;
    border-radius: 100px;
    color: #fff;
}

.g_green {
    background: linear-gradient(to right, #2DC893, #93E393) !important;
}


.g_blue {
    background: linear-gradient(to right, #21B7FF, #5ed2fb);
}

.g_red {
    background: linear-gradient(to right, #FF6C6D, #FF9FBA);
}


.particulars_B a img {
    width: 26px;
    height: 26px;
    border-radius: 100px;
    margin-left: 5px;
}

.particulars_B a c {
    color: #2196f3;
    margin: 0px 5px;
}

.particulars_c {
    padding: 3px 10px;
    margin: 10px 0;
    border: 1px dashed #ccc;
    background: #f5f5f5;
    font-weight: bold;
    border-radius: 100px;
}


.p_tis {
    margin: 10px;
    color: #438eff;
    font-weight: bold;
    text-align: center;
    border: 1px dashed #ccc;
}

.particulars_e {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    background: #f74c4c;
    border-radius: 100px;
}

.i_a {
    padding: 10px;
    font-size: 14px;
    margin-top: 36px;
}

#detail_txt {
    padding: 0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

#contact_txt {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 0 10px;
    width: 100%;
    height: 30px;

}


.i_preview_img {
    text-align: center;
    margin: 10px 0;
}

.i_preview_img div {
    width: 92px;
    border-radius: 5px;
    height: 72px;
    margin: 0 5px;
    display: inline-block;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.preview_b {
    transition: all 0.5s;
    opacity: 0;
    width: 100%;
}

.delete_a {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: 24px;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 20px;
    border-radius: 0 0 0 8px;


}

.i_d {
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #eee;
    line-height: 25px;
    color: #666;
}

.i_d a {
    display: inline-block;
    border: 1px dashed #aaa;
    margin-left: 12px;
    width: 60px;
    cursor: pointer;
}

.i_d a.active {
    border: 1px solid #fb6a6c;
    color: #fb6a6c;
}

.i_b {
    text-align: center;
}

.i_b div {
    background: url(../images/upload_img.png) center center no-repeat;
    display: inline-block;
    width: 92px;
    margin: 0 5px;
    border: 1px dashed #bbb;
    font-size: 14px;
    color: #999;
}

.i_b div input {
    border: none;
    margin: 0;
    height: 34px;
    width: 100%;
    opacity: 0;
}

.i_e {
    text-align: center;
    margin: 5px 0 15px 0;
}

.i_f {
    border-radius: 100px;
    border: 1px solid #aaa;
    width: 60px;
    text-align: center;
    font-weight: bold;
    padding: 0px 5px;
    margin: 0 5px;
    height: 25px;
    color: #333;
}

.i_f1 {
    margin-left: 5px;
    color: #F03D40;
}

#fabu {
    background: #ff4345;
    color: #fff;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 100px;
}

.p_a {
    background: url(../images/p_c_bg.jpg) center top/cover;
    padding: 30px 0px 10px 0;
    position: relative;
}

.p_b {
    text-align: center;
}

.p_b p {
    margin: 5px 0;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.head_portrait {
    width: 26%;
    margin-bottom: 3px;
    border-radius: 1000px;
    border: 5px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 8px #ccc;
}

.ziye_main .head_portrait {
    margin: 10px auto;
}

.edit {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #666;
}

.edit .icon {
    vertical-align: middle;
    margin-right: 5px;
}

.zx {
    padding-left: 12px;
    display: block;
    color: #999;
    line-height: 32px;
}

.zx span {
    float: right;
}

.p_b .p_e i {
    margin-right: 3px;
}

.p_b .p_c {
    font-size: 12px;
    font-weight: normal;
    color: #ff6e6f;
}

.p_d, .p_e {
    font-size: 12px;
    background: #333;
    color: #fff;
    margin-left: 5px;
    border-radius: 100px;
    padding: 2px 10px;
}

.ziye_main .i_b div {
    background: url(../images/upload_img.png) #fff center center no-repeat;
    margin: 8px 0;
    border-radius: 5px;
}

.ziye_main .input_group {
    margin-top: 15px;
    border: 1px solid #eee;
}

#a_submit {
    background: #ff7373;
    height: 40px;
}

.p_e {
    font-size: 12px;
    background: #ff6e6f;
    color: #fff;
}

.p_f {
    margin-top: 10px;
    display: flex;
}

.p_f a {
    cursor: pointer;
    border-right: 1px solid #ddd;
    font-size: 14px;
    flex: 1;
    color: #777;
    text-align: center;
}

.p_f a:last-child {
    border: none;
}

.p_f a p {
    font-weight: bold;
}

.p_f a span {
    font-size: 12px;
}

.p_g {
    margin-top: 20px;
}

.p_g a {
    display: flex;
    font-size: 14px;
    color: #444;
    padding: 10px 15px;
}

.p_g span {
    line-height: 21px;
    height: 21px;
}

.p_g1 {
    opacity: 0.7;
    margin-right: 10px;
}


.p_g3 {
    flex: 1;
    text-align: right;
    color: #999;
    margin-right: 10px;
}

.p_g4 {
    height: 10px;
    background: #f1f1f1
}

.ziye_main {
    padding: 8px 10px;
    text-align: center;
    margin-top: 37px;
}


.list_A5 .icon-you {
    color: #ddd;
    margin-left: 5px;
}

.tis_1 {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.tis_1 p {
    margin: 10px 0;
}

.ziye_main .list_A {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border: none;
    padding: 8px;
    border-radius: 5px;
    margin: 10px 0px 24px 0;
}

.g_a {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 10px 7px;
    font-size: 14px;
    box-shadow: 0px 0px 10px #dfdfdf;
    margin: 10px 0;
    background: #fff;
    border-radius: 3px;
}

.info_main {
    background: #f5f5f5;
}

.info_a {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    margin: 10px 0 18px 0;
    border-radius: 5px;
}

.info_t {
    font-size: 16px;
    color: #000;
    padding: 8px 0;
}

.info_p {
    font-size: 14px;
    color: #999;
    padding: 0 0 10px 0;
}

.info_c {
    color: #666;
    padding: 10px 0;
    border-top: 1px solid #f1f1f1;
}

.info_c .icon {
    line-height: 20px;
    float: right;
    color: #b3afaf;
}

.info_time {
    display: inline-block;
    padding: 2px 5px;
    margin: auto;
    border-radius: 3px;
    font-size: 12px;
    background: #CCCCCB;
    color: #fff;
}

.g_a2 {
    float: right;
    color: #999;
}

.s_info {
    padding: 1px 5px;
    float: right;
    color: #fff;
    font-size: 12px;
}

.g_huise {
    background: #ccc;
}

#read_all {
    cursor: pointer;
    font-size: 12px;
    color: #06f;
}

.ranking_list_a {
    padding: 10px;
    text-align: center;
}

.r_title {
    text-align: center;
}

.r_3_1 {
    margin-top: 60px;
    position: relative;
}

#r1 {
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -45px;
}

.r_r1 {
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 12px;
    background: linear-gradient(65deg, #FFB031, #FFD62C);;
    color: #fff;
}

.r_3_1 .head_portrait, .r_3_2 .head_portrait, .r_3_3 .head_portrait {
    width: 80px;
}

.r_3_2 {
    width: 160px;
    position: absolute;
    margin-top: 10px;
    position: relative;
}
