@charset 'utf-8';

/*figure overclocking ryzen*/


/*figure 留空間*/
@media screen and (max-width: 950px) {    
#hd .intelligent-overclocking .card-deck.of-2 .card-item {
  width: 100%;
}
}




#hd .figure-overclocking{
    position: relative;
    margin: 30px 30px 50px 10px;
}
#hd .figure-overclocking.ryzen .tracing{
    opacity: 0;
}
#hd .figure-overclocking.ryzen{
    font-family: "DINPro", "Roboto", "Arial", sans-serif;
}
#hd .figure-overclocking.ryzen .name{
    font-size: 2em;
    width: 29%;
    height: 60%;
    left: 0;
    top: 40%; /*20220921*/
    line-height: 1em;
    position: absolute;
    text-align: right;
    transition: all 1s;
    opacity: 0;
    transform: translateX(-20%);
}
#hd .figure-overclocking.ryzen .circle{
    font-size: 1.1em;
    width: 15%;
    height: 31.5%;
    left: 35%;
    top: 34%;
    line-height: 1em;
    position: absolute;
    text-align: center;
}
#hd .figure-overclocking.ryzen .circle:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../img/intelligent/figure/figure-circle.png) center no-repeat;
    background-size: cover;
    transition: all 3s;
}
#hd .figure-overclocking.ryzen .circle:after{
    width: 60%;
    height: 100%;
    left: -53%;
    top: 0%;
    display: block;
    content: '';
    position: absolute;
    background: url(../img/intelligent/figure/figure-puff.png) center no-repeat;
    background-size: cover;
    transition: all 2s;
    transform: translateX(0%);
    opacity: 0;
}
#hd .figure-overclocking.ryzen .circle .word{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hd .figure-overclocking.ryzen .circle span{
    display: block;
    border-bottom: 1px dashed #ff9e1b;
    width: 100%;
    padding: 2px 0;
    font-size: 15px;
}
#hd .figure-overclocking.ryzen .circle span:last-child{
    border-bottom: none;
}

#hd .figure-overclocking.ryzen .top-arrow{
    font-size: 1.1em;
    width: 50%;
    height: 32%;
    left: 39%;
    top: 0%;
    box-sizing: border-box;
    padding-top: 1.8%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/intelligent/figure/figure-top-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}
#hd .figure-overclocking.ryzen .bottom-arrow{
    font-size: 1.1em;
    width: 50%;
    height: 32%;
    left: 39%;
    top: 65%;
    box-sizing: border-box;
    padding-top: 11.5%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/intelligent/figure/figure-bottom-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}

#hd .figure-overclocking.ryzen .middle-arrow{
    font-size: 1.1em;
    left: 51%;
    top: 42%;
    width: 22%;
    height: 18%;
    box-sizing: border-box;
    padding-top: 2.3%;
    position: absolute;
    text-align: center;
    background: url(../img/intelligent/figure/figure-middle-arrow.png) center no-repeat;
    background-size: cover;
    transition: all 1.5s;
    transform: scaleX(0.9);
    transition-delay: 0.5s;
    transform-origin: left center;
    opacity: 0;
}
#hd .figure-overclocking.ryzen .info{
    left: 74%;
    top: 28%;
    width: 25%;
    height: 43%;
    position: absolute;
    border: 1px solid #ff9e1b;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1.5s;
    transition-delay: 1s;
    opacity: 0;
}
#hd .figure-overclocking.ryzen .info p{
    font-family: "DINPro", "Roboto", "Arial", sans-serif;
    color: #ff9e1b;
    margin: 0 0 8px 0;
    padding: 0 5px 0 10px;
}
#hd .figure-overclocking.ryzen .info ul{
    font-family: "DINPro", "Roboto", "Arial", sans-serif;
    list-style-type: disc;
    font-size: 1.2em;
    padding: 0 5px 0 25px;
    margin: 0;
}
#hd .figure-overclocking.ryzen .info ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
#hd .figure-overclocking.ryzen .info ul li a{
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    line-height: 1em;
    transition: all 0.2s;
}
#hd .figure-overclocking.ryzen .info ul li span:last-child{
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    border: 2px solid #ff9e1b;
    text-align: center;
    color: #ccc;
    line-height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0.8em;
    margin-left: 10px;
}
#hd .figure-overclocking.ryzen .info ul li a:hover{
    color: #ff9e1b;
}

