html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
}

a:hover {
    color: #000;
}

/**选择年级*/
.common_garde {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.common_garde .content {
    position: relative;
    top: 30%;
    width: 420px;
    height: 220px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px;
}

.common_garde .tips {
    width: 100%;
    height: 75px;
    background: #F3FDFA;
    border-radius: 10px 10px 0 0;
    text-indent: 30px;
}

.common_garde .tips .text1 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    top: 16px;
}

.common_garde .tips .text2 {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 1px;
}

.common_garde .grade {
    height: 125px;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
}

.common_garde .grade .list {
    clear: both;
    overflow: hidden;
}

.common_garde .grade .list .left {
    float: left;
    margin-top: 29px;
    width: 54px;
    text-align: right;

    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_garde .grade .list .right {
    float: left;
    margin-top: 22px;
    margin-left: 10px;
    width: 335px;
}

.common_garde .grade .list .right .li {
    float: left;
    padding: 1px 10px 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 10px;
    margin-left: 15px;
    margin-top: 8px;
}

.common_garde .grade .list .right .li.on {
    background: #38DAA6;
    color: #fff;
}

/***添加收货地址*/
.common_addr {
    width: 100%;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    /* display: none; */
}

.common_addr_content {
    width: 580px;
    height: 440px;
    background: #fff;
    margin: 0 auto;
    margin-top: 9%;
}

.common_addr_content_top {
    background: #F6F6F6;
    padding: 15px 20px 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

.common_addr_content_top_tips {
    font-size: 13px;
    font-weight: 100;
}

.common_addr_content_top_img {
    float: right;
    width: 14px;
    margin-top: 6px;
}

.common_addr_content_li {
    margin-top: 15px;
}

.common_addr_content_li_xing {
    color: #FF3032;
    margin-left: 50px;
}

.common_addr_content_li_text {
    font-size: 15px;
}

.common_addr_content_li_input {
    width: 380px;
    border: 1px solid #F3F3F3;
    height: 35px;
    text-indent: 10px;
    font-size: 15px;
}

.common_addr_content_li_textarea {
    width: 360px;
    height: 60px;
    padding: 10px;
    border: 1px solid #F3F3F3;
    resize: none;
    font-size: 15px;
    outline: none;
}

.common_addr_content_sub {
    width: 115px;
    height: 40px;
    border: 0;
    outline: none;
    background: #38DAA6;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    font-size: 15px;
}


/**登录*/
.common_login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
}

.common_login .content {
    position: relative;
    width: 425px;
    height: 450px;
    margin: 0 auto;
    top: 25%;
    background: #fff;
    border-radius: 20px;
}

.common_login .content .close {
    clear: both;
    overflow: hidden;
}

.common_login .content .close .imgfan {
    float: left;
    width: 10px;
    height: 16px;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.common_login .content .close .imgx {
    width: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.common_login .content .sitename {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}

.common_login .content .info {
    margin: 0 auto;
    margin-top: 43px;
    width: 235px;
}

.common_login .content .info .type {
    display: flex;
}

.common_login .content .info .type .logintype {
    flex: 1;
    text-align: center;
}

.common_login .content .info .type .logintype .heng {
    width: 23px;
    height: 2px;
    background: #38DAA6;
    margin: 0 auto;
    margin-top: 4px;
}

.common_login .content .info .inputs {
    margin-top: 25px;
}

.common_login .content .info .inputs .input1 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
}

.common_login .content .info .inputs .input2 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    color: 000;
}

.common_login .content .info .inputs .forget {
    color: #C7C7C7;
    font-size: 10px;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}

.common_login .content .info .login {
    margin-top: 15px;
    background: #38DAA6;
    border: 0;
    width: 100%;
    height: 35px;
    border-radius: 25PX;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
}

.common_login .content .info .reg {
    margin-top: 30px;
    background: #38DAA6;
    border: 0;
    width: 100%;
    height: 35px;
    border-radius: 25PX;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
}

.common_login .content .info .fortrue {
    margin-top: 30px;
    background: #38DAA6;
    border: 0;
    width: 100%;
    height: 35px;
    border-radius: 25PX;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    outline: none;
}

.common_login .content .info .tips {
    text-align: center;
    margin-top: 15px;
}

.common_login .content .info .third {
    display: flex;
    margin-top: 22px;
}

.common_login .content .info .third .li {
    flex: 1;
    text-align: center;
}

.common_login .content .info .third .li .wx_img {
    width: 30px;
}

.common_login .content .info .third .li .qq_img {
    width: 30px;
}

.common_login .content .info .third .li .text {
    color: #969696;
    margin-top: 3px;
}

.common_login .content .info .inputs1 {
    margin-top: 25px;
}

.common_login .content .info .inputs1 .input3 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
}

