.section-options .tile-half{
    grid-column:span 2;
}

.section-options .tile-discount .tile-content{
    width: auto;
    max-width: 500px;
}


@media only screen and (max-width: 734px){
	.section-options .tile-discount .tile-content{
		width: 340px;
		max-width: initial;
	}
}

.section-options sup{
	position: relative;
	top: 10px;
}


/*Fix haven't change v*/
.section.section-models .tile-price {
    font-weight: 600;
    margin: 30px auto
}

@media only screen and (max-width: 1068px) {
    .section.section-models .tile-price {
        margin:14px auto 30px
    }
}

@media only screen and (max-width: 734px) {
    .section.section-models .tile-price {
        margin-bottom:20px
    }
}


.section-options .tile-watchos8 {
    margin-bottom: 0;
}

@media only screen and (max-width: 1068px) {
    .section-options .tile-watchos8 {
        width:100%;
        margin-bottom: 0;
        min-height: 445px
    }
}

@media only screen and (max-width: 734px) {
    .section-options .tile-watchos8 {
        margin-bottom: 0
    }
}


/*fix trade in*/
.section-options .tile-half{
    width: 100%;
}

/*fix small screen buystrip*/
@media only screen and (max-width: 734px) {
    .section-buystrip .buystrip-item-content{
        max-width: auto;
    }
}


/*fix health app padding*/
.section-app-tiles .section-content .tile-half{
    grid-column: span 2;
}

/*fix compare*/

.tile-three-rings{
    margin-top: 0.78em;
}

/* unity legal 20230113 */
.section-hero .download-face .requires-caption {
    width: 500px;
}

@media only screen and (max-width: 1068px) {
    .section-hero .download-face .requires-caption {
        width: 500px;
    }
    .section-hero .download-face .button {
        width: 243px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .download-face .requires-caption {
        width: 277px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-hero .download-face .button {
        width: 243px;
    }
}


/*Music Start*/
.tile-apple-music.tile-block {
    margin-top: 0px;
}
/*Music End*/

/* Black Unity 小屏边距*/
@media only screen and (max-width:734px){
    .section-black-unity .copy-download {
        padding: 0 20px;
    }
}



/** 2024/8/29**/
@media only screen and (min-width:1069px){
    #modal-content-safety .feature-card-modal-tile.tile-horizontal-layout .card-viewport-content .feature-card-modal-copyblock{
        width: 345px;
    }
}

/** 2024/8/29**/