/*  */
body{
    background-color: #efeffe;
}
#navbar{
    line-height: 46px;
}
#navbarSupportedContent .nav-item{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
}
.vipbox{
    color: #ffc38e;
    background-color: #4b4b4b;
    padding: 6px 6px;
    border-radius: 6px;
}
.vipbox svg{
    margin-bottom: 4px;
}
#icon_usrinfo{
    background-color: transparent;
    border: none;
    margin-top: 12px;
}
#icon_usrinfo span{
    background-image: url(./images/个人中心图标.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 16px;

}
#usinfo_dropdown{
    position: absolute;
    right: -20px;
    top: 70px;
    width: 200px;
    background-color: #ffffff;
    border: 2px solid #dedede;
    border-radius: 10px;
    padding: 10px;
    display: none;
    text-align: left;
    list-style-type: none;
}
#usinfo_dropdown li a{
    font-size: 16px;
    color: #6f6f6f;
    display: block;
}
#usinfo_dropdown li a:hover{
    border: none;
    text-decoration: none;
}
#usinfo_dropdown .bottomline{
    border-bottom: 2px dashed #dcdcdc;
}
.yjtspan{
    background-image: url(./images/yjt.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
    display: inline-block;
    margin-left: 60px;
}

/* login.html */
#loginbox,#indexbox{
    margin-top: 100px;
    margin-bottom: 30px;
    border: 4px solid #6b4a91;
    border-radius: 40px;
    background-image: url(./images/插画.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: center;
}
#myTabContent{
    padding: 60px 40px;
}
#myTabContent .form-control{
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0px;
    border-bottom: 2px solid #ced4da;
}
#myTabContent .textlogin{
    color: #2d1351;
}
#myTabContent .textjieshao{
    font-size: 14px;
}
#myTabContent .form-label{
    font-size: 24px;
    color: #6f6f6f;
}
#myTabContent input:focus,#loadMoreBtn:focus{
    outline: none;
    box-shadow: none;
}
#myTabContent .password-div, #myTabContent .password1-div{
    position: relative;
}
#myTabContent .bi-eye, #myTabContent .bi-eye-slash, #myTabContent .bi-eye1, #myTabContent .bi-eye-slash1{
    position: absolute;
    right: 0px;
    bottom: 10px;
}
#myTabContent .bi-eye,#myTabContent .bi-eye1{ display: none; }
/*  */
#myTabContent .regbtn,#myTabContent .logbtn{
    background-color: #aa97d5;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    border-radius: 10px;
}