.common_login .content .info .inputs1 .input4 {
    width: 165px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
}

.common_login .content .info .inputs1 .getLoginCode {
    width: 70px;
    text-align: center;
    float: right;
    margin-top: 26px;
    border-bottom: 1px solid #DCDCDC;
    height: 24px;
    color: #38DAA6;
}

.common_login .content .info .inputs1 .forget {
    color: #C7C7C7;
    font-size: 10px;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}


.common_login .content .info .inputs2 {
    margin-top: 25px;
}

.common_login .content .info .inputs2 .input5 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
}

.common_login .content .info .inputs2 .input6 {
    width: 165px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    color: 000;
}

.common_login .content .info .inputs2 .input7 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    color: #000;
}

.common_login .content .info .inputs2 .getRegCode {
    float: right;
    margin-top: 26px;
    border-bottom: 1px solid #DCDCDC;
    height: 24px;
    color: #38DAA6;
    width: 70px;
    text-align: center;
}


.common_login .content .info .inputs3 {
    margin-top: 25px;
}

.common_login .content .info .inputs3 .input8 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    color: #000;
}

.common_login .content .info .inputs3 .input9 {
    width: 175px;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
}

.common_login .content .info .inputs3 .input10 {
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    margin-top: 20px;
    color: #000;
}

.common_login .content .info .inputs3 .getForgetCode {
    float: right;
    margin-top: 26px;
    border-bottom: 1px solid #DCDCDC;
    height: 24px;
    color: #38DAA6;
}


/**公共底部*/
.footer {
    height: 480px;
    background-color: #32333B;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer > .content {
    height: 480px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #999999;
    font-size: 12px;
}

.footer > .content > .top {
    height: 333px;
    border-bottom: 1px solid #474C50;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 80px;
}

.footer > .content > .top > .left {
    width: 50%;
    display: -webkit-flex;
    display: flex;
}

.footer > .content > .top > .left .item {
    height: 35px;
    font-size: 14px;
    color: #999999;
}

.footer > .content > .top > .left .item a {
    color: #999999;
}

.footer > .content > .top > .left .title, .footer > .content > .top > .right .title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    height: 50px;

}

.footer > .content > .top > .left > div {
    width: 33.33%;
}

