* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

ul {
    list-style: none;
}

.bag {
    margin-right: 10px;
    display: none;
}
a {
    text-decoration: none;
    color: black;

}

button {
    cursor: pointer;
}

body {
    background-color: #202020;
    position: relative;
}

.alert button:active {
    background-color: #28abbd;
}

.history-title {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 6px;
}

/* 头部css */
header {
    width: 100%;
    height: 70px;
    background: #000000;

}

.key span a{
    color: #b3b3b3;
}


.headerbox {

    max-width: 1200px;
    height: 100%;
    margin: auto;
    color: #FFFFFF;
    /* overflow: hidden; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.header-input {
    width: 93%;
    height: 100%;
    background: none;
    float: left;
    border: none;
    outline: none;
    color: #6C6C6C;
    margin-left: 10px;
    height: 30px;
}

.header-search {
    max-width: 10px;
    height: auto;
    float: left;
    margin-top: 11px;
    margin-left: 15px;
}

header span {
    display: inline-block;
    color: #ffffff;
}
.lei {
    display: inline-block;
    color: #999999;
}

header .classify {
    margin-left: 30px;
    cursor: pointer;
}

header .classify img {
    vertical-align: -webkit-baseline-middle;
}

.head {
    width: 100%;
}

.but {
    /* float: left;
    margin-left: 6rem;
    margin-top: 37px; */
    /*flex: 2;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 100px;
    height: 40px;
}

.header-box {
    width: 1000px;
    height: 30px;
    border: 1px solid #A1A1A1;
    border-radius: 4px;
    margin: auto;
    flex: 6;
    margin-left: 30px;

}

.header-box3 {
    /* margin-top: -42px;
    width: 12%;
    float: right; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 2;
    padding-left: 10px;
}

.header-box3-touxiang {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 20px;
}

.header-box3-touxiang img {
    height: 100%;
    width: 100%;
}

/* .header-box3 span {
    margin-right: 30px;
} */

.head-portrait {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header-box3 .header-btn {
    width: 120px;
    height: 30px;
    border: none;
    background-color: #6fddee;
    border-radius: 4px;
    font-size: 14px;
    float: right;
    color: #0c0c0c;
}

.header-btn a{
    color: #0c0c0c;
}


.bag {
    margin-right: 10px;
}

.block {
    display: none;
}

.table-box {
    width: 63%;
    padding: 22px;
    left: 13%;
    background-color: #575757;
    color: #A1A1A1;
    /* display: none; */
    position: absolute;
    top: 62px;
    z-index: 999999999999999;
}

.log-box {
    width: 63%;
    padding: 22px;
    left: 13%;
    background-color: #575757;
    color: #A1A1A1;
    /* display: none; */
    position: absolute;
    top: 62px;
    z-index: 999999999999999;
}

#tu:active:focus{
    background: none;
}

.table-close {
    border: none;
    background-color: transparent;
    color: #b4b1b1;
    float: right;
    margin-top: -14px;
    font-size: 22px;
}
.log-close {
    border: none;
    background-color: transparent;
    color: #b4b1b1;
    float: right;
    margin-top: -20px;
    margin-right: -8px;
}
.log-close2 {
    border: none;
    background-color: transparent;
    color: #757575;
    /*float: right;*/
    margin-top: -14px;
    margin-left: 50px;;
}

.log-close2:active:focus {
    color: #54daec;
    outline: none;
}

.log-close2:hover {
    color: #76ecff;
}

.table-box ul li span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-box ul li span a {
    color: #ffffff;
}

.table-box ul li span a:hover {
    color: #76ecff     ;
}
.table-box ul li span a:active:focus {
    color: #54daec     ;
}
/* .header-btn:hover {
    background-color: #28abbd;
} */

.header-btn:active {
    background-color: #54daec;
}

a:hover, a:focus{
    color: #76ecff;
}
/* 登录后头像弹窗 */
.login-box {
    width: 160px;
    background-color: #575757;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 64px;
    border-radius: 4px;
    z-index: 99999999999999;
}

.login-box ul {

    font-size: 12px;
    color: #FFFFFF;
    border: 0px;
    width: auto;
}

.login-box ul a {

    color: #FFFFFF;
}

.login-box-table1 li {
    height: 28px;
    line-height: 28px;
    margin-left: 9px;
}

.login-box-icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-left: 10px;
}

.login-box-text {
    padding-left: 10px;
}

.login-box li:hover {
    background-color: #6fddee;
    color: #333333;
    border-radius: 4px;
}
a:hover {
    text-decoration: none;
}
.login-box hr {
    border-bottom: 1px solid #323232  !important;
    margin: 6px 12px;
}

.login-box li:hover a {
    color: #333333;
}
.login-box li:active:focus {
    background-color: #54daec;
    border-color: #54daec;
}
.login-box-table2 li {
    height: 28px;
    line-height: 28px;
    margin-left: 9px;
}

/* main */
main {
    max-width: 1200px;
    margin: auto;

}

main {
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.alert_name_btn {
    width: 22%;
    margin: 8px 0px;
    padding: 6px 0px;
    border-radius: 4px;
    border: none;
    background-color: #A1A1A1;
    color: #202020;
}

/* letterCenter页面 */
.letter_box {
    padding-top: 15px;
    width: 100%;
    background: #323232;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
}

.letter_box_title {
    padding: 0 0px 10px 10px;
    border-bottom: 1px solid #3F3F3F;
    font-size: 18px;
    color: #A1A1A1;
}

.letter_box_title_icon {
    display: none;
}

.letter_box_articl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;

}

.letter_box_articl_user_box {
    width: 30%;
    height: 596px;
    border: solid 1px #3F3F3F;
    overflow: auto;
}

.letter_box_articl_user_box::-webkit-scrollbar {
    width: 6px;
}

.letter_box_articl_user_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7a7a7a;
    opacity: 0.2;
}

.letter_box_articl_user_box::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.letter_box_articl_user {
    width: 100%;
    padding: 12px 8px 12px 24px;
    border-bottom: solid 1px #3F3F3F;
    box-sizing: border-box;
    display: flex;

}

.letter_box_articl_user:hover {
    background: #535353;
}

.letter_box_articl_user:active {
    background: #535353;
}

.letter_box_articl_user_img_box {
    width: 16%;
    display: flex;
    align-items: center;
}