/*animation*/
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .name{
    opacity: 1;
    transform: translateX(0%);
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .circle:before{
    transform: rotate(360deg);
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .circle:after{
    transform: translateX(0%);
    opacity: 1;
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .top-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .middle-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .bottom-arrow{
    opacity: 1;
    transform: scaleX(1);
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .info{
    opacity: 1;
}

@media screen and (min-width: 2500px) {    
#hd .figure-overclocking.ryzen{
    font-size: 0.8em;
}
}
@media screen and (max-width: 900px) {    
#hd .figure-overclocking.ryzen .name{
    font-size: 1.5em;
}
#hd .figure-overclocking.ryzen .circle{
    font-size: 0.9em;
}
}
@media screen and (max-width: 550px) {    
#hd .figure-overclocking.ryzen{
    transform: scale(1) translateX(-25%);
    margin-top: 50px;
}
#hd .figure-overclocking.ryzen br{
    display: none;
}
#hd .figure-overclocking.ryzen .name{
    width: 100%;
    height: auto;
    left: 30%;
    top: auto;
    bottom: 105%;
    text-align: left;
}
#hd .intelligent-overclocking.active .figure-overclocking.ryzen .name{
    left: 30%;
}
#hd .figure-overclocking.ryzen .info{
    width: 45%;
}
#hd .figure-overclocking.ryzen .top-arrow {
    font-size: 0.8em;
}
#hd .figure-overclocking.ryzen .bottom-arrow {
    font-size: 0.8em;
}
#hd .figure-overclocking.ryzen .middle-arrow {
    font-size: 0.8em;
}
}

@media screen and (max-width: 420px) {    
#hd .figure-overclocking.ryzen .name{
    font-size: 1em;
}
#hd .figure-overclocking.ryzen .name br{
    display: none;
}
#hd .figure-overclocking.ryzen .circle{
    font-size: 0.7em;
}
#hd .figure-overclocking.ryzen .info p{
    margin-bottom: -3px;
    font-size: 0.7em;
}
#hd .figure-overclocking.ryzen .info ul{
    margin: 0;
    font-size: 0.7em;
}
#hd .figure-overclocking.ryzen .info ul li{
    margin-bottom: 0px;
}
#hd .figure-overclocking.ryzen .info ul li span:last-child{
    width: 10px;
    height: 10px;
    border: 1px solid #ff9e1b;
    line-height: 10px;
    font-size: 0.6em;
}
}




/*figure overclocking switcher*/

#hd .figure-overclocking.switcher .tracing{
    opacity: 0;
}
#hd .figure-overclocking.switcher{
    font-family: "DINPro", "Roboto", "Arial", sans-serif;
}
#hd .figure-overclocking.switcher .name{
    font-size: 1.6em;
    width: 29%;
    height: 60%;
    left: -20%;
    top: 40%;
    line-height: 1em;
    position: absolute;
    text-align: right;
    transition: opacity 2s , left 1s;
    opacity: 0;
}
#hd .figure-overclocking.switcher .circle{
    font-size: 1.1em;
    width: 15%;
    height: 31.5%;
    left: 35%;
    top: 34%;
    line-height: 1em;
    position: absolute;
    text-align: center;
}
#hd .figure-overclocking.switcher .circle:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    background: url(../img/intelligent/figure/figure-circle.png) center no-repeat;
    background-size: cover;
    transition: all 3s;
}
#hd .figure-overclocking.switcher .circle:after{
    width: 60%;
    height: 100%;
    left: -53%;
    top: 0%;
    display: block;
    content: '';
    position: absolute;
    background: url(../img/intelligent/figure/figure-puff.png) center no-repeat;
    background-size: cover;
    transition: all 2s;
    transform: translateX(0%);
    opacity: 0;
}
#hd .figure-overclocking.switcher .circle .word{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#hd .figure-overclocking.switcher .circle span{
    display: block;
    border-bottom: 1px dashed #ff9e1b;
    width: 100%;
    padding: 2px 0;
}
#hd .figure-overclocking.switcher .circle span:last-child{
    border-bottom: none;
}