.footer > .content > .top > .right {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.footer > .content > .top > .right > div {
    margin-right: 65px;
}

.footer > .content > .top > .right > div:last-child {
    margin-right: 0;
}

.footer > .content > .top > .right img {
    width: 100px;
    height: 100px;
}

.footer > .content > .middle {
    height: 73px;
    border-bottom: 1px solid #474C50;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.footer > .content > .bottom {
    display: -webkit-flex;
    display: flex;
    height: 73px;
    align-items: center;
}

.footer > .content > .bottom > .left {
    width: 50%;
}

.footer > .content > .bottom > .right {
    width: 50%;
    text-align: right;
}


/**公共方法*/
.c969696 {
    color: #969696;
}

.black {
    color: #000;
}

.olda:hover {
    color: #000;
}

.on {
    color: #38DAA6;
}

.on:hover {
    color: #38DAA6;
}

.white {
    color: #fff;
}

.none {
    display: none;
}

.block {
    display: block;
}

.line_one {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.line_two {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 0;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/**
新 2021-3-17
 */
.header {
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
}

input::-webkit-input-placeholder {
    color: #c8c8c8;
}

.header > .content {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    justify-content: space-between;
}

.header > .content > .middle div.active a {
    color: #43D9A7;
}

.header > .content > .middle div.active:after {
    content: '';
    position: relative;
    top: 15px;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #43D9A7;
    margin: 0 auto;
}

.header > .content > .left {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.header > .content > .left > img {
    padding-right: 10px;
    vertical-align: middle;
    width: 40px;
    height: 36px;
}

.header > .content > .middle {

}

.header > .content > .middle .search {
    margin-right: 0;
    margin-left: 50px;
}

.header > .content > .middle > div {
    display: inline-block;
    margin-right: 40px;
    background-color: #FFFFFF;
}

.header > .content > .middle > .search > input {
    border-radius: 21px;
    outline: none;
    width: 160px;
    height: 32px;
    border: 1px solid #DCDCDC;
    padding-left: 40px;
    font-size: 14px;
}

.header > .content > .middle > .search > img {
    position: relative;
    left: 45px;
    color: #646464;
    bottom: -3px;
    width: 16px;
    height: 16px;
}

.header > .content > .right {
    text-align: center;
}

.header > .content > .right > .userinfo {
    width: 70px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.header > .content > .right > .userinfo > .triangle {
    position: absolute;
    top: 41px;
    display: none;
    z-index: 3;
}

.header > .content > .right > .userinfo > .head_img {
    display: flex;
    display: -webkit-flex;
    height: 55px;
    align-items: center;
}

.header > .content > .right > .userinfo > .head_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.header > .content > .right > .userinfo > .user_list {
    position: absolute;
    z-index: 2;
    font-size: 15px;
    background-color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    text-align: left;
    margin-top: 55px;
    width: 250px;
    display: none;
}

.header > .content > .right > .userinfo > .user_list > .user {
    display: flex;
    display: -webkit-flex;
}

.header > .content > .right > .userinfo > .user_list > div {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
}

.header > .content > .right > .userinfo > .user_list > div:last-child {
    border-bottom: none;
}

.header > .content > .right > .userinfo > .user_list > .user > .right {
    margin-left: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
}

.header > .content > .right > .userinfo > .user_list > .user > .left {
    display: flex;
    display: -webkit-flex;
}

.header > .content > .right > .userinfo > .user_list > .user > .right > .top .username {
    font-size: 18px;
    font-weight: 600;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .user > .right > .bottom .class, #gard,#gard2 {
    opacity: 1;
    background: #ffffff;
    border: 1px solid #38daa6;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #38daa6;
    padding: 1px 10px;
    cursor: pointer;
}

.vip {
    opacity: 1;
    background: linear-gradient(#f14c2f 0%, #fd9870 100%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
    padding-left: 7px;
    padding-right: 10px;
}
.svip {
    opacity: 1;
    background: #FF1C12;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
    padding-left: 7px;
    padding-right: 10px;
}

.header > .content > .right > .userinfo > .user_list > .count {
    display: flex;
    display: -webkit-flex;
    text-align: center;
}

.header > .content > .right > .userinfo > .user_list > .count .item {
    width: 25%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .count .item > .num {
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header > .content > .right > .userinfo > .user_list > .count .item > .title {
    color: #898989;
}

.header > .content > .right > .userinfo > .user_list > .user > .left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.header > .content > .right > .userinfo > .user_list > .course > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
}

.header > .content > .right > .userinfo > .user_list > .course > .bottom {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .course > .bottom .item {
    width: 17%;
    margin-right: 25px;
}

.header > .content > .right > .userinfo > .user_list > .course > .bottom .item > .title {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.header > .content > .right > .userinfo > .user_list > .learn > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom > .item {
    width: 48%;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin-bottom: 5px;
    padding: 5px 0;
}

.header > .content > .right > .userinfo > .user_list > .learn > .bottom > .item > a {
    color: #646464;
}

.header > .content > .right > .userinfo > .user_list > .other > .top {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
}

.header > .content > .right > .userinfo > .user_list > .other > .bottom {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
}

.header > .content > .right > .userinfo > .user_list > .other > .bottom > .item {
    width: 48%;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin-bottom: 5px;
    padding: 5px 0;
}

.header > .content > .right > .userinfo > .user_list > .logout > .item {
    text-align: center;
}

.header > .content > .right > .userinfo > .user_list > .logout > .item > span {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    line-height: 22px;
}

/**
图文列表 通用
 */
.content_v2 {
    margin: 0 auto;
    width: 1200px;
}

.image_text_list {

}

.image_text_list > .title {
    display: -webkit-flex;
    display: flex;
    height: 70px;
    justify-content: space-between;
}

.image_text_list > .title > .left {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.image_text_list > .title > .left > .title {
    color: #323232;
    font-size: 26px;
    margin-right: 30px;
}

.image_text_list > .title .explain {
    color: #646464;
    font-size: 16px;
}

.image_text_list > .title > .right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.image_text_list > .title > .right > i {
    margin-left: 10px;
}

.image_text_list > .condition {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 70px;
    margin-bottom: 20px;
}

.image_text_list > .condition > .left {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #969696;
}

.image_text_list > .condition > .right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image_text_list > .condition > .right > .item {
    min-height: 40px;
    background-color: #FFFFFF;
    color: #323232;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
    text-align: center;
    margin: 5px 15px 5px 0;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    padding: 0 25px;

}

.image_text_list > .condition > .right > .item:last-child {
    margin-right: 0;
}

.image_text_list > .condition > .right > .item.active {
    background-color: #38DAA6;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}

.image_text_list > .list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.image_text_list > .list .item {
    width: 285px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    margin-bottom: 20px;
}

.image_text_list > .list a {
    margin-right: 20px;
    color: #969696;
}

.image_text_list > .list a:nth-of-type(4n) {
    margin-right: 0;
}

.image_text_list > .list .item hr {
    background-color: #F7F7F7;
    width: 90%;
    height: 1px;
    border: none;
    margin: 0 auto;
}

.image_text_list > .list .item > .middle {
    height: 87px;
    box-sizing: border-box;
    padding: 10px;

}

.image_text_list > .list .item > .middle > .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    text-align: center;
}

.image_text_list > .list .item > .middle > .default {
    margin-top: 25px;
    overflow: hidden;
}
.image_text_list > .list .item > .middle > .default > img.ismaterial_img {
    vertical-align: middle;
    height: 13px;
    margin-right: 10px;
}
.image_text_list > .list .item > .middle > .default > .ismaterial_text {
    color: #38E1AB;
}

.image_text_list > .list .item > .middle > .default > .content {

}

.image_text_list > .list .item > .middle > .default > .content > img {
    vertical-align: middle;
    margin-right: 10px;
}

.image_text_list > .list .item > .middle > .default > .content > span {
    vertical-align: middle;
}

.image_text_list > .list .item > .middle > .default .default {
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    margin-right: 20px;
}

.image_text_list > .list .item > .middle > .default .in_live {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #38daa6;
}


.image_text_list > .list .item > .top {
    height: 158px;
}

.image_text_list > .list .item > .top > .vip {
    width: 30px;
    height: 24px;
    opacity: 1;
    background: linear-gradient(#d6b167 0%, #f8d19b 100%);
    border-radius: 5px;
    color: #8A5E13;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    padding-left: 5px;
}

.image_text_list > .list .item > .top > .img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image_text_list > .list .item > .bottom {
    box-sizing: border-box;
    padding: 10px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
}

.image_text_list > .list .item > .bottom > .left {
    overflow: hidden;
}

.image_text_list > .list .item > .bottom img {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.image_text_list > .list .item > .bottom > .right .free {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #38daa6;
}

.image_text_list > .list .item > .bottom > .right .password {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #2b7bff;
}

.image_text_list > .list .item > .bottom > .right .seckill {
    display: inline-block;
    background: #ff6123;
    border-radius: 10px;
    width: 50px;
    text-align: center;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
}

.image_text_list > .list .item > .bottom > .right .money {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fc212c;
}

@media screen and (max-width: 1425px) {
    .header > .content > .right > .userinfo > .user_list{
        right: 0;
    }
}