.letter_box_articl_user_img {
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.letter_box_articl_user_img img {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/

}

.letter_box_articl_user_msg {
    width: 80%;
    color: #A1A1A1;

}

.letter_box_articl_user_msg a {
    color: #A1A1A1;
}

.letter_box_articl_user_msg_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.letter_box_articl_user_letter {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.letter_box_articl_send_box {
    width: 70%;
    border-bottom: solid 1px #3F3F3F;
    border-right: solid 1px #3F3F3F;

}

.letter_box_articl_send_box_title {
    padding: 10px 15px;
    font-size: 16px;
    color: #A1A1A1;
    border-bottom: solid 1px #3F3F3F;
    display: flex;
    align-items: center;



}

.letter_box_articl_send_box_articl_show {
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: solid 1px #3F3F3F;
    padding: 20px 10px;
    box-sizing: border-box;
}

.letter_box_articl_send_box_articl_show::-webkit-scrollbar {
    width: 6px;
}

.letter_box_articl_send_box_articl_show::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7a7a7a;
    opacity: 0.2;
}

.letter_box_articl_send_box_articl_show::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.letter_box_articl_send_box_text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;

}

.letter_box_articl_send_box_text textarea {
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    background: none;
    color: #A1A1A1;
    padding: 8px 10px;
    box-sizing: border-box;

}

.letter_box_articl_send_box_text textarea::-webkit-scrollbar {
    width: 6px;
}

.letter_box_articl_send_box_text textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #7a7a7a;
    opacity: 0.2;
}

.letter_box_articl_send_box_text textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.letter_box_articl_send_btn_box {
    width: 100%;
    display: flex;
    justify-content: end;
}

.letter_box_articl_send_btn_box button {
    padding: 6px 20px;
    border: none;
    background-color: #6fddee;
    border-radius: 4px;
}

.letter_box_articl_send_btn_box button:active {
    background-color: #28abbd;
}

.letter_box_articl_send_articl_timer {
    /* margin-top: 20px; */
    width: 100%;
    text-align: center;
    color: #A1A1A1;
    font-size: 12px;
    margin-bottom: 10px;
}

/* orderDetail页面 */
.main-orderDetail-ul {
    text-align: left;
    color: #A1A1A1;
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    padding: 30px 0;
}

.main-orderDetail-ul li {
    margin-right: 10px;
}

.main-orderDetail-ul span {
    margin: 0 9px;

}

.main-orderDetail-ul a {
    text-align: left;
    color: #A1A1A1;
    font-size: 12px;

}

.main-orderDetail-ul a:hover {
    color: #FFFFFF;
}

.main-orderDetail-titleBox {
    width: 100%;
    background-color: #323232;
    display: flex;
    border-radius: 8px;
}

.main-orderDetail-titleBox1 {
    display: flex;
    flex: 0.3;
    flex-direction: column;
    align-items: center;
    padding: 36px 36px 32px;
    border-right: 1px solid #484747;
}

.main-orderDetail-titleBox1 h5 {
    font-size: 16px;
    font-weight: 500;
    color: #6fddee;
    line-height: 30px;
    cursor: pointer;
}

.main-orderDetail-titleBox1 p {
    margin-top: 16px;
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.main-orderDetail-titleBox2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 0.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-orderDetail-titleBox2-sonBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    display: flex;
}

.main-orderDetail-numBox {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #323232;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    color: #A1A1A1;
}

.main-orderDetail-titleBox2-sonBox1 {
    position: relative;
    flex-shrink: 1;
    flex-basis: 33.3333%;
    margin-right: 0px;
    display: inline-block;
}

.main-orderDetail-line {
    position: absolute;
    border-color: inherit;
    background-color: #6e6e6e;
    left: 50%;
    right: -50%;
    height: 2px;
    top: 11px;
}

.main-orderDetail-finishBox {
    font-size: 12px;
    color: #A1A1A1;
}

.main-orderDetail-finishBox p {
    margin-top: 6px;
}

.letter_box_articl_send_articl_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.letter_box_articl_send_articl_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.page-header {
    margin-top: 0;
    height: 50px;
    line-height: 31px;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #202020;
    background: #323232;
    color: aliceblue;
    text-align: center;
}
.letter_box_articl_send_articl_content {
    display: flex;
    justify-content: end;
}

.letter_box_articl_send_articl_content_receive {
    display: flex;
    justify-content: start;
}

.letter_box_articl_send_content_txt {
    max-width: 70%;
    background: #a3a3a3;
    color: #323232;
    padding: 8px;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 10px;
}
.letter_box_articl_send_content_txt2 {
    max-width: 70%;
    background: #e7e7e7;
    color: #323232;
    padding: 8px;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 10px;
}

/* detail页面main */
main .detail-main-box {
    width: 100%;
    display: flex;
    justify-content: space-between;

    position: relative;
    overflow: hidden;

}

.detail-main-artical {
    width: 70%;
    margin-right: 20px;
    overflow: hidden;
    height: 800px;
    background: rgb(36, 36, 36);
    display: flex;
    position: relative;
    margin-bottom: 20px;

}

.detail-main-artical-flexrow {
    align-items: center;
}

.detail-main-artical-flexcol {
    justify-content: center;
    height: 100%;
}

.detail-main-artical-flexcol .detail-main-box-img {
    width: auto;
    height: 800px;
}

.detail-main-artical-box {

    /* width: 100%; */

    display: flex;
    position: absolute;
    left: 0;

}

.aaaaaaaa {
    height: 800px;
    display: flex;
}

.detail-main-artical-flexrow .detail-main-box-img {
    width: 100%;
}

.detail-main-asideBox {
    padding-right: 6px;
    height: 800px;
    overflow: auto;
    width: 30%;
}


.detail-main-aside {
    background: #323232;

    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 4px;


}

.detail-main-asideBox::-webkit-scrollbar {
    width: 8px;
}

.detail-main-asideBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #323232;
    opacity: 0.2;
}

.detail-main-asideBox::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.order_table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #323232;
    opacity: 0.2;
}

.order_table::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}


.detail-main-box-right {
    position: absolute;
    left: 0;
    bottom: 50%;
    cursor: pointer;
}

.detail-main-box-left {
    position: absolute;
    right: 0;
    bottom: 50%;
    cursor: pointer;

}

/* detai-touxiang */

.detail-main-aside-touxiang {
    padding: 0 20px;
    /* width: 100%; */
    display: flex;
    align-items: center;
}

