
.account_main{
    padding-top: 84px;
}
.account_main .account_head{
    margin-bottom: 117px;
}
.account_main .account_head>.flex{
    justify-content: space-between;
}
.account_main .account_head .left{
    width: 21.5%;
    padding: 62px 35px 50px;
    background-color: #f7f8f9;
}
.account_main .account_head .middle{
    width: 36.3%;
    padding: 54px 40px;
    background-color: #f7f8f9;
}
.account_main .account_head .right{
    width: 37.1%;
}
.account_main .account_head .left div.img{
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
}
.account_main .account_head .left div.img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.account_main .account_head h1{
    font-size: 30px;
    padding-bottom: 34px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c99f;
}
.account_main .account_head .left li a{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    color: #666666;
}
.account_main .account_head .left li a:hover{
    color: var(--theme_color);
}
.account_main .account_head .left li.address a:before{
    background-image: url('../img/address2.svg');
    background-size: 90%;
}
.account_main .account_head .left li.message a:before{
    background-image: url('../img/messsage.svg');
    background-size: 90%;
}
.account_main .account_head .left li a:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 16px;
    background: url('../img/setting.svg') no-repeat center/contain;
}
.account_main .account_head .left .logout{
    background-color: transparent;
    width: 100%;
    text-align: center;
    border: 2px solid #bbbbbb80;
    margin-top: 0.8rem;
    padding-left: 0;
    padding-right: 0;
}
.account_main .account_head .left .logout:after{
    background-color: transparent;
}
.account_main .account_head .left .logout:hover{
    border-color: var(--theme_color);
}
.account_main h2{
    font-size: 32px;
}
.account_main .middle h2{
    padding-bottom: 24px;
    border-bottom: 1px solid #c9c9c99f;
    margin-bottom: 53px;
}
.account_head .middle ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px 90px;
}
.account_head .middle ul li{
    text-align: center;
}
.account_head .middle ul li:nth-of-type(2) .img{
    width: 60px;
}
.account_head .middle ul li .img{
    width: 53px;
    height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.account_head .middle ul img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   transition: all 0.3s;
}
.account_head .middle ul li p{
    font-size: 18px;
    color: #666666;
}
.account_head .middle ul li:hover .img img{
    transform: translateY(-5px);
}
.account_head .right li{
    aspect-ratio: 592/246;
    width: 100%;
    position: relative;
}
.account_head .right li + li{
    margin-top: 30px;
}
.account_head .right li a{
    display: block;
    width: 100%;
    height: 100%;
}
.account_head .right li .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
}
.account_head .right li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.account_head .right li div:not(.img){
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}
.account_head .right li:hover .img img{
    transform: scale(1.1);
}
.account_head .right li div:not(.img) strong{
    display: block;
    font-size: 30px;
    margin-bottom: 18px;
}
.account_head .right li div:not(.img) span{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    display: flex;
    align-items: center;
}
.account_head .right li div:not(.img) span:after{
    content: "";
    width: 15px;
    height: 11px;
    opacity: 0.7;
    margin-left: 5px;
    display: inline-block;
    background: url('../img/jiantou-right-w.svg') no-repeat center/contain;
}
.more_text{
    font-size: 18px;
    color: var(--theme_color);
    display: flex;
    align-items: center;
}
.more_text:hover:after{
    transform: translateX(4px);
}
.more_text:after{
    content: "";
    transition: all 0.3s;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    background: url('../img/jiantou-right.svg') no-repeat center/contain;
    display: inline-block;
}

.latest_order>.flex{
    margin-bottom: 40px;
}
.latest_order .main{
    padding: 30px 45px;
    background-color: #f7f8f9;
}
.latest_order .order-head{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
}
.latest_order .order-head strong{
    font-size: 24px;
    font-weight: 500;
    color: var(--theme_color);
}
.latest_order .order-head span{
    font-size: 18px;
    color: #333333;
}

.latest_order .order-head .button_more{
    margin-left: 30px;
    background-color: var(--theme_color);
    border-color: var(--theme_color);
    color: white;
    font-size: 16px;
    padding: 15px 20px;
}
.latest_order .order-head .button_more:hover{
    filter: brightness(120%);
}

.latest_order .order-main .img{
    width: 8%;
    aspect-ratio: 1/1;
    margin-right: 2.8%;
}
.latest_order .order-main .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_order .order-main .img.sample{
    position: relative;
}
.latest_order .order-main .img.sample:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: url('../img/test2.svg') no-repeat center/cover; */
}
.latest_order .order-main li{
    padding: 23px 0 30px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dbdbdb;
}

.latest_order .order-main .infos{
    width: 65.7%;
}
.latest_order .order-main .infos strong{
    font-size: 20px;
    display: block;
    margin-bottom: 16px;

}
.latest_order .order-main .infos span{
    color: #898989;
    margin-bottom: 16px;
    display: inline-block;
}
.latest_order .order-main .infos p.price{
    color: var(--theme_color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.latest_order .order-main .infos span.discount{
    padding: 7px 9px;
    background-color: #ecedf2;
    color: #0c1b54;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: max-content;
}
.latest_order .order-main .infos span.discount:before{
    content: "";
    width: 14px;
    height: 16px;
    margin-right: 5px;
    background: url('../img/tag.svg') no-repeat center/contain;
    display: inline-block;
}
.latest_order .order-main .qty{
    width: 11.6%;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding-top: 30px;
    font-family: 'Montserrat', sans-serif;
}
.latest_order .order-main .subtotal{
    width: 11.6%;
    color: var(--theme_color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding-top: 30px;
    text-align: right;

}
.home_product .content{
    max-width: 1595px;
}
.home_product .head h2{
    font-size: 32px;
}
.home_product .head{
    margin-bottom: 55px;
}