
.appinfo {
    width: 770px;
    margin-left: 10px;
}

.appinfo .icon {
    width: 104px;
    height: 104px;
    border-radius: 10px;
    margin-right: 20px;
}

.appinfo h1 {
    font-size: 20px;
    color: #333333;
}

.appinfo-des {
    height: 104px;
}

.appinfo-des img {
    height: 14px;
    width: 13px;
    margin-right: 5px;
}

.appinfo-des h5 {
    font-size: 14px;
    color: #666666;
}

.appinfo-des span {
    color: #25B47E;
}


.download-info {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.download-info h3 {
    font-size: 20px;
}

.download-info span {
    color: #666666;
    font-size: 14px;
}

.border-btn {
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    padding: 0 18px;
    color: #333333;
}
.border-btn .raido-group [type="radio"] {
    background-color: #FFDF00;
}



.download-btn span {
    color: #FFFFFF;
    font-size: 20px;
}

.img-show {
    overflow-x: scroll;
    margin-top: 30px;
    /*display: grid;*/
    /*  声明列的宽度  */
    /*grid-template-columns: repeat(5, 142px);*/
    /*  声明行间距和列间距  */
    /*grid-gap: 15px;*/
}

.img-show img {
    height: 254px;
    margin-right: 10px;
    border-radius: 10px;
    border:  1px solid #dedede;
    /*object-fit:contain;*/
}
/*.app-info .next-on{*/
/*    margin-bottom: 0px !important;*/
/*}*/
/*.app-info .next-down{*/
/*    margin-bottom: 0px !important;*/
/*}*/

.appinfo .tag-list {
    margin: 30px 0 0 0;
}

/*details*/
.app-details, .app-reviews, .app-versions, .app-infos {
    margin-top: 20px;
}

.appinfo .card {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #666666;
    font-size: 12px;
    margin-bottom: 20px;
}

.appinfo .card h3 {
    margin-bottom: 10px;
}
.app-details h3 {
    font-size: 20px;
    color: #333333;
}

.des-info span {
    color: #666666;
    font-size: 12px;
}

.app-details h3 {
    margin: 0;
}

.app-details .app-list a {
    padding: 10px 20px 0px 0;
}

/*reviews*/
.app-reviews h2 {
    font-size: 50px;
    color: #333333;
}

.app-reviews .score-cls {
    margin: 30px 0 0 30px;
}

.app-reviews .progress-cls {
    width: 200px;
    margin: 30px 0 0 80px;
}

.progress-cls .progress-bar {
    background-color: #0CCCA5;
}

.progress-cls .progress {
    --bs-progress-height: 10px;
}

.progress-cls span {
    color: #666666;
    font-size: 12px;
    text-align: center;
    width: 24px;
}

.user-comment {
    display: grid;
    /*  声明列的宽度  */
    grid-template-columns: repeat(1, 770px);
    /*  声明行间距和列间距  */
    grid-gap: 30px;
    /*  声明行的高度  */
    /*grid-template-rows: 100px 200px;*/
}

.user-comment img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-comment .c-info {
    margin-top: 10px;
    max-width: 770px;
}

.app-versions h3 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.app-versions h2 {
    font-size: 20px;
    color: #333333;
}
.app-versions span{
    font-size: 12px;
    color: #666666;
}

.app-versions img {
    margin-right: 20px;
    height: 64px;
    width: 64px;
    border-radius: 10px;
}

.app-versions .download-btn{
    height: 40px;
    background: #0CCCA5;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 18px;
    margin-bottom: 50px;
    min-width:68px;
}
.app-versions .version-item{
    padding: 20px;
}

.app-infos img{
    height: 43px;
    width: 38px;
    margin-right: 20px;
}
.app-infos h3{
    font-size: 16px;
    color: #25B47E;
}
.app-infos .card{
    margin-top: 20px;
}


.raido-group {
    display: flex;
    pointer-events: none;
}

.raido-group [type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0l1.693 3.67 4.013.476L8.74 6.89l.788 3.964L6 8.88l-3.527 1.974.788-3.964L.294 4.146l4.013-.476L6 0z' fill='%23F67600'/%3E%3C/svg%3E");
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #000000;
    margin: 0;
    transition: .2s;
}

[type="radio"]:checked ~ [type="radio"] {
    background-color: #E8EAED;
}

.raido-group:hover [type="radio"] {
    background-color: #000000;
}

[type="radio"]:hover ~ [type="radio"] {
    background-color: #E8EAED;
}

/* 半心 */
.rate-half [type="radio"] {
    width: 10px;
}

.rate-half [type="radio"]:nth-child(odd) {
    -webkit-mask-position: left;
}

.rate-half [type="radio"]:nth-child(even) {
    -webkit-mask-position: right;
}

.user-comment .raido-group [type="radio"] {
    width: 8px;
    height: 8px;
    -webkit-mask-size: 8px;
}

.user-comment .rate-half [type="radio"] {
    width: 4px;
}
.miniqr{
	margin:20px 20px 0 310px;
	height: 150px;
 	border-radius: 10px;
}
.minibox{
	display:none;
}