.detail-main-aside-img {
    display: flex;
    flex-wrap: nowrap;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.detail-main-aside-img img {
    width: 100%;
    height: 100%;
}

.detail-main-aside-uname {
    text-align: left;
    margin-left: 10px;
}

.detail-main-aside-btn {
    margin-left: auto;
}

.detail-main-aside-btn button {
    width: 54px;
    height: 26px;
    background: #6fddee;
    border: none;
    border-radius: 4px;
    font-size: 12px;
}

.detail-main-aside-btn button:active {
    background: #54daec;
}

.detail-main-aside-uname1 a {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.detail-main-aside-uname1 a:hover {
    color: #76ecff;
}
.detail-main-aside-uname1 a:active {
    color: #54daec;
}


.detail-main-aside-uname1 a:active:focus {
    color: #54daec;
}

.log-close2:hover {
    color: #76ecff;
}

.alert-warning-light {
    background-color: #6fddee;
    /* border-color: #faf3cd; */
    color: #000000;
    border-style: none;
}
.alert-info-light{
    border-style: none;
}
.detail-main-aside-uname2 {
    font-size: 12px;
    color: #A1A1A1;
}

/* DETAIL-ICON */

.detail-main-aside-iconbox {
    padding: 0 20px;
    margin-top: 16px;
    width: 20px;
    height: 20px;
    display: flex;
}

.detail-main-aside-icon {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.detail-main-aside-icon span {
    font-size: 12px;
    margin-left: 8px;
    color: #A1A1A1;
}

/* hr */
.detail-main-aside hr {
    margin: 20px 0;
    height: 1px;
    background-color: #202020;
    border: none;

}

.detail-main-aside-size {
    margin-bottom: 8px;
}

/* detail-文案 */

.detail-main-aside-text {
    padding: 0 20px;
    text-align: left;
}

.detail-main-aside-wenan {

    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.detail-main-aside-text p {
    font-size: 12px;
    color: #A1A1A1;
}

.detail-main-aside-wenan-flex-btnBox {
    margin-bottom: 8px;

}

.detail-main-aside-wenan-flex-btnBox button {
    border: none;
    outline: none;
    border-radius: 2px;
    color: #0c0c0c;
}

.detail-main-aside-wenan-flex-btnBox button:hover {
    background: #dddddd;
    border: none;
    outline: none;
}

.detail-main-aside-wenan-flex-btnBox button:active {
    background: #bdbdbd;
    border: none;
    outline: none;
}

/* 图片来源 */
.detail-main-aside-from {
    /* padding: 0 20px; */
    text-align: left;
}

.detail-main-aside-from-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.detail-main-aside-from-title2 {
    font-size: 12px;
    color: #A1A1A1;
}

.detail-main-aside-label-btn {
    display: flex;
}

.detail-main-aside-label-btn button {
    padding: 6px 10px;
    border: none;
    background: #575757;
    color: #CFCFCF;
    border-radius: 4px;
    margin-right: 10px;
}

/* 标签 */
.detail-main-aside-label {
    padding: 0 20px;
    text-align: left;
}

.detail-main-aside-label-title {
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFFFFF;
}

/* 评论 */
.detail-main-aside-comment {
    /* padding: 0 20px; */
    text-align: left;
}

.detail-main-aside-comment-title {
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.detail-main-aside-comment-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.detail-main-aside-comment-imgbox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}

.detail-main-aside-comment-input {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.detail-main-aside-comment-input input {
    height: 22px;
    width: 211px;
    border: none;
    background-color: #575757;
    outline: none;
    border-radius: 4px;
    color: #A1A1A1;
}

.detail-main-aside-comment-imgbox img {
    width: 100%;
    height: 100%;
}

.detail-main-aside-comment-uname {

    margin-right: 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.detail-main-aside-comment-time {
    color: #A1A1A1;
    font-size: 12px;
}

.detail-main-aside-comment-article {
    margin-left: 55px;
    font-size: 12px;
    color: #FFFFFF;
}

.detail-main-aside-comment-iconbox {
    float: right;
    display: flex;
}

.detail-main-aside-comment-icon {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.detail-main-aside-comment-icon img {
    max-width: 16px;
}

.detail-main-aside-comment-icon span {
    font-size: 12px;
    color: #A1A1A1;
    margin-left: 8px;
}

.detail-main-aside-comment-all {
    /* margin-bottom: 30px; */
    overflow: hidden;
}

.detail-main-aside-comment-commentBox {
    margin-left: 55px;
    margin-top: 20px;
    overflow: hidden;
}

.detail-main-aside-comment-commentBox-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.detail-main-aside-comment-commentBox-img img {
    width: 100%;
}

.detail-main-aside-comment-commentBox-name {
    margin-right: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.detail-main-aside-comment-commentBox-name {
    max-width: 17%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-main-aside-comment-commentBox-nickname {
    max-width: 17%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-main-aside-comment-commentBox-txt {
    margin-right: 8px;
    display: inline-block;
    font-size: 14px;
    color: #A1A1A1;
}

.detail-main-aside-comment-commentBox-nickname {
    margin-right: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.detail-main-aside-comment-commentBox-time {
    color: #A1A1A1;
    font-size: 12px;
}

.detail-main-aside-comment-commentBox-article {
    margin-left: 40px;
    font-size: 12px;
    color: #FFFFFF;
}

/* 按钮 */
.detail-main-aside-load {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail-main-aside-loadbtn {
    border: none;
    background: #575757;
    padding: 7px 15px;
    color: #CFCFCF;
    border-radius: 4px;
    margin-top: 40px;
}

/* 个人页面 */
main .geren-touxiang {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

main .geren-touxiang img {
    width: 100%;
    height: 100%;
}

main .geren-main-box2 {
    margin-top: 20px;
}

main .geren-main-box5 {
    margin-top: 10px;
}
main .geren-main-box5 button{
    width: 110px;
    background-color: #FFCE85;
    border: bisque;
    border-radius: 4px;
    color: black;
}

main .geren-main-box2 .u-name {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

main .u-qianming {
    margin-top: 5px;
}

main .geren-main-box2 .u-ip,
.u-city,
.u-qianming {
    line-height: 22px;
    font-size: 12px;
    color: #A1A1A1;
}

main .geren-main-box3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

main .geren-btn1 {
    border: none;
    margin-right: 20px;
    padding: 8px 15px;
    font-size: 12px;
    color: #0c0c0c;
    background-color: #6fddee;
    border-radius: 4px;
}

main .geren-btn2 {
    border: none;
    padding: 8px 15px;
    font-size: 12px;
    color: #0c0c0c;
    background-color: #6fddee   ;
    border-radius: 4px;
}

main .geren-btn2:hover,
main .geren-btn1:hover {
    background-color: #76ecff;
}

.geren-btn1:hover a,
.geren-btn2:hover div {
    color: black;

}

main .geren-btn2:active:focus,
.geren-btn1:active:focus {
    background-color: #54daec;
    color: #0c0c0c;

}

main .geren-main-box4 {
    margin: auto;
}

main .geren-main-ul {
    display: flex;
    justify-content: center
}

main .geren-main-ul li a {
    margin-right: 10px;
    color: #FFFFFF;
}

main .geren-main-ul li a:hover {
    color: #6fddee;
}

main .geren-main-ul li a:active {
    color: #28abbd;
}

/* nav */
nav {
    display: block;
    max-width: 1200px;
    height: 300px;
    margin: auto;
    display: grid;
    margin-top: 20px;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* overflow: hidden; */
    /* align-items: center; */

}

/* orderDetail页面 */
.nav-orderDetail-box {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    background-color: #323232;
    line-height: 20px;
    /*border: 1px solid #6e6e6e;*/
    ;
    margin-bottom: 30px;
    border-radius: 8px;
}

.nav-orderDetail-box p {
    color: #A1A1A1;
    padding: 10px 16px;
    border-bottom: 1px solid #484747;
}

.nav-orderDetail-tablehead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 16px;
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid #484747;
    box-sizing: border-box;
}

.nav-orderDetail-tablehead-commodit {
    width: 50%;
    text-align: center;

}

.nav-orderDetail-tablehead-price {
    width: 25%;
    text-align: center;

}

.nav-orderDetail-tablehead-pay {
    width: 25%;
    text-align: center;

}

.nav-orderDetail-table-commodit {
    display: flex;
    box-sizing: border-box;
    padding: 24px 16px;
    width: 50%;
    border-bottom: 1px solid #484747;
    border-right: 1px solid #484747;
}

.nav-orderDetail-table {
    width: 100%;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 16px;
}

.nav-imgBox {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    margin-right: 8px;
    overflow: hidden;
}

.nav-imgBox img {
    width: 100%;
}

.nav-messageBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.nav-orderDetail-table p {
    border-bottom: none;
    padding: 0;
}

.nav-messageBox-top {
    display: flex;
}

.nav-messageBox-top a {
    display: block;
    max-width: 304px;
    position: relative;
    color: #A1A1A1;
    max-height: 57px;
    overflow: hidden;
    line-height: 20px;

}

.nav-messageBox-top a:hover {
    color: #FFFFFF;
}

.nav-messageBox-top span {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: end;
    font-size: 14px;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 20px;
}

.nav-orderDetail-table-price {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #484747;
    border-right: 1px solid #484747;
}

.nav-orderDetail-table-pay {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #484747;
}

.nav-orderDetail-end {
    width: 100%;
    text-align: end;
    border-top: 0;
    padding: 24px 16px 24px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.nav-orderDetail-end p {
    border-bottom: none;
}

.nav-orderDetail-end-sum {
    display: inline-block;
    width: 10%;
}

.nav-orderDetail-end-pay {
    display: inline-block;
    width: 10%;

}

nav .nav-box-fabu div {
    width: 13.5%;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

nav .nav-box-fabu div img {
    width: 100%;
    height: auto;
}

/* 收藏 */
.nav-box-shoucang {
    margin-top: 20px;
    width: 100%;
    margin-bottom: -90px;
}

.nav-box-shoucang-box {
    margin: auto;
    text-align: center;
    color: #A1A1A1;
    font-size: 12px;

}

nav .guanzhu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 20px;
    padding-left: 15px;

}


nav .guanzhu-box {
    width: 13.5%;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #323232;
    padding: 20px 0;
    text-align: center;
    margin-right: 6px;
}

nav .guanzhu-touxiang {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;

}

nav .guanzhu-touxiang img {
    width: 100%;

}

nav .guanzhu-box-id {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 15px;
}

nav .guanzhu ul {
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
}

nav .guanzhu-fabu-li {
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-transform: scale(0.5);

}

nav .guanzhu-title {
    color: #A1A1A1;
    font-size: 12px;
    margin-right: 4px;
}

nav .guanzhu-title2 {
    color: #FFFFFF;
    font-size: 12px;
}

nav .guanzhu-box button {
    width: 88%;
    padding: 4px 0;
    border: none;
    border-radius: 4px;
    background-color: #6fddee;
}

nav .guanzhu-box button:active {
    width: 88%;
    padding: 4px 0;
    border: none;
    border-radius: 4px;
    background-color: #28abbd;
}

/* 粉丝 */
nav .fans {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 20px;
    padding-left: 15px;

}


nav .fans-box {
    width: 13.5%;
    /* height: 100%; */
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #323232;
    padding: 20px 0;
    text-align: center;
    margin-right: 6px;
}

nav .fans-touxiang {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;

}

nav .fans-touxiang img {
    width: 100%;

}

nav .fans-box-id {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 15px;
}

nav .fans ul {
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
}

nav .fans-fabu-li {
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-transform: scale(0.5);

}

nav .fans-title {
    color: #A1A1A1;
    font-size: 12px;
    margin-right: 4px;
}

nav .fans-title2 {
    color: #FFFFFF;
    font-size: 12px;
}

nav .fans-box button {
    width: 88%;
    padding: 4px 0;
    border: none;
    border-radius: 4px;
    background-color: #6fddee;
}

nav .fans-box button:hover {
    width: 88%;
    padding: 4px 0;
    border: none;
    border-radius: 4px;
    background-color: #76ecff  ;
}

nav .fans-box button:active {
    width: 88%;
    padding: 4px 0;
    border: none;
    border-radius: 4px;
    background-color: #54daec;
}

/* 新手指南样式 */
.new-box {
    width: 370px;
    height: 100%;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-box1,
.new-box2,
.new-box3 {
    border: none;
    width: 100%;
    height: 90px;
    border-radius: 8px;
    background-color: transparent;
    position: relative;
}

.new-box1,
.new-box3 {
    background-image: url('../img/背景图1.png');
    background-size: 100% 100%;
}

.new-box2 {
    background-image: url('../img/背景图2.png');
    background-size: 100% 100%;
}

.shadow {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.new-text {
    color: #FFFFFF;
    font-size: 20px;
    position: initial;
    z-index: 1;
}

/* 轮播图 */
.carousel-box {
    width: 950px;
    height: 100%;
    flex: 5.5;
    margin: 0 20px;
    border-radius: 8px;
}



.layui-carousel-ind ul {
    background: none;
    margin-bottom: 22px;
}

.layui-carousel-ind ul:hover {
    background: none;
}

.layui-carousel-ind ul li.layui-this {
    background-color: #6fddee;
}

/* 用户信息 */
.user-box {
    width: 390px;
    height: 100%;
    flex: 2.5;
    background-color: #323232;
    border-radius: 8px;
    padding: 37px 15px;
    box-sizing: border-box;
}

.user-box .user-box1 {
    display: flex;
    align-items: center;
}

.user-box .user-box1 .head-portrait {
    max-width: 60px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.user-box .integration {
    margin-left: auto;
    color: #FFCE85;
    font-size: 14px;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.integration img {

    margin-right: 6px;
}

.user-login {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-login .p2 {
    color: #A1A1A1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-login .p1 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-box2 ul {
    margin-top: 35px;
    display: flex;
    color: #FFFFFF;
    width: 100%;
}

.user-box2 ul li {
    color: #FFFFFF;
    width: 24%;
    text-align: center;
    border-left: 1px solid #A1A1A1;

}

.user-box2 ul li h1 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-box2 ul li p {
    font-size: 12px;
    color: #A1A1A1;
    margin-top: 6px;
}

.user-box2 ul li:first-child {
    border-left: none;
}

.user-box3 {
    display: flex;
    margin-top: 45px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.user-box3 .user-btn1,
.user-btn2 {
    border: none;
    border-radius: 4px;
    background-color: #6fddee;
    width: 46%;
    height: 34px;
}

.user-btn1:hover,
.user-btn2:hover {
    background-color: #76ecff  ;
}

.user-box3 .user-btn1:active,
.user-box3 .user-btn2:active {
    background-color: #54daec;
}


/* 瀑布流图片展示  */
.wrap {
    position: relative;
    margin: 10px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.box {
    position: absolute;
    border-radius: 8px;
}

.box img {
    display: block;
    /*width: 100%;*/
}

.img-box {
    width: 100%;
}

.img-box img {
    width: 100%;
}

.img-box {
    position: relative;
}

.img-box .hover {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    line-height: 40px;
    display: none;

}

.img-box .hovers {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    line-height: 40px;
}

.hidden {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img-box .hover-span {
    color: white;
    font-size: 10px;
}

.img-box:hover .hover {
    display: block;
}



.img-box:hover .hovers {
    display: block;
}



.text-card {
    width: 100%;
    height: 66px;
    margin-top: -1px;
    background-color: #323232;
    overflow: hidden;
    border-radius: 0 0 8px 8px;


}

.text-son1 {
    width: 100%;
    padding: 0 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.text-son1 .touxiang {
    max-width: 22px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}

.text-son1 .touxiang img {
    width: 22px;
    height: 22px;
}

/* .text-son1 .u-name {
    font-size: 10px;
    color: #FFFFFF;
} */

.text-son1 .u-name {
    width: 43%;
    font-size: 10px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .text-son1 .integration {
    margin-left: auto;
    display: flex;
} */
.text-son1 .integration {
    margin-left: auto;
    margin-right: 1px;
    display: flex;
    max-width: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-son1 .integration img {
    max-width: 16px;
    margin-right: 2px;
}

/* .text-son1 .integration span {
    font-size: 12px;
    color: #FFCE85;
} */
.text-son1 .integration span {
    font-size: 12px;
    color: #FFCE85;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.text-son2 {
    width: 100%;
    padding: 8px;
    display: flex;
    box-sizing: border-box;
}

/* .text-logo {
    display: flex;
    align-items: center;
    margin-top: 6px;
    margin-right: 18px;
} */

.text-logo {
    width: 33%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 0;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}


.text-logo img {
    max-width: 14px;
    height: 14px;
}

.text-logo:first-child {
    margin-left: 0;
}

/* .text-logo span {
    font-size: 12px;
    -webkit-transform: scale(0.5);
    color: #A1A1A1;
} */

.text-logo span {
    font-size: 12px;
    /* -webkit-transform: scale(0.5); */
    color: #A1A1A1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warp-btn {
    width: 100%;
    position: absolute;
    text-align: center;
}

.onload-btn:active {
    background: #868686;
}

.footer {
    height: 250px;
    width: 100%;
    position: relative;
    background-color: #323232;

    /* position: relative; */
}

.footer-text-box {
    margin: auto;

}

.footer-text {
    color: #727272;
}

.footer .footer-box .footer-img-box {
    display: flex;
    /*float: right;*/
    margin-right: 0;
}

.onload-btn {
    width: 120px;
    height: 40px;
    background-color: #A1A1A1;
    border: none;
    color: #333333;
    border-radius: 4px;
}

.footer-box {
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.footer-box div {
    margin-left: 38px;
    margin-right: 36px;
    text-align: center;
    color: #999999;
    overflow: hidden;
}

.footer-box div a {
    color: #727272;
}

.footer-box div span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}



.footer-h1 {
    /*background-color: #999999; *!*/
position: absolute;
    bottom: 246px;
    left: 0;
    right: 0;
    box-sizing: border-box;
     display: none;
}

.footer-h2 {
    /*background-color: #999999;*/
    position: absolute;
    bottom: 246px;
    /*right: 120px;*/
    box-sizing: border-box;
    display: none;
}


.footer-h1 img {
    height: 160px;
    width: 160px;
}

.footer-h2 img {
    height: 160px;
    width: 160px;
}

.footer-img1:hover+.footer-h1 {
    display: block;
}

.footer-img:hover~.footer-h2 {
    display: block;
}



/* ******************************平板适配********************************* */
@media screen and (min-width: 768px) and (max-width: 992px) {
    header {
        height: 60px;
    }
    header .classify {
        margin-right: 10px;
    }
    .headerbox {
        width: 98%;
        margin: auto;
    }

    .detail-main-aside-comment-commentBox-img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }
    .header-box3 .header-btn {
        width: 100px;
        height: 30px;
    }

    main {
        width: 96%;
        margin: auto;
    }

    main .detail-main-box {
        display: block;
    }

    main .detail-main-artical {
        width: 100%;
    }

    .detail-main-asideBox {
        width: 100%;
        height: auto;
    }

    main .detail-main-aside {
        margin-top: 15px;
        width: 100%;
    }

    .nav-orderDetail-table p {
        border-bottom: none;
        padding: 0;
    }

    .nav-messageBox-top {
        display: block;
    }

    .nav-messageBox-top span {
        float: right;
        margin: 10px 0;
    }

    nav {
        width: 96%;
        margin: auto;
        margin-top: 10px;
        height: 250px;
    }

    nav .fans-box {
        width: 24%;
    }

    nav .new-box {
        display: none;

    }

    .carousel-box {
        flex: 6.5;
        margin: 0;
        margin-right: 10px;
    }

    .layui-carousel {
        border-radius: 8px;
    }

    .layui-carousel>[carousel-item] {
        border-radius: 8px;
    }

    .user-box3 {
        margin-top: 26px;
        flex: 3.5;
    }
    .user-box2 ul {
        margin-top: 26px;
        display: flex;
        color: #FFFFFF;
        width: 100%;
    }
    .user-box2 ul li h1 {
        font-size: 20px;
    }

    .user-box2 ul li p {
        font-size: 12px;
        margin-top: 4px;
    }

    .wrap {
        width: 96%;
        margin: auto;
        margin-top: 10px;
    }

    .footer {
        margin-top: 15px;
    }

    .footer-box {
        width: 96%;
        margin: auto;

    }

    .footer-text-box {
        text-align: left;
    }

    .footer p {

        color: #999999;
        font-size: 14px;
        margin-top: 4px;
        text-align: left;

    }

    .footer p a {
        color: #999999;
        font-size: 14px;
        margin-top: 4px;
    }

    .footer-51 {
        display: inline-block;
        background-color: #41A5F5;
        color: #fff;
        padding: 2px 5px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }

    .alert_name_btn {
        width: 23%;
        margin: 8px 0px;
        padding: 6px 0px;
        border-radius: 4px;
        border: none;
        background-color: #A1A1A1;
        color: #202020;
        margin-right: 4px;

    }


    .text-son1 .integration img {
        max-width: 18px;
        margin-right: 2px;
    }


    .header-input {
        width: 91%;
    }
}

/* ********************适配**************************** */
@media screen and (min-width:658px) and (max-width:767px) {
    header {
        height: 60px;
    }
    header .classify {
        margin-right: 2px;
    }
    .headerbox {
        width: 96%;
        margin: auto;
    }
    .header-box {
        width: 1000px;
        height: 30px;
        border: 1px solid #A1A1A1;
        border-radius: 4px;
        margin: auto;
        flex: 6;
        margin-left: 30px;
    }
    .header-box3 .header-btn {
        width: 100px;
        height: 30px;
    }
    .header-input {
        width: 88%;
    }
    main {
        width: 96%;
        margin: auto;
    }

    main .detail-main-box {
        display: block;
    }

    main .detail-main-artical {
        width: 100%;
    }

    .detail-main-asideBox {
        width: 100%;
        height: auto;
    }

    main .detail-main-aside {
        margin-top: 15px;
        width: 100%;
    }

    .nav-orderDetail-table p {
        border-bottom: none;
        padding: 0;
    }

    .nav-messageBox-top {
        display: block;
    }

    .nav-messageBox-top span {
        float: right;
        margin: 10px 0;
    }

    nav {
        width: 96%;
        margin: auto;
        margin-top: 10px;
        height: 250px;
    }

    nav .fans-box {
        width: 24%;
    }

    nav .new-box {
        display: none;

    }

    .carousel-box {
        flex: 6.5;
        margin: 0;
        margin-right: 10px;
    }

    .layui-carousel {
        border-radius: 8px;
    }

    .layui-carousel>[carousel-item] {
        border-radius: 8px;
    }

    .user-box3 {
        margin-top: 26px;
        flex: 3.5;
    }

    .user-box2 ul li h1 {
        font-size: 20px;
    }

    .user-box2 ul li p {
        font-size: 12px;
        margin-top: 4px;
    }

    .wrap {
        width: 96%;
        margin: auto;
        margin-top: 10px;
    }

    .footer {
        margin-top: 15px;
    }

    .footer-box {
        width: 96%;
        margin: auto;

    }

    .footer-text-box {
        text-align: left;
    }

    .footer p {

        color: #999999;
        font-size: 14px;
        margin-top: 4px;
        text-align: left;

    }

    .footer p a {
        color: #999999;
        font-size: 14px;
        margin-top: 4px;
    }

    .footer-51 {
        display: inline-block;
        background-color: #41A5F5;
        color: #fff;
        padding: 2px 5px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }

    .alert_name_btn {
        width: 31.5%;
        margin: 8px 0px;
        padding: 6px 0px;
        border-radius: 4px;
        border: none;
        background-color: #A1A1A1;
        color: #202020;
        margin-right: 4px;

    }
    .user-box3 .user-btn1, .user-btn2 {
        border: none;
        border-radius: 4px;
        color: #000;
        background-color: #6fddee;
        width: 46%;
        height: 34px;
    }

    .text-son1 .integration img {
        max-width: 18px;
        margin-right: 2px;
    }
    .user-box2 ul {
        margin-top: 26px;
        display: flex;
        color: #FFFFFF;
        width: 100%;
    }

}

/* ********************适配**************************** */
@media screen and (min-width:479px) and (max-width:657px) {
    header {
        height: 60px;
        position: relative;
    }
    .detail-main-aside-comment-commentBox-img {
        width: 32px;
        height: 30px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }
    header .classify {
        margin-right: 0;
        margin-right: 5px;
        cursor: pointer;
    }

    .headerbox {
        width: 96%;
        margin: auto;
    }

    .but {
        /*flex: 2;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-box {
        width: 12px;
        /*flex: 2.5;*/
        border: none;

    }

    .text-son1 .u-name {
        margin-left: -4px;
        width: 39%;
        font-size: 3px;
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-son1 .integration{
        /* margin-left: auto; */
        margin-right: 4px;
        display: flex;
        max-width: 50%;
        overflow: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .header-input {
        display: none;
    }

    .header-search {
       display: none;
    }

    .footer-logo {
        width: 100px;
        height: 40px;
    }

    .bag {
        margin-right: 10px;
        display: flex;
    }

    .header-box3 .header-btn {
        width: 90px;
        height: 30px;
        border: none;
        background-color: #6fddee;
        border-radius: 4px;
        font-size: 10px;
        float: right;
    }

    .img-search {
        padding: 10px;
        width: 100%;
        height: 180px;
        color: white;
        box-sizing: border-box;

        background-color: #3a3a3a;
        position: absolute;
        top: 60px;
        z-index: 99999999999;
    }

    .block {
        display: none;
    }



    .img-search-son {
        width: 96%;
        margin: auto;
    }


    .img-search-box {
        padding: 0px 10px;
        background-color: #323232;
        width: 100%;
        height: 30px;
        box-sizing: border-box;
    }

    .img-search-input {
        height: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        color: #A1A1A1;
    }

    .img-search-img {
        margin-top: 6px;
        float: right;
    }
    .text-son1 .u-name {
        margin-left: -4px;
        width: 39%;
        font-size: 3px;
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-son1 .integration{
        /* margin-left: auto; */
        margin-right: -3px;
        display: flex;
        /* max-width: 35%; */
        /* overflow: hidden; */
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .history-title {
        font-size: 16px;
        color: #FFFFFF;
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .history ul li {
        /* margin-top: 2px; */
        font-size: 10px;
        color: #b7b7b7;
    }

    .table-box {
        width: 100%;
        padding: 16px;
        margin-left: 40px;
        background-color: #575757;
        color: #A1A1A1;
        left: 0;
        /* display: none; */
        position: absolute;
        top: 62px;
        z-index: 999999999999999;
        margin-left: 0;
        font-size: 5px;
        box-sizing: border-box;
    }

    main {
        width: 96%;
        margin: auto;
    }

    main .detail-main-box {
        display: block;
    }

    main .detail-main-artical {
        width: 100%;
    }

    .detail-main-asideBox {
        width: 100%;
        height: auto;
    }

    main .detail-main-aside {
        margin-top: 15px;
        width: 100%;
    }

    .main-orderDetail-ul li {
        margin-right: 0px;
    }

    .main-orderDetail-ul span {
        margin: 0 4px;
    }

    .main-orderDetail-titleBox {
        display: block;
    }

    .main-orderDetail-titleBox1 {
        padding: 14px 12px 18px;
        border-right: none;
    }

    .main-orderDetail-titleBox2 {
        padding: 14px 12px 18px;
    }

    .nav-imgBox {
        width: 46px;
        height: 46px;
    }

    .nav-orderDetail-table p {
        border-bottom: none;
        padding: 0;
    }

    .nav-messageBox-top {
        display: block;
    }

    .nav-orderDetail-table-commodit {
        width: 110%;
    }

    .nav-orderDetail-tablehead-commodit {
        width: 110%;
    }

    .nav-orderDetail-end p {
        border-bottom: none;
        text-align: end;
    }

    .nav-orderDetail-end {
        padding: 10px 10px 10px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .nav-orderDetail-end-sum {
        width: 22%;
    }

    .nav-orderDetail-end-pay {
        width: 22%;
    }

    .nav-messageBox-top span {
        /* display: inline-block; */
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: end;
        font-size: 14px;
        font-weight: 400;
        color: #A1A1A1;
        line-height: 20px;
        float: right;
        margin: 17px 0;
    }

    .nav-messageBox-top a {
        font-size: 12px;
    }

    nav {
        width: 96%;
        margin: auto;
        margin-top: 10px;
        height: auto;
        display: block;
    }

    nav .fans-box {
        width: 23%;
    }

    nav .new-box {
        display: none;
    }

    .carousel-box {
        margin: 0;
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .carousel-box img {
        width: 100%;
        height: 100%;
    }

    .layui-carousel {
        border-radius: 8px;

    }

    .layui-carousel>[carousel-item] {
        border-radius: 8px;
    }

    .user-box {
        width: 100%;
        height: 168px;
        padding: 10px 10px;
    }

    .user-box2 ul li h1 {
        font-size: 16px;
        margin-top: 0px;
        margin-top: -20px;
    }

    .user-box2 ul li p {
        font-size: 10px;
        margin-top: 4px;
    }

    .user-box3 {
        margin-top: 14px;
    }

    .user-login .p1 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .user-login .p2 {
        font-size: 10px;
    }

    .integration img {
        max-width: 18px;
        height: auto;
        margin-right: 8px;
    }

    .user-box .integration {
        font-size: 10px;
    }

    .wrap {
        width: 96%;
        margin: auto;
        margin-top: 10px;
    }

    .text-logo {
        margin-right: 14px;
    }

    .footer {
        height: 100px;
    }

    .footer-box div {
        margin: auto;
    }

    .footer-box img {
        display: none;
    }

    .footer-box div span {
        display: none;
    }

    .footer-text-box {
        text-align: center;

    }

    .footer p {

        color: #727272;
        font-size: 4px;
        -webkit-transform: scale(0.8);
        margin-top: -10px;

    }

    .footer p a {
        color: #727272;
        font-size: 4px;
        -webkit-transform: scale(0.8);
        margin-top: 4px;
    }

    .footer-51 {
        display: inline-block;
        background-color: #41A5F5;
        color: #fff;
        padding: 2px 5px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }

    .alert_name_btn {
        width: 31%;
        margin: 8px 0px;
        padding: 6px 0px;
        border-radius: 4px;
        border: none;
        background-color: #A1A1A1;
        color: #202020;
        margin-right: 4px;

    }

    .user-box3 .user-btn1, .user-btn2 {
        border: none;
        border-radius: 4px;
        color: #000;
        background-color: #6fddee;
        width: 46%;
        height: 34px;
    }
    .text-son1 .integration img {
        max-width: 18px;
        margin-right: 2px;
    }
}

/* ******************************手机适配********************************* */
@media (max-width: 480px) {

    .bag {
        margin-right: 10px;
        display: flex;
    }
    header {
        width: 100%;
        height: 60px;
        position: relative;
    }

    header .classify {
        cursor: pointer;
        margin-right: 0px;
        margin-left: 0px;

    }

    .headerbox {
        width: 96%;
        margin: auto;
    }

    .but {
        /*flex: 4.5;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-box {
        width: 1px;
        flex: auto;
        border: none;
    }

    .header-input {
        display: none;
    }

    .header-search {
        display: none;
    }

    .footer-logo {
        width: 100px;
        height: 40px;
    }

    .bag {
        margin-right: 10px;
    }

    .header-box3 .header-btn {
        width: 90px;
        height: 30px;
        border: none;
        background-color: #6fddee;
        border-radius: 4px;
        font-size: 10px;
        float: right;
    }


    .img-search {
        padding: 10px;
        width: 100%;
        height: 180px;
        color: white;
        box-sizing: border-box;

        background-color: #3a3a3a;
        position: absolute;
        top: 60px;
        z-index: 99999999999;
    }

    .block {
        display: none;
    }



    .img-search-son {
        width: 96%;
        margin: auto;
    }


    .img-search-box {
        padding: 0px 10px;
        background-color: #323232;
        width: 100%;
        height: 30px;
        box-sizing: border-box;
    }

    .img-search-input {
        height: 100%;
        width: 90%;
        border: none;
        outline: none;
        background-color: transparent;
        color: #A1A1A1;
    }

    .img-search-img {
        margin-top: 6px;
        float: right;
    }

    .history-title {
        font-size: 16px;
        color: #FFFFFF;
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .history ul li {
        /* margin-top: 2px; */
        font-size: 10px;
        color: #b7b7b7;
    }

    .table-box {
        width: 100%;
        padding: 16px;
        margin-left: 40px;
        background-color: #575757;
        color: #A1A1A1;
        left: 0;
        /* display: none; */
        position: absolute;
        top: 62px;
        z-index: 999999999999999;
        margin-left: 0;
        font-size: 5px;
        box-sizing: border-box;
    }

    .table-box{
        font-size: 10px;
    }

    .log-box {
        width: 100%;
        padding: 16px;
        margin-left: 40px;
        background-color: #575757;
        color: #A1A1A1;
        left: 0;
        /* display: none; */
        position: absolute;
        top: 62px;
        z-index: 999999999999999;
        margin-left: 0;
        font-size: 5px;
        box-sizing: border-box;
    }


    .main-orderDetail-ul li {
        margin-right: 0px;
    }

    .main-orderDetail-ul span {
        margin: 0 4px;
    }

    .main-orderDetail-titleBox {
        display: block;
    }

    .main-orderDetail-titleBox1 {
        padding: 14px 12px 18px;
        border-right: none;
    }

    .main-orderDetail-titleBox2 {
        padding: 14px 12px 18px;
    }

    .nav-imgBox {
        width: 46px;
        height: 46px;
    }

    .nav-orderDetail-table p {
        border-bottom: none;
        padding: 0;
    }

    .nav-messageBox-top {
        display: block;
    }

    .nav-orderDetail-table-commodit {
        width: 110%;
    }

    .nav-orderDetail-tablehead-commodit {
        width: 110%;
    }

    .nav-orderDetail-end p {
        border-bottom: none;
        text-align: end;
    }

    .nav-orderDetail-end {
        padding: 10px 10px 10px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .nav-orderDetail-end-sum {
        width: 22%;
    }

    .nav-orderDetail-end-pay {
        width: 22%;
    }

    .nav-messageBox-top span {
        /* display: inline-block; */
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: end;
        font-size: 14px;
        font-weight: 400;
        color: #A1A1A1;
        line-height: 20px;
        float: right;
        margin: 17px 0;
    }

    .nav-messageBox-top a {
        font-size: 12px;
    }


    nav {
        width: 96%;
        margin: auto;
        margin-top: 10px;
        height: auto;
        display: block;
    }

    nav .fans {
        padding-left: 4px;
    }

    nav .fans .fans-box {
        width: 31.671%;
    }

    nav .geren-main-box4 a {
        font-size: 12px;
    }

    nav .guanzhu .guanzhu-box {
        width: 31.671%;
    }

    nav .guanzhu-box {
        width: 24%;
    }

    nav .new-box {
        display: none;
    }

    main {
        width: 96%;
        margin: auto;
        padding-top: 10px;
    }

    main .geren-main-ul {
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
    }

    main .geren-main-ul li a {
        font-size: 12px;
    }

    main .detail-main-aside {
        margin-top: 10px;
    }

    main .detail-main-box {
        display: block;
    }

    main .detail-main-artical {
        width: 100%;
        margin: auto;
        height: 400px;
    }

    .detail-main-artical-box {
        height: 100%;
    }

    .aaaaaaaa {
        height: 100%;
    }

    .detail-main-artical-flexcol .detail-main-box-img {
        height: 100%;
    }

    .detail-main-asideBox {
        width: 100%;
        height: auto;
    }

    main .detail-main-aside {
        width: 100%;
        padding-top: 10px;
    }

    .carousel-box {
        margin: 0;
        width: 100%;
        height: 160px;
        margin-bottom: 10px;
    }

    .carousel-box img {
        width: 100%;
        height: 100%;
    }

    .layui-carousel {
        border-radius: 8px;

    }

    .layui-carousel>[carousel-item] {
        border-radius: 8px;
    }

    .user-box {
        width: 100%;
        height: 168px;
        padding: 10px 10px;
    }

    .user-box2 ul li h1 {
        font-size: 16px;
        margin-top: 0px;
        margin-top: -20px;
    }

    .user-box2 ul li p {
        font-size: 10px;
        margin-top: 4px;
    }

    .user-box3 {
        margin-top: 14px;
    }

    .user-login .p1 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .user-login .p2 {
        font-size: 10px;
    }

    .integration img {
        max-width: 18px;
        height: auto;
        margin-right: 8px;
    }

    .user-box .integration {
        font-size: 10px;
    }

    .wrap {
        width: 96%;
        margin: auto;
        margin-top: 10px;
    }

    .text-logo {
        margin-right: 4px;
    }

    .text-logo {
        width: 33%;
        overflow: hidden;
        white-space: nowrap;
        margin-left: 0;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }

    .footer {
        height: 100px;
    }

    .footer-box div {
        margin: auto;
    }

    .footer-box img {
        display: none;
    }

    .footer-box div span {
        display: none;
    }

    .footer-text-box {
        text-align: center;

    }

    .footer p {

        color: #727272;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        margin-top: 4px;
        margin-top: -10px;
        margin-bottom: 4px;
    }

    .footer p a {
        color: #727272;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        margin-top: 4px;
    }

    .footer-51 {
        display: inline-block;
        background-color: #41A5F5;
        color: #fff;
        padding: 2px 5px;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }

    .letter_box_title_icon {
        display: block;
        width: 17px;
        height: 16px;
        margin-right: 10px;
    }

    .letter_box_articl {
        width: 100%;
        display: block;
        flex-wrap: nowrap;
    }

    .letter_box_articl_user_box {
        width: 100%;
        height: 596px;
        border: solid 1px #3F3F3F;
        overflow: auto;
    }

    .letter_box_articl_send_box {
        width: 100%;
        border-bottom: solid 1px #3F3F3F;
        border-right: solid 1px #3F3F3F;
        display: none;
    }

    .letter_box_articl_send_box_articl_show {
        height: 462px;
        overflow-y: auto;
        overflow-x: hidden;
        border-bottom: solid 1px #3F3F3F;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .letter_box_articl_send_box_text_child {
        display: flex;
    }

    .letter_box_articl_send_box_text textarea {
        width: 292%;
        height: 35px;
        border: none;
        outline: none;
        background: none;
        color: #A1A1A1;
        padding: 8px 10px;
        box-sizing: border-box;
    }

    .letter_box_articl_send_btn_box {
        width: 100%;
        display: flex;
        justify-content: end;
    }



    .alert_name_btn {
        width: 31%;
        margin: 8px 0px;
        padding: 6px 0px;
        border-radius: 4px;
        border: none;
        background-color: #A1A1A1;
        color: #202020;
        margin-right: 4px;

    }
    .user-box3 .user-btn1, .user-btn2 {
        border: none;
        border-radius: 4px;
        color: #000;
        background-color: #6fddee;
        width: 46%;
        height: 34px;
    }

    .text-son1 .integration img {
        max-width: 18px;
        margin-right: 2px;
    }

    .table-box ul li span a {
        color: #ffffff;
    }

    .table-close {
        border: none;
        background-color: transparent;
        color: #b4b1b1;
        float: right;
        margin-top: -17px;
        font-size: 22px;
    }

    .text-son1 .u-name {
        margin-left: -4px;
        width: 33%;
        font-size: 10px;
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .text-son1 .integration{
        /* margin-left: auto; */
        margin-right: -3px;
        display: flex;
         max-width: 35%;
         overflow: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}