/* index.html */
#indexbox{
    min-height: 600px;
    padding: 20px;
    background: none; 
}
#imgitem{
    margin-bottom: 20px;
}
#loadMoreBtn{
    color: #2d1351;
    border: 2px solid #aa97d5;
}
#imgitem .imgdiv{
    padding: 10px;
}
.clothesimg{
    height: 167px;
}
/* tryonclothes.html */
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
#fittingbox{
    min-height: 600px;
    margin-top: 100px;
    margin-bottom: 30px;

}
#fittingbox .textclot{
    color: #2d1351;
}
#imgbox{
    height: 300px;
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    /* 虚线边框 */
    border: 2px dashed #dedede;
    border-radius: 10px;
}
#imgbox img{
    height: 100%;
}
#fittingbox .coltimglist{
    border-radius: 10px;
    width: 210px;
    height: 240px;
}
#fittingbox .modellist{
    padding: 10px;
}
#fittingbox .activecolt{
    border: 2px solid #aa97d5;
    border-radius: 10px;
}
#clotdivbox{
    min-height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#clotdivbox .col-12{
    margin-bottom: 40px;
}
#resultbox{
    /*  */
    min-height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 4px solid #6b4a91;
    border-radius: 40px;
    text-align: center;
    padding: 20px 20px;
}
#timerimg2{
    margin-top: 50%;
}
#resultimg{
    display: none;
}
#timerimg{
    margin: 45% 0px;
    background-image: url('path/to/your/gif.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#btnTtryon,#btnreptry,#btn_download{
    background-color: #6b4a91;
    color: #ffffff;
    height: 50px;
    font-weight: 800;
    font-size: 20px;
    border: none;
    border-radius: 10px;

}
#btnTtryon:focus,#btnreptry:focus,#btn_download:focus{
    outline: none;
    box-shadow: none;
}
#btnreptry,#btn_download{
    display: none;
}
/*  */
#uploadbox{
    min-height: 600px;
    margin-top: 100px;
    margin-bottom: 30px;
    border-radius: 40px;
    background-image: url(./images/底板.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 40px;
}
#uploadbox .right-top {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 400px;
    height: 400px;
    background-image: url(./images/插图.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.textupload{
    margin-bottom: 30px;
}
.custom-file{height: 300px;}
.custom-file-label{
    height: 300px;
    font-size: 30px;
    text-align: center;
    color: #aa97d5;
}
.custom-file-label::after{
    display: none;
}
.custom-file-label img{
    height: 140px;
    margin-top: 5%;
}
#submitbtnclot{
    margin: 20px 0px;
    background-color: #6b4a91;
    color: #ffffff;
}
#buypackbox{
    min-height: 800px;
}
/*  */
#trylogsbox,#myclotsbox,#buypackbox,#paybox,#mymodelbox {
    margin-top: 100px;
    margin-bottom: 30px;
    border: 4px solid #6b4a91;
    border-radius: 40px;
    padding: 40px 20px 20px;
}
#trylogsbox button{
    margin-top: 10px;
}
#trylogsbox .pagination{
    margin: 40px 0px 0px 0px;
}
.page-item.active .page-link,#buypackbox .scanqrbtn,#buypackbox .badge-primary {
    background-color: #6b4a91;
    border: none;
}
.modal-dialog{
    max-width: 600px;
}

/* 
    超小型  <576px  col-6
    小型    ≥576px  col-sm-4
    中等的  ≥768px  col-md-3
    大的    ≥992px  col-lg-2
    超大的  ≥1200px col-xl-2

    col-6 col-sm-4 col-md-3 col-lg-2 col-xl-2
 */
/* 超小屏幕设备 */
@media (max-width: 575.98px) { 
    #loginbox{
        background-size: 50%;
    background-position-x: right;
    background-position-y: top;
        /*background: none;*/
    }
    #myTabContent{
        padding: 40px 10px;
    }
    #indexbox{
        border: none;
        margin-top: 60px;
    }
    #imgitem .imgdiv{
        padding: 10px;
    }
    .clothesimg {
        height: 200px;
    }
    #myclotsbox .boximg {
        margin-bottom: 20px;
    }
    #uploadbox .right-top{
        display: none;
    }
    #mymodelbox img{
        margin-bottom: 20px;
    }
    
 }

/* 小屏幕设备 */
@media (min-width: 576px) and (max-width: 767.98px) { 
        
    #loginbox{
        background-size: 50%;
        background-position-x: right;
        background-position-y: top;
    }

    #uploadbox .right-top{
        display: none;
    }
    #myclotsbox .boximg {
        margin-bottom: 40px;
    }
    .custom-file-label img{
        margin-top: 16%;
    }
    #mymodelbox img{
        margin-bottom: 20px;
    }
    
 }

/* 中大等屏幕设备 */
@media (min-width: 768px) and (max-width: 1199.98px) { 
    .clothesimg {
        height: 200px;
    }
    #myclotsbox .boximg {
        margin-bottom: 40px;
    }
    #fittingbox .coltimglist{
        height: auto;
    }
    .custom-file-label img{
        margin-top: 10%;
    }
    #submitbtnclot{
        margin: 20px 0px;
    }
 }

/* 超大屏幕设备 */
@media (min-width: 1200px) { 
    .clothesimg {
        height: 300px;
    }
    #fittingbox .coltimglist{
        height: auto;
    }
    #myclotsbox .boximg {
        margin-bottom: 40px;
    }
    
 }