#hd .figure-overclocking.switcher .top-arrow{
    font-size: 1.1em;
    width: 61%;
    height: 32%;
    left: 29%;
    top: 0%;
    box-sizing: border-box;
    padding-top: 1.8%;
    position: absolute;
    background: url(../img/intelligent/figure/figure-top-arrow2.png) left center no-repeat;
    background-size: auto 100%;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 0.5s;
    opacity: 0;
    line-height: 1.2em;
}
#hd .figure-overclocking.switcher .top-arrow .t1{
    position: absolute;
    left: 20%;
    top: 15%;
}
#hd .figure-overclocking.switcher .top-arrow .t2{
    position: absolute;
    left: 20%;
    top: 35%;
    font-size: 0.8em;
    font-family: "Roboto", "Arial", sans-serif;
}
#hd .figure-overclocking.switcher .top-arrow .t2 span{
    color: #ff9e1b;
}
#hd .figure-overclocking.switcher .top-arrow .t3{
    position: absolute;
    left: 60%;
    top: 5%;
    font-size: 1.3em;
    text-align: left;
    line-height: 1em;
}
#hd .figure-overclocking.switcher .bottom-arrow{
    font-size: 1.1em;
    width: 61%;
    height: 32%;
    left: 29%;
    top: 65%;
    box-sizing: border-box;
    padding-top: 11.5%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: url(../img/intelligent/figure/figure-bottom-arrow2.png) left center no-repeat;
    background-size: auto 100%;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 0.5s;
    opacity: 0;
}
#hd .figure-overclocking.switcher .bottom-arrow .t1{
    position: absolute;
    left: 20%;
    top: 65%;
}
#hd .figure-overclocking.switcher .bottom-arrow .t2{
    position: absolute;
    left: 20%;
    top: 85%;
    font-size: 0.8em;
    font-family: "Roboto", "Arial", sans-serif;
}
#hd .figure-overclocking.switcher .bottom-arrow .t2 span{
    color: #ff9e1b;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3{
    position: absolute;
    left: 60%;
    top: 57%;
    font-size: 1.3em;
    text-align: left;
    line-height: 1em;
}

#hd .figure-overclocking.switcher .middle-text{
    left: 45%;
    top: 24%;
    width: 47%;
    height: 52%;
    box-sizing: border-box;
    position: absolute;
    background-size: cover;
    transition: opacity 1.5s, left 1.5s;
    transition-delay: 1s;
    opacity: 0;
    display: flex;
    align-items: center;
}
#hd .figure-overclocking.switcher .middle-text p:first-child{
    color: #ff9e1b;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-family: "DINPro", "Roboto", "Arial", sans-serif;
}
#hd .figure-overclocking.switcher .middle-text p:last-child{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.2em;
    font-family: "Roboto", "Arial", sans-serif;
}

/*animation*/
#hd .intelligent-overclocking.active .figure-overclocking.switcher .name{
    opacity: 1;
    left: 0;
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .circle:before{
    transform: rotate(360deg);
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .circle:after{
    transform: translateX(0%);
    opacity: 1;
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .top-arrow{
    opacity: 1;
    left: 39%;
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .middle-text{
    opacity: 1;
    left: 55%;
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .bottom-arrow{
    opacity: 1;
    left: 39%;
}
@media screen and (min-width: 2500px) {    
#hd .figure-overclocking.switcher{
    font-size: 0.8em;
}
}

@media screen and (max-width: 1200px) {    
#hd .figure-overclocking.switcher .top-arrow .t3{
    font-size: 0.9em;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3{
    font-size: 0.9em;
}
}


@media screen and (max-width: 1023px) {    
#hd .figure-overclocking.switcher .name{
    font-size: 1em;
}
#hd .figure-overclocking.switcher .circle{
    font-size: 0.8em;
}
#hd .figure-overclocking.switcher .top-arrow .t3{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .middle-text{
    font-size: 0.7em;
}
}
@media screen and (max-width: 550px) {    
#hd .figure-overclocking.switcher{
    transform: scale(1) translateX(-30%);
    margin-top: 50px;
}
#hd .figure-overclocking.switcher .top-arrow{
    width: 95%;
}
#hd .figure-overclocking.switcher .bottom-arrow{
    width: 95%;
}
#hd .figure-overclocking.switcher .middle-text{
    width: 80%;
}
#hd .figure-overclocking.switcher .name{
    width: 100%;
    height: auto;
    left: 30%;
    top: auto;
    bottom: 105%;
    text-align: left;
}
#hd .intelligent-overclocking.active .figure-overclocking.switcher .name{
    left: 30%;
}
#hd .figure-overclocking.switcher .top-arrow .t1{
    left: 8%;
}
#hd .figure-overclocking.switcher .top-arrow .t2{
    left: 8%;
}
#hd .figure-overclocking.switcher .top-arrow .t3{
    left: 43%;
}
#hd .figure-overclocking.switcher .bottom-arrow .t1{
    left: 8%;
}
#hd .figure-overclocking.switcher .bottom-arrow .t2{
    left: 8%;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3{
    left: 43%;
}
}

@media screen and (max-width: 420px) {    
#hd .figure-overclocking.switcher .name{
    font-size: 1em;
}
#hd .figure-overclocking.switcher .name br{
    display: none;
}
#hd .figure-overclocking.switcher .circle{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .top-arrow .t1{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .top-arrow .t2{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .top-arrow .t3{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .top-arrow .t3 br{
    display: none;
}
#hd .figure-overclocking.switcher .bottom-arrow .t1{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .bottom-arrow .t2{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3{
    font-size: 0.7em;
}
#hd .figure-overclocking.switcher .bottom-arrow .t3 br{
    display: none;
}
#hd .figure-overclocking.switcher .middle-text{
    font-size: 0.7em;
}
}

