.mui-input-group .mui-input-row{
    height: 73px
}
.mui-radio input.check-radio[type='radio']{
    top:22px
}
#top_img{
    height: auto;
    width: 100%;
}
.old_price{
    text-decoration: line-through
}
.small_text{
    font-size: 12px;
    color: #666
}
.red-link{
    color: #fd2c2a
}
.em-mui-bar-btn-two.mui-bar .mui-btn-block{
    font-size:16px
}
.gjx-btn-box{
    display:block
}
.gjx-btn-box.em-mui-bar-btn-two.mui-bar-tab .mui-tab-item:nth-of-type(2){
    font-size: 16px;
    width: 130px
}
.gjx-btn-box.em-mui-bar-btn-two.mui-bar-tab .mui-tab-item:nth-of-type(1){
    width: calc(100vw - 130px);
    color: #333;
    font-size:16px;
    padding-left:20px;
    text-align: left;
}
.gjx-success_content{
    height: calc(100vh);
    background: white
}
.gjx-success_content .mui-table-view-cell:after{
    display: none    
}
.gjx-success_content .mui-table-view:after{
    display: none
}
.download-text{
    margin-bottom: 22px
}
.download_line{
    width: 23%;
    height: 1px;
    margin-top: 18px;
    display: inline-block;
    background: linear-gradient(90deg,rgba(102,102,102,1),rgba(255,255,255,1))
}
.line-left{
    background: linear-gradient(90deg,rgba(255,255,255,1),rgba(102,102,102,1))
}
.text_box{
    width: 54%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 0 12px;
    font-size: 13px;
    line-height: 18px;
    color: #666
}
.download-btn{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #fa4747;
    line-height: 44px;
    color: white;
    font-size: 18px;
    border-radius: 8px; 
    cursor: pointer;
    display: block;
}
.loading{
    background: rgba(0,0,0,0.5);
    position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    display: none
}
.loading .loading-test{
    width: 100px;
    background: #fff;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -50px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
}