@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/*
@font-face {
    font-family: 'Xolonium';
    src: url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ROGFont';
    src: url("../fonts/ROGFontsv1.5-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
*/

/* colors
hot pink : #ff0078;
*/

/*-overwrite-*/

/*
#overview, #gallery, #review, #support, #features, #wheretobuy {
    margin-top: 0px;
}
#product_content_area p {
    margin-bottom: inherit;
}
*/

#overview {
    margin-top: 0px;
}

#overview #sectionOverview {
    padding: 0px;
}
body.noscroll{
    overflow: hidden;
}
#hd p{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
    margin-bottom: inherit;
}
#hd ul{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    font-size: 16px;
}

.width-line-gray {
    background: none;
}



/*-----general-----*/

/*-----text-----*/
#hd section h2{
    color: #181818;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: bold;
}
#hd section .text p{
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 1em;
    color: #181818;
}
#hd #epyc-singlesocket .note{
    color: #888;
    text-align: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: -10px auto 25px auto;
    font-size: 1em;
}
@media screen and (max-width: 1440px) {    
#hd section .text h2{
    font-size: 1.6em;
}
#hd section .text p{
    font-size: 1em;
}
}
@media screen and (max-width: 768px) {    
#hd section .text h2{
    font-size: 1.3em;
}
#hd section .text p{
    font-size: 0.9em;
}
}
@media screen and (max-width: 400px) {    
#hd section .text h2{
    font-size: 1.1em;
}
#hd section .text p{
    font-size: 0.8em;
}
}

/*-----corner & background-----*/
#hd .gray{
    background: linear-gradient(to right, #d2d3d3 10%, #f9f9f9 50%, #d2d3d3 90%);
}
#hd .corner{
    overflow: hidden;
    height: 100%;
}
#hd .corner.top-left{
    border-radius: 200px 0 0 0;
}
#hd .corner.top-right{
    border-radius: 0 200px 0 0;
}
#hd .corner.bottom-right{
    border-radius: 0 0 200px 0;
}
#hd .corner.bottom-left{
    border-radius: 0 0 0 200px;
}
@media screen and (max-width: 1440px) {    
#hd .corner.top-left{
    border-radius: 100px 0 0 0;
}
#hd .corner.top-right{
    border-radius: 0 100px 0 0;
}
#hd .corner.bottom-right{
    border-radius: 0 0 100px 0;
}
#hd .corner.bottom-left{
    border-radius: 0 0 0 100px;
}
}
@media screen and (max-width: 768px) {    
#hd .corner.top-left{
    border-radius: 50px 0 0 0;
}
#hd .corner.top-right{
    border-radius: 0 50px 0 0;
}
#hd .corner.bottom-right{
    border-radius: 0 0 50px 0;
}
#hd .corner.bottom-left{
    border-radius: 0 0 0 50px;
}
}


/*-----tabs-----*/
#hd .default-tabs{
    max-width: 800px;
    margin: 50px auto 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}
#hd .default-tabs .tab{
    width: 50%;
    background: rgba(0,0,0,0.05);
    color: #191919;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    line-height: 1.3em;
    cursor: pointer;
    transition: all 0.3s;
}
#hd .default-tabs .tab:hover{
    background: rgba(0,0,0,0.1);
}
#hd .default-tabs .tab.active{
    background: #191919;
    color: #47caf1;
}

@media screen and (max-width: 768px) {    
#hd .default-tabs .tab{
    font-size: 0.9em;
}
}
@media screen and (max-width: 500px) {    
#hd .default-tabs .tab{
    padding: 10px;
    font-size: 0.8em;
}
}





/*-----hero-----*/

#hd #epyc-hero{
    background: #d2d3d3;
    overflow: hidden;
    position: relative;
}
#hd #epyc-hero .inner{
    max-width: 2500px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-hero .text{
    width: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    top: 10%;
}
#hd #epyc-hero .text p{
    width: 80%;
}
#hd #epyc-hero .corner{
    background: linear-gradient(#fff 0%, #9c9c9c 100%);
}
#hd #epyc-hero .image{
    margin: 18vh 0 10vh 50%;
    width: 40%;
}

@media screen and (max-width: 768px) {    
#hd #epyc-hero .image{
    margin: 8% 0 8% 56%;
}
#hd #epyc-hero .text{
    left: 5%;
    top: 10%;
}
#hd #epyc-hero .text p{
    width: 100%;
}
}

@media screen and (max-width: 600px) {    
#hd #epyc-hero .text{
    left: auto;
    top: auto;
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 40px 0 20px 0;
}
#hd #epyc-hero .image{
    margin: 0 auto 30px auto;
    width: 90%;
}
}


/*-----banner-----*/

#hd #epyc-banner{
    background: #d2d3d3;
    overflow: hidden;
    position: relative;
}
#hd #epyc-banner .mobile{
    display: none;
}
@media screen and (max-width: 768px) {    
#hd #epyc-banner .default{
    display: none;
}
#hd #epyc-banner .mobile{
    display: block;
}
}


/*-----sixnode-----*/

#hd #epyc-sixnode{
    overflow: hidden;
    position: relative;
}
#hd #epyc-sixnode .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    position: relative;
    box-sizing: border-box;
}
#hd #epyc-sixnode .text{
    text-align: center;
}

#hd #epyc-sixnode .list-wrapper{
    position: relative;
    margin-top: 50px;
}
#hd #epyc-sixnode .list-wrapper .preword{
    position: absolute;
    left: 20px;
    top: 40%;
    color: #191919;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
}
#hd #epyc-sixnode .list{
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}
#hd #epyc-sixnode .list .entry{
    width: 30%;
    box-sizing: border-box;
    border: 16px solid #333;
    padding: 0 3px;
    margin-bottom: 40px;
    text-align: center;
}
#hd #epyc-sixnode .list .entry h3{
    color: #191919;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
}
#hd #epyc-sixnode .list .entry p{
    color: #0068b7;
    font-size: 2em;
    font-weight: bold;
}
#hd #epyc-sixnode .list .entry p span{
    font-size: 2em;
}


#hd #epyc-sixnode .link{
    text-align: center;
}
#hd #epyc-sixnode .link a{
    color: #191919;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #191919;
    padding: 15px 30px;
    transition: all 0.3s;
}
#hd #epyc-sixnode .link a:hover{
    background-color: #191919;
    color: #eee;
}
#hd #epyc-sixnode .note{
    text-align: center;
    color: #555;
    margin-top: 50px;
}


@media screen and (max-width: 1400px) {    
#hd #epyc-sixnode .list-wrapper .preword{
    left: 0px;
}
#hd #epyc-sixnode .list{
    max-width: 900px;
}
}


@media screen and (max-width: 1200px) {    
#hd #epyc-sixnode .list{
    max-width: 700px;
}
#hd #epyc-sixnode .list .entry{
    width: 31%;
    border: 10px solid #333;
    margin-bottom: 20px;
}
#hd #epyc-sixnode .list .entry h3{
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 10px;
}
#hd #epyc-sixnode .list .entry p{
    font-size: 1.2em;
}
#hd #epyc-sixnode .link{
    margin-top: 20px;
}
#hd #epyc-sixnode .link a{
    font-size: 1.1em;
}
}
@media screen and (max-width: 1000px) {    
#hd #epyc-sixnode .list-wrapper .preword{
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin-bottom: 20px;
}
#hd #epyc-sixnode .list-wrapper .preword br{
    display: none;
}
}
@media screen and (max-width: 600px) {    
#hd #epyc-sixnode .inner{
    padding: 50px 20px;
}
#hd #epyc-sixnode .list .entry{
    width: 48%;
    border: 6px solid #333;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 400px) {    
#hd #epyc-sixnode .list .entry h3{
    font-size: 1em;
    margin-top: 10px;
}
#hd #epyc-sixnode .list .entry p{
    font-size: 1em;
}
}




/*-----performance-----*/

#hd #epyc-performance{
    padding: 100px 0;
}
#hd #epyc-performance .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
#hd #epyc-performance .text{
    text-align: center;
}

#hd #epyc-performance .list{
    margin: 50px auto 0 auto;
    display: flex;
}
#hd #epyc-performance .team{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0 2%;
}
#hd #epyc-performance .team .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
}
#hd #epyc-performance .team h4{
    color: #00b7ee;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}
#hd #epyc-performance .team p{
    color: #000;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: lighter;
}


#hd #epyc-performance .note{
    max-width: 1400px;
    margin: 50px auto 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
}
#hd #epyc-performance .note p{
    font-size: 0.9em;
    color: #000;
    font-weight: lighter;
}


@media screen and (max-width: 768px) {    
#hd #epyc-performance .team h4{
    font-size: 1.1em;
}
#hd #epyc-performance .team p{
    font-size: 0.9em;
}
}


@media screen and (max-width: 600px) {    
#hd #epyc-performance .inner{
    padding: 0 20px;
}
#hd #epyc-performance .team{
    display: block;
}
#hd #epyc-performance .team .entry{
    margin-bottom: 30px;
}
}


/*-----thermal-----*/

#hd #epyc-thermal{
    background: #d2d3d3;
}
#hd #epyc-thermal .corner{
    background: #fff url('../img/thermal.jpg') center bottom no-repeat;
    overflow: hidden;
    background-size: 100% auto;
    min-height: 41vw;
    padding-bottom: 25vw;
}
#hd #epyc-thermal .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-thermal .text p{
    color: #000;
}



/*-----feature-----*/

#hd #epyc-feature{
    background: #202020;
    overflow: hidden;
    padding: 50px 0 100px 0;
}
#hd #epyc-feature .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-feature .text h2{
    color: #fff;
}
#hd #epyc-feature .text p{
    color: #fff;
}

#hd #epyc-feature .tabs{
    max-width: 600px;
    margin: 50px auto 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}
#hd #epyc-feature .tabs .tab{
    width: 50%;
    background: rgba(0,0,0,0.4);
    color: #aaa;
    border: 1px solid transparent;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    line-height: 1.3em;
    cursor: pointer;
    transition: all 0.3s;
}
#hd #epyc-feature .tabs .tab:hover{
    background: rgba(0,0,0,0.5);
    color: #00b7ee;
}
#hd #epyc-feature .tabs .tab.active{
    background: none;
    border-color: #07c0e7;
    color: #07c0e7;
}

#hd #epyc-feature .list{
    max-width: 1200px;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 50px auto 0 auto;
}
#hd #epyc-feature .list .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    width: 33.33%;
}
#hd #epyc-feature .list h4{
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 20px;
}
#hd #epyc-feature .list p{
    line-height: 1.4em;
    font-weight: lighter;
    position: relative;
    margin-top: 40px;
}
#hd #epyc-feature .list p:before{
    content: '';
    display: block;
    width: 70%;
    position: absolute;
    left: 15%;
    top: -20px;
    height: 1px;
    background: #fff219;
}


#hd #epyc-feature .content-2{
    display: none;
}


@media screen and (max-width: 600px) {    
#hd #epyc-feature .list{
    display: block;
}
#hd #epyc-feature .list .entry{
    box-sizing: border-box;
    padding: 0 2%;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 500px) {    
#hd #epyc-feature .tabs .tab{
    padding: 10px;
    font-size: 0.9em;
}
}



/*-----management-----*/

#hd #epyc-management{
    background: #d2d3d3;
    position: relative;
}
#hd #epyc-management .corner{
    background: #eaf0f0;
    position: relative;
}
#hd #epyc-management .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-management .inner > .text{
    text-align: center;
}
#hd #epyc-management .content-2{
    display: none;
}

#hd #epyc-management .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#hd #epyc-management .row .text{
    width: 50%;
}
#hd #epyc-management .row .image{
    width: 50%;
}
#hd #epyc-management .content-2 .row .text{
    width: 57%;
}
#hd #epyc-management .content-2 .row .image{
    width: 43%;
}


@media screen and (max-width: 650px) {    
#hd #epyc-management .inner{
    padding: 50px 20px;
}
#hd #epyc-management .row .text{
    width: 100%;
}
#hd #epyc-management .row .image{
    width: 100%;
}
#hd #epyc-management .content-2 .row .text{
    width: 100%;
}
#hd #epyc-management .content-2 .row .image{
    width: 100%;
}
}





/*-----applications-----*/

#hd #epyc-applications{
    position: relative;
}
#hd #epyc-applications .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-applications .inner > .text{
    text-align: center;
}
#hd #epyc-applications .content-2{
    display: none;
}

#hd #epyc-applications .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#hd #epyc-applications .row .text{
    width: 50%;
}
#hd #epyc-applications .row .image{
    width: 50%;
}
#hd #epyc-applications h3{
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: normal;
    color: #191919;
    margin-bottom: 20px;
}


@media screen and (max-width: 650px) {    
#hd #epyc-applications .inner{
    padding: 50px 20px;
}
#hd #epyc-applications .row .text{
    width: 100%;
}
#hd #epyc-applications .row .image{
    width: 100%;
}
}



/*-----gpu-----*/

#hd #epyc-gpu{
    background: #d2d3d3;
    position: relative;
}
#hd #epyc-gpu .corner{
    background: #eaf0f0;
    position: relative;
}
#hd #epyc-gpu .inner{
    max-width: 2000px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#hd #epyc-gpu .text{
    width: 40%;
    padding-right: 10%;
    box-sizing: border-box;
}
#hd #epyc-gpu .text img{
    display: block;
    margin: 0;
}
#hd #epyc-gpu .image{
    width: 60%;
}
#hd #epyc-gpu .note{
    color: #888;
    text-align: center;
    padding: 0 20px;
    max-width: 1000px;
    margin: -50px auto 50px auto;
}
#hd #epyc-gpu .note p{
    font-size: 0.9em;
}

@media screen and (max-width: 768px) {    
#hd #epyc-gpu .text{
    width: 100%;
    padding: 0 40px;
}
#hd #epyc-gpu .text img{
    max-width: 70% !important;
}
#hd #epyc-gpu .image{
    width: 100%;
}
}

@media screen and (max-width: 400px) {    
#hd #epyc-gpu .text{
    padding: 0 20px;
}
}




/*-----singlesocket-----*/

#hd #epyc-singlesocket{
    background: #d2d3d3;
    position: relative;
}
#hd #epyc-singlesocket .corner{
    background: #eaf0f0;
    position: relative;
    padding: 100px 0 0 0;
}
#hd #epyc-singlesocket .text{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
#hd #epyc-singlesocket .image{
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-singlesocket .image .caption{
    max-width: 300px;
    width: 30%;
    height: 20%;
    position: absolute;
    left: 5%;
    top: 30%;
    color: #191919;
    font-size: 1.3em;
    font-weight: bold;
}
#hd #epyc-singlesocket .image .caption br{
    display: none;
}
#hd #epyc-singlesocket .image .caption:before{
    background: #0068b7;
    width: 1px;
    height: 20%;
    position: absolute;
    left: 30%;
    top: 25%;
    content: '';
    display: block;
}
#hd #epyc-singlesocket .image .caption:after{
    background: #0068b7;
    width: 25%;
    height: 1px;
    position: absolute;
    left: 30%;
    top: 45%;
    content: '';
    display: block;
    transform: rotate(15deg);
    transform-origin: top left;
}



@media screen and (max-width: 768px) {    
#hd #epyc-singlesocket .image .caption{
    font-size: 1em;
}
}

@media screen and (max-width: 600px) {    
#hd #epyc-singlesocket .corner{
    padding-top: 50px;
}
#hd #epyc-singlesocket .image .caption{
    height: 120px;
}
#hd #epyc-singlesocket .image .caption br{
    display: block;
}
#hd #epyc-singlesocket .image .caption:before{
    left: 10%;
    top: 40%;
}
#hd #epyc-singlesocket .image .caption:after{
    left: 10%;
    top: 60%;
}
}


@media screen and (max-width: 400px) {    
#hd #epyc-singlesocket .text{
    padding: 0 20px;
}
}










/*-----network-----*/

#hd #epyc-network{
    position: relative;
    padding: 100px 0 50px 0;
}
#hd #epyc-network .text{
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
#hd #epyc-network .image{
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-network .image .caption{
    width: 50%;
    height: 100px;
    position: absolute;
    left: 16.5%;
    top: 65%;
    color: #191919;
    font-size: 1.3em;
    font-weight: bold;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    text-align: center;
}
#hd #epyc-network .image .caption .left:before{
    background: #0068b7;
    width: 1px;
    height: 40%;
    position: absolute;
    left: 0%;
    top: 0%;
    content: '';
    display: block;
}
#hd #epyc-network .image .caption .left:after{
    background: #0068b7;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0%;
    top: 40%;
    content: '';
    display: block;
    transform: rotate(0deg);
    transform-origin: top left;
}
#hd #epyc-network .image .caption .right:before{
    background: #0068b7;
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0%;
    top: 0%;
    content: '';
    display: block;
}
#hd #epyc-network .image .caption .right:after{
    background: #0068b7;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 0%;
    top: 40%;
    content: '';
    display: block;
    transform: rotate(0deg);
    transform-origin: top left;
}
#hd #epyc-network .image .name span{
    color: #191919;
    font-size: 1.1em;
    background: #888;
    border-radius: 10px;
    padding: 10px 20px;
    position: absolute;
    top: -30px;
    color: #fff;
}
#hd #epyc-network .image .name span.rear{
    left: calc(23% - 60px);
}
#hd #epyc-network .image .name span.front{
    right: calc(23% - 60px);
}


@media screen and (max-width: 768px) {    
#hd #epyc-network .image .caption{
    font-size: 1em;
}
#hd #epyc-network .image .name span{
    font-size: 1em;
    border-radius: 5px;
    padding: 6px 10px;
    top: -30px;
}
}

@media screen and (max-width: 600px) {    
#hd #epyc-network{
    padding-top: 50px;
}
#hd #epyc-network .image .caption{
    font-size: 0.8em;
    padding: 20px 20px 0 20px;
}
}


@media screen and (max-width: 400px) {    
#hd #epyc-network .text{
    padding: 0 20px;
}
#hd #epyc-network .image .name span{
    font-size: 0.8em;
    padding: 4px 8px;
}
#hd #epyc-network .image .name span.rear{
    left: 15%;
}
#hd #epyc-network .image .name span.front{
    right: 15%;
}
}





/*-----design-----*/

#hd #epyc-design{
    background: #d2d3d3;
    position: relative;
}
#hd #epyc-design .corner{
    background: #eaf0f0;
    position: relative;
}
#hd #epyc-design .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-design .inner .text{
    text-align: center;
}
#hd #epyc-design .content-2{
    display: none;
}


#hd #epyc-design .inner h3{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #191919;
}

#hd #epyc-design .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}
#hd #epyc-design .row .graph{
}
#hd #epyc-design .graph-1{
    width: 53.8%;
    position: relative;
}
#hd #epyc-design .graph-2{
    width: 46.2%;
    position: relative;
}
#hd #epyc-design .content-1 .graph .base{
    width: 100%;
    position: relative;
}
#hd #epyc-design .content-1 .graph .base img{
    width: 100%;
    display: block;
}
#hd #epyc-design .content-1 .list > div{
    position: absolute;
    left: 0;
    top: 0;
    background: #0075a9;
    padding: 8px 10px;
    color: #fff;
}
#hd #epyc-design .content-1 .list > div.n1{
    left: 84%;
    top: 76%;
}
#hd #epyc-design .content-1 .list > div.n2{
    left: 74%;
    top: 54%;
}
#hd #epyc-design .content-1 .list > div.n3{
    left: 24%;
    top: 85%;
}
#hd #epyc-design .content-1 .list > div.n4{
    left: 11%;
    top: 63%;
}
#hd #epyc-design .content-1 .list > div.n5{
    left: 45%;
    top: 76%;
}
#hd #epyc-design .content-1 .list > div.n6{
    left: 6%;
    top: 55%;
}



#hd #epyc-design .content-1 .list > div:after{
    position: absolute;
    top: 50%;
    background: #0075a9;
    height: 1px;
    content: '';
    display: block;
}
#hd #epyc-design .content-1 .list > div.n1:after{
    left: -30%;
    width: 30%;
}
#hd #epyc-design .content-1 .list > div.n2:after{
    left: -30%;
    width: 30%;
}
#hd #epyc-design .content-1 .list > div.n3:after{
    right: -50%;
    width: 50%;
}
#hd #epyc-design .content-1 .list > div.n4:after{
    right: -100%;
    width: 100%;
}
#hd #epyc-design .content-1 .list > div.n5:after{
    left: -50%;
    width: 50%;
}
#hd #epyc-design .content-1 .list > div.n6:after{
    right: -30%;
    width: 30%;
}

#hd #epyc-design .content-1 .name{
    text-align: center;
}
#hd #epyc-design .content-1 .name span{
    border-radius: 10px;
    padding: 10px 20px;
    background: #888;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
}

@media screen and (max-width: 1024px) {    
#hd #epyc-design .content-1 .list > div{
    padding: 4px 6px;
    font-size: 0.8em;
}
}

@media screen and (max-width: 650px) {    
#hd #epyc-design .inner{
    padding: 50px 20px;
}
#hd #epyc-design .row .graph{
    width: 100%;
    margin-bottom: 40px;
}
#hd #epyc-design .inner h3{
    font-size: 1.2em;
}
}

@media screen and (max-width: 320px) {    
#hd #epyc-design .content-1 .list > div{
    padding: 3px 4px;
    font-size: 0.7em;
}
}





#hd #epyc-design .content-2{
}
#hd #epyc-design .graph-3{
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-design .graph-3 .base{
    width: 58.4%;
    position: relative;
}
#hd #epyc-design .graph-3 .caption{
    width: 40%;
    position: absolute;
    left: 57%;
    top: 27%;
    color: #191919;
}
#hd #epyc-design .content-2 .caption-mobile{
    display: none;
}
#hd #epyc-design .graph-3 .pullout{
    width: 27%;
    position: absolute;
    left: 52%;
    top: 44%;
}
#hd #epyc-design .graph-3 .pullout:before{
    position: absolute;
    left: -57.3%;
    top: 70%;
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background: #0075a9;
    transform: rotate(25deg);
    transform-origin: bottom right;
}
#hd #epyc-design .graph-3 .pullout:after{
    position: absolute;
    left: -28%;
    top: 70%;
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #0075a9;
}
#hd #epyc-design .graph-3 .pullout span{
    position: absolute;
    left: 80%;
    bottom: 10%;
    width: 70%;
    color: #191919;
}


@media screen and (max-width: 1000px) {    
#hd #epyc-design .graph-3 .caption{
    top: 5%;
    left: 60%;
}
#hd #epyc-design .graph-3 .pullout span{
    left: 86%;
    bottom: 5%;
    width: 90%;
}
}
@media screen and (max-width: 768px) {    
#hd #epyc-design .graph-3 .caption{
    font-size: 0.9em;
}
#hd #epyc-design .graph-3 .pullout span{
    font-size: 0.9em;
}
}
@media screen and (max-width: 600px) {    
#hd #epyc-design .graph-3 .caption{
    /*width: 100%;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;*/
    display: none;
}
#hd #epyc-design .content-2 .caption-mobile{
    display: block;
    color: #191919;
    margin-top: 20px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.3em;
}
#hd #epyc-design .graph-3 .pullout span{
    left: 30%;
    bottom: auto;
    top: -60%;
    width: 140%;
    font-size: 0.8em;
}
}
@media screen and (max-width: 320px) {    
#hd #epyc-design .graph-3 .pullout span{
    font-size: 0.6em;
}
}



/*animation*/
#hd #epyc-design .graph-3 .base .animation div{
    position: absolute;
}
#hd #epyc-design .graph-3 .base .animation .short{
    background: #12dbff;
    width: 10%;
    height: 2px;
    transform: rotate(18deg);
    transform-origin: bottom right;
    /*animation: ArcherShort 2s linear 0s infinite;*/
}
#hd #epyc-design .graph-3 .base .animation .short-1{
    left: 42%;
    top: 82%;
}
#hd #epyc-design .graph-3 .base .animation .short-2{
    left: 42%;
    top: 85%;
}
#hd #epyc-design .graph-3 .base .animation .short-3{
    left: 42%;
    top: 88%;
}

#hd #epyc-design .graph-3 .base .animation .vertical{
    background: #12dbff;
    width: 2px;
    height: 20%;
    left: 51.6%;
    top: 62.2%;
    /*animation: ArcherVertical 2s linear 0s infinite;*/
}


#hd #epyc-design .graph-3 .base .animation .long{
    background: #12dbff;
    width: 0%;
    height: 2px;
    transform: rotate(-48.5deg);
    transform-origin: bottom left;
    animation: ArcherLong 2s ease-out 0s infinite;
}
#hd #epyc-design .graph-3 .base .animation .long-1{
    left: 52%;
    top: 82%;
}
#hd #epyc-design .graph-3 .base .animation .long-2{
    left: 52%;
    top: 85%;
}
#hd #epyc-design .graph-3 .base .animation .long-3{
    left: 52%;
    top: 88%;
}
#hd #epyc-design .graph-3 .base .animation .arrow{
    transform: rotate(42deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #12dbff;
}

#hd #epyc-design .graph-3 .base .animation .arrow-1{
    left: 52.5%;
    top: 78%;
    animation: ArcherHead1 2s ease-out 0s infinite;
}
#hd #epyc-design .graph-3 .base .animation .arrow-2{
    left: 52.5%;
    top: 81%;
    animation: ArcherHead2 2s ease-out 0s infinite;
}
#hd #epyc-design .graph-3 .base .animation .arrow-3{
    left: 52.5%;
    top: 84%;
    animation: ArcherHead3 2s ease-out 0s infinite;
}

@media screen and (max-width: 500px) {    
#hd #epyc-design .graph-3 .base .animation .arrow{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #12dbff;
}
}



@keyframes ArcherVertical {
  0%   {height: 0;}
  20%  {height: 20%;}
  100% {height: 20%;}
}
@keyframes ArcherShort {
  0%   {width: 0;}
  100% {width: 10%;}
}
@keyframes ArcherLong {
  0%   {width: 0;}
  75%  {width: 67%;}
  100% {width: 67%;}
}
@keyframes ArcherHead1 {
  0%   { left: 52.5%; top: 78%;}
  75%  { left: 95.5%; top: 14%;}
  100% { left: 95.5%; top: 14%;}
}
@keyframes ArcherHead2 {
  0%   { left: 52.5%; top: 81%;}
  75%  { left: 95.5%; top: 17%;}
  100% { left: 95.5%; top: 17%;}
}
@keyframes ArcherHead3 {
  0%   { left: 52.5%; top: 84%;}
  75%  { left: 95.5%; top: 20%;}
  100% { left: 95.5%; top: 20%;}
}





/*-----layout-----*/

#hd #epyc-layout{
    position: relative;
    padding: 100px 40px;
    box-sizing: border-box;
}
#hd #epyc-layout .inner{
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
#hd #epyc-layout .inner .text{
    text-align: center;
}
#hd #epyc-layout .content-2{
    display: none;
}
#hd #epyc-layout .content-3{
    display: none;
}




/*-----graph-1-----*/
#hd #epyc-layout .graph-1{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#hd #epyc-layout .graph-1 .base{
    position: relative;
}
#hd #epyc-layout .graph-1 .number{
    display: none;
}
#hd #epyc-layout .graph-1 .number div{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
}
#hd #epyc-layout .graph-1 .number .n1{
    left: 31%;
    top: 6.5%;
}
#hd #epyc-layout .graph-1 .number .n2{
    left: 23%;
    top: 27%;
}
#hd #epyc-layout .graph-1 .number .n3{
    left: 17%;
    top: 46.5%;
}
#hd #epyc-layout .graph-1 .number .n4{
    left: 17%;
    top: 58.5%;
}
#hd #epyc-layout .graph-1 .number .n5{
    left: 17%;
    top: 67%;
}
#hd #epyc-layout .graph-1 .number .n6{
    left: 17%;
    top: 74%;
}
#hd #epyc-layout .graph-1 .number .n7{
    left: 17%;
    top: 82%;
}
#hd #epyc-layout .graph-1 .number .n8{
    left: 17%;
    top: 89%;
}
#hd #epyc-layout .graph-1 .number .n9{
    left: 72%;
    top: 34%;
}
#hd #epyc-layout .graph-1 .number .n10{
    left: 68%;
    top: 47%;
}
#hd #epyc-layout .graph-1 .number .n11{
    left: 65%;
    top: 55%;
}
#hd #epyc-layout .graph-1 .number .n12{
    left: 59%;
    top: 64%;
}
#hd #epyc-layout .graph-1 .number .n13{
    left: 57%;
    top: 84%;
}




#hd #epyc-layout .graph-1 .caption div{
    position: absolute;
    color: #191919;
    font-size: 0.9em;
}
#hd #epyc-layout .graph-1 .caption div span{
    display: none;
}
#hd #epyc-layout .graph-1 .caption .c1{
    left: 0%;
    top: 7%;
    width: 32%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c2{
    left: 0%;
    top: 27%;
    width: 24%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c3{
    left: 0%;
    top: 47%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c4{
    left: 0%;
    top: 59%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c5{
    left: 0%;
    top: 68%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c6{
    left: 0%;
    top: 75%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c7{
    left: 0%;
    top: 83%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c8{
    left: 0%;
    top: 90%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-1 .caption .c9{
    left: 74%;
    top: 34%;
    width: 26%;
}
#hd #epyc-layout .graph-1 .caption .c10{
    left: 69%;
    top: 48%;
    width: 31%;
}
#hd #epyc-layout .graph-1 .caption .c11{
    left: 66%;
    top: 55.5%;
    width: 34%;
}
#hd #epyc-layout .graph-1 .caption .c12{
    left: 60%;
    top: 64.5%;
    width: 40%;
}
#hd #epyc-layout .graph-1 .caption .c13{
    left: 59%;
    top: 85%;
    width: 41%;
}

@media screen and (max-width: 1000px) {    
#hd #epyc-layout{
    padding: 50px 20px;
}
#hd #epyc-layout .graph-1 .number{
    display: block;
}
#hd #epyc-layout .graph-1 .caption{
    position: relative;
}
#hd #epyc-layout .graph-1 .caption div{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
#hd #epyc-layout .graph-1 .caption div span{
    display: inline-block;
    font-size: 1.3em;
    color: #00a0e9;
    margin-right: 5px;

}
}

@media screen and (max-width: 600px) {    
#hd #epyc-layout{
    padding: 30px 10px;
}
#hd #epyc-layout .graph-1 .base{
    transform: scale(1.4);
    margin-bottom: 20%;
    margin-top: 10%;
}
#hd #epyc-layout .graph-1 .number div{
    transform: scale(0.5);
}
}






/*-----graph-2-----*/
#hd #epyc-layout .graph-2{
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#hd #epyc-layout .graph-2 .base{
    position: relative;
}
#hd #epyc-layout .graph-2 .number{
    display: none;
}
#hd #epyc-layout .graph-2 .number div{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
}
#hd #epyc-layout .graph-2 .number .n1{
    left: 33%;
    top: 26%;
}
#hd #epyc-layout .graph-2 .number .n2{
    left: 17%;
    top: 62%;
}
#hd #epyc-layout .graph-2 .number .n3{
    left: 17%;
    top: 68%;
}
#hd #epyc-layout .graph-2 .number .n4{
    left: 27%;
    top: 85%;
}
#hd #epyc-layout .graph-2 .number .n5{
    left: 77%;
    top: 27%;
}
#hd #epyc-layout .graph-2 .number .n6{
    left: 67%;
    top: 72%;
}
#hd #epyc-layout .graph-2 .number .n7{
    left: 57%;
    top: 88%;
}



#hd #epyc-layout .graph-2 .caption div{
    position: absolute;
    color: #191919;
    font-size: 0.9em;
}
#hd #epyc-layout .graph-2 .caption div span{
    display: none;
}
#hd #epyc-layout .graph-2 .caption .c1{
    left: 0%;
    top: 27%;
    width: 34%;
    text-align: right;
}
#hd #epyc-layout .graph-2 .caption .c2{
    left: 0%;
    top: 64%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-2 .caption .c3{
    left: 0%;
    top: 69%;
    width: 18%;
    text-align: right;
}
#hd #epyc-layout .graph-2 .caption .c4{
    left: 0%;
    top: 86%;
    width: 28%;
    text-align: right;
}
#hd #epyc-layout .graph-2 .caption .c5{
    left: 79%;
    top: 29%;
    width: 21%;
}
#hd #epyc-layout .graph-2 .caption .c6{
    left: 69%;
    top: 73%;
    width: 31%;
}
#hd #epyc-layout .graph-2 .caption .c7{
    left: 59%;
    top: 90%;
    width: 31%;
}



@media screen and (max-width: 768px) {    
#hd #epyc-layout{
    padding: 50px 20px;
}
#hd #epyc-layout .graph-2 .number{
    display: block;
}
#hd #epyc-layout .graph-2 .caption{
    position: relative;
}
#hd #epyc-layout .graph-2 .caption div{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
#hd #epyc-layout .graph-2 .caption div span{
    display: inline-block;
    font-size: 1.3em;
    color: #00a0e9;
    margin-right: 5px;

}
}

@media screen and (max-width: 600px) {    
#hd #epyc-layout{
    padding: 30px 10px;
}
#hd #epyc-layout .graph-2 .base{
    transform: scale(1.4);
    margin-bottom: 20%;
    margin-top: 10%;
}
#hd #epyc-layout .graph-2 .number div{
    transform: scale(0.5);
}
}









/*-----graph-3-----*/
#hd #epyc-layout .graph-3{
    max-width: 950px;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: hidden;
}
#hd #epyc-layout .content-3 .name{
    text-align: center;
    margin-bottom: 20px;
}
#hd #epyc-layout .content-3 .name span{
    border-radius: 10px;
    padding: 10px 20px;
    background: #888;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
}
#hd #epyc-layout .graph-3 .base{
    position: relative;
}
#hd #epyc-layout .graph-3 .number{
    display: none;
}
#hd #epyc-layout .graph-3 .number div{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
}
#hd #epyc-layout .graph-3 .number .n1{
    left: 20.5%;
    top: 13.5%;
}
#hd #epyc-layout .graph-3 .number .n2{
    left: 43%;
    top: 12%;
}
#hd #epyc-layout .graph-3 .number .n3{
    left: 50%;
    top: 22%;
}
#hd #epyc-layout .graph-3 .number .n4{
    left: 66%;
    top: 20%;
}
#hd #epyc-layout .graph-3 .number .n5{
    left: 17%;
    top: 71%;
}
#hd #epyc-layout .graph-3 .number .n6{
    left: 33%;
    top: 84%;
}
#hd #epyc-layout .graph-3 .number .n7{
    left: 42%;
    top: 79%;
}
#hd #epyc-layout .graph-3 .number .n8{
    left: 50.5%;
    top: 87%;
}
#hd #epyc-layout .graph-3 .number .n9{
    left: 59.5%;
    top: 80%;
}



#hd #epyc-layout .graph-3 .caption div{
    position: absolute;
    color: #191919;
    font-size: 0.9em;
}
#hd #epyc-layout .graph-3 .caption div span{
    display: none;
}
#hd #epyc-layout .graph-3 .caption .c1{
    left: 0%;
    top: 10%;
    width: 27%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c2{
    left: 30%;
    top: 3%;
    width: 32%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c3{
    left: 45%;
    top: 20%;
    width: 15%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c4{
    left: 62%;
    top: 18%;
    width: 30%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c5{
    left: 3%;
    top: 76%;
    width: 25%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c6{
    left: 23%;
    top: 89%;
    width: 25%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c7{
    left: 37%;
    top: 80%;
    width: 15%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c8{
    left: 49%;
    top: 89%;
    width: 15%;
    text-align: center;
}
#hd #epyc-layout .graph-3 .caption .c9{
    left: 54%;
    top: 80%;
    width: 15%;
    text-align: center;
}


@media screen and (max-width: 768px) {    
#hd #epyc-layout{
    padding: 50px 20px;
}
#hd #epyc-layout .graph-3 .base{
    margin-bottom: 5%;
}
#hd #epyc-layout .graph-3 .number{
    display: block;
}
#hd #epyc-layout .graph-3 .caption{
    position: relative;
}
#hd #epyc-layout .graph-3 .caption div{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
#hd #epyc-layout .graph-3 .caption div span{
    display: inline-block;
    font-size: 1.3em;
    color: #00a0e9;
    margin-right: 5px;

}
}

@media screen and (max-width: 600px) {    
#hd #epyc-layout{
    padding: 30px 10px;
}
#hd #epyc-layout .graph-3 .base{
    transform: scale(1.4);
    margin-bottom: 20%;
    margin-top: 5%;
}
#hd #epyc-layout .graph-3 .number div{
    transform: scale(0.7);
}
}








/*-----graph-4-----*/
#hd #epyc-layout .graph-4{
    max-width: 950px;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: hidden;
}
#hd #epyc-layout .content-3 .name{
    text-align: center;
    margin-bottom: 20px;
}
#hd #epyc-layout .content-3 .name span{
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
}
#hd #epyc-layout .graph-4 .base{
    position: relative;
}
#hd #epyc-layout .graph-4 .number{
    display: none;
}
#hd #epyc-layout .graph-4 .number div{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%;
}
#hd #epyc-layout .graph-4 .number .n1{
    left: 66%;
    top: 13.5%;
}
#hd #epyc-layout .graph-4 .number .n2{
    left: 75%;
    top: 6%;
}
#hd #epyc-layout .graph-4 .number .n3{
    left: 82%;
    top: 16%;
}
#hd #epyc-layout .graph-4 .number .n4{
    left: 26.2%;
    top: 72%;
}
#hd #epyc-layout .graph-4 .number .n5{
    left: 57%;
    top: 72%;
}
#hd #epyc-layout .graph-4 .number .n6{
    left: 64%;
    top: 84%;
}
#hd #epyc-layout .graph-4 .number .n7{
    left: 75%;
    top: 74%;
}
#hd #epyc-layout .graph-4 .number .n8{
    left: 83%;
    top: 77%;
}
#hd #epyc-layout .graph-4 .number .n9{
    left: 92.5%;
    top: 71%;
}



#hd #epyc-layout .graph-4 .caption div{
    position: absolute;
    color: #191919;
    font-size: 0.9em;
}
#hd #epyc-layout .graph-4 .caption div span{
    display: none;
}
#hd #epyc-layout .graph-4 .caption .c1{
    left: 37%;
    top: 10%;
    width: 35%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c2{
    left: 60%;
    top: 3%;
    width: 39%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c3{
    left: 75%;
    top: 18%;
    width: 15%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c4{
    left: 5%;
    top: 78%;
    width: 30%;
}
#hd #epyc-layout .graph-4 .caption .c5{
    left: 45%;
    top: 78%;
    width: 18%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c6{
    left: 55%;
    top: 87%;
    width: 22%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c7{
    left: 67%;
    top: 77%;
    width: 16%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c8{
    left: 78%;
    top: 87%;
    width: 17%;
    text-align: center;
}
#hd #epyc-layout .graph-4 .caption .c9{
    left: 85%;
    top: 73%;
    width: 14%;
    text-align: center;
}


@media screen and (max-width: 768px) {    
#hd #epyc-layout{
    padding: 50px 20px;
}
#hd #epyc-layout .graph-4 .number{
    display: block;
}
#hd #epyc-layout .graph-4 .caption{
    position: relative;
}
#hd #epyc-layout .graph-4 .caption div{
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
#hd #epyc-layout .graph-4 .caption div span{
    display: inline-block;
    font-size: 1.3em;
    color: #00a0e9;
    margin-right: 5px;

}
}

@media screen and (max-width: 600px) {    
#hd #epyc-layout{
    padding: 30px 10px;
}
#hd #epyc-layout .graph-4 .base{
    transform: scale(1.0.5);
    margin-bottom: 5%;
    margin-top: 10%;
    margin-left: -24%;
}
#hd #epyc-layout .graph-4 .number div{
    transform: scale(0.7);
}
}












/*-----kv-----*/

#hd #epyc-kv{
    background: url('../img/kv-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 56vw;
}
#hd #epyc-kv .text{
    max-width: 600px;
    width: 60%;
    max-width: 1000px;
    margin: 10% 0 50px 10vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-kv .text h2{
    color: #00b7ee;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-weight: normal;
    text-shadow: 0 0px 3px #000, 0 2px 5px #000, 0 0 8px #000;
}
#hd #epyc-kv .text{
}
#hd #epyc-kv .text > p{
    max-width: 750px;
    text-shadow: 0 0px 3px #000, 0 2px 5px #000, 0 0 8px #000;
}

#hd #epyc-kv .icons{
    display: flex;
    max-width: 600px;
    margin-top: 40px;
}
#hd #epyc-kv .icons .icon{
    border: 1px solid #00b7ee;
    border-radius: 10px;
    overflow: hidden;
    width: 21%;
    margin: 0 2%;
    box-sizing: border-box;
    padding: 10px;
}
#hd #epyc-kv .icons .icon img{
    display: block;
    width: 100%;
}
#hd #epyc-kv .logo{
    max-width: 600px;
    margin-top: 50px;
    text-align: center;
}
#hd #epyc-kv .logo img{
    display: block;
    max-width: 100%;
    margin: 0 auto 40px auto;
}
#hd #epyc-kv .logo a{
    background: #0596c1;
    color: #000;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.3s;
    border-radius: 20px;
}
#hd #epyc-kv .logo a:hover{
    background: #00b7ee;
    border-color: rgba(255,255,255,0.8);
}


@media screen and (max-width: 1440px) {    
}

@media screen and (max-width: 1150px) {    
#hd #epyc-kv .text{
    width: 80%;
}
#hd #epyc-kv .text h2{
    font-size: 2em;
}
}

@media screen and (max-width: 768px) {    
#hd #epyc-kv .text h2{
    font-size: 1.5em;
    margin-bottom: 10px;
}
#hd #epyc-kv .text{
    max-width: 100%;
    width: 100%;
    margin: 30px 0 30px 0;
}
}





/*-----expansion-----*/

#hd #epyc-expansion{
    background: #f8f9f8;
    padding: 60px 0;
    overflow: hidden;
}
#hd #epyc-expansion .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#hd #epyc-expansion .text p{
    color: #000;
}

#hd #epyc-expansion .list{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-expansion .list .image{
    width: 60%;
    z-index: 1;
}
#hd #epyc-expansion .list .image img{
    width: 100%;
    display: block;
}
#hd #epyc-expansion .list .dots{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
}
#hd #epyc-expansion .list .lines{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

#hd #epyc-expansion .list .lines .line{
    position: absolute;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    transition: all 0.5s;
}
#hd #epyc-expansion .list .lines .line.active{
    opacity: 1;
}


#hd #epyc-expansion .list .dots .dot{
    position: absolute;
    left: 0;
    top: 0;
    background: #00b7ee;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transition: all 0.5s;
    cursor: pointer;
    animation: beat 2s 0s infinite;
    box-shadow: 0 0 0 6px rgba(51,184,217,0.4);
}

#hd #epyc-expansion .numbers{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 4;
    display: none;
}
#hd #epyc-expansion .numbers .number{
    position: absolute;
    left: 0;
    top: 0;
    background: #00b7ee;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

@-webkit-keyframes beat {
    0% {
    background: #00b7ee;
    }
    50% {
    background: #fff;
    }
    100% {
    background: #00b7ee;
    }
}
#hd #epyc-expansion .list .dots .dot:hover{
}
#hd #epyc-expansion .list .dots .dot.active{
    /*box-shadow: 0 0 0 10px rgba(51,184,217,0.6);*/
}
#hd #epyc-expansion .list .dots #dot-1{
    left: 68.8%;
    top: 17.5%;
}
#hd #epyc-expansion .list .dots #dot-2{
    left: 46%;
    top: 16.3%;
}
#hd #epyc-expansion .list .dots #dot-3{
    left: 75.5%;
    top: 27%;
}
#hd #epyc-expansion .list .dots #dot-4{
    left: 18.3%;
    top: 58.5%;
}


#hd #epyc-expansion .list .numbers #number-1{
    left: 68.8%;
    top: 17.5%;
}
#hd #epyc-expansion .list .numbers #number-2{
    left: 46%;
    top: 16.3%;
}
#hd #epyc-expansion .list .numbers #number-3{
    left: 75.5%;
    top: 27%;
}
#hd #epyc-expansion .list .numbers #number-4{
    left: 18.3%;
    top: 58.5%;
}

#hd #epyc-expansion .caption{
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
}
#hd #epyc-expansion .caption.mobile{
    display: none;
}
#hd #epyc-expansion .caption .entry{
    /*opacity: 0;
    transition: all 0.5s;
    transform: translateX(-20px);*/
    position: absolute;
}
#hd #epyc-expansion .caption .entry.active{
    opacity: 1;
    transform: translateX(0px);
}
#hd #epyc-expansion .caption #entry-1{
    left: 100%;
    top: 6%;
    width: 65%;
}
#hd #epyc-expansion .caption #entry-2{
    left: 90%;
    top: 39%;
    width: 75%;
}
#hd #epyc-expansion .caption #entry-3{
    left: 70%;
    top: 78.5%;
    width: 95%;
}

#hd #epyc-expansion .caption .name{
    background: #00b7ee;
    color: #fff;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 6px;
}
#hd #epyc-expansion .caption .detail{
    color: #000;
}


@media screen and (max-width: 900px) {    
#hd #epyc-expansion .caption .name{
    font-size: 0.9em;
}
#hd #epyc-expansion .caption .detail{
    font-size: 0.8em;
}
}

@media screen and (max-width: 767px) {    
#hd #epyc-expansion .list .caption{
    display: none;
}
#hd #epyc-expansion .caption.mobile{
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    display: block;
}
#hd #epyc-expansion .caption .entry{
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
#hd #epyc-expansion .list .dots{
    display: none;
}
#hd #epyc-expansion .list .lines{
    display: none;
}
#hd #epyc-expansion .list .image{
    width: 100%;
}
#hd #epyc-expansion .list .numbers{
    width: 100%;
}
}

@media screen and (max-width: 400px) {    
#hd #epyc-expansion .caption .name{
    padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.2em;
}
#hd #epyc-expansion .caption .detail{
    line-height: 1.3em;
}
}


/*-----multi-----*/

#hd #epyc-multi{
    background: url('../img/multi-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
}
#hd #epyc-multi .inner{
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#hd #epyc-multi .text{
    width: 50%;
    box-sizing: border-box;
    padding-right: 7%;
}
#hd #epyc-multi .text .icons{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
#hd #epyc-multi .text .note{
    font-size: 0.9em;
    margin-top: 30px;
}



#hd #epyc-multi .picture{
    width: 50%;
    position: relative;
}
#hd #epyc-multi .picture img{
    width: 100%;
    display: block;
}
#hd #epyc-multi .picture .level-1{
    position: absolute;
    left: 0;
    top: 0;
}
#hd #epyc-multi .picture .level-2{
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {    
#hd #epyc-multi .text{
    padding-right: 0;
}
}
@media screen and (max-width: 768px) {    
#hd #epyc-multi .inner{
    display: block;
}
#hd #epyc-multi .text{
    width: 100%;
}
#hd #epyc-multi .picture{
    width: 100%;
}
}





/*-----front-----*/

#hd #epyc-front{
    background: url('../img/front-bg.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    padding: 100px 0;
}
#hd #epyc-front .text{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}

#hd #epyc-front .tabs{
    max-width: 600px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
}
#hd #epyc-front .tabs .tab{
    width: 50%;
    background: rgba(255,255,255,0.1);
    color: #666;
    border: 1px solid transparent;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 1.2em;
    font-weight: lighter;
    cursor: pointer;
    transition: all 0.3s;
}
#hd #epyc-front .tabs .tab:hover{
    background: rgba(255,255,255,0.15);
    color: #888;
}
#hd #epyc-front .tabs .tab.active{
    background: none;
    border-color: #00b7ee;
    color: #00b7ee;
}



#hd #epyc-front .picture{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#hd #epyc-front .picture .base{
    padding-top: 200px;
}

#hd #epyc-front .picture .box-1{
}
#hd #epyc-front .picture .box-1 .caption{
    width: 25%;
    height: 20%;
    padding: 20px;
    background: rgba(235,156,43,1);
    border: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
    position: absolute;
    left: 58%;
    top: 18%;
}
#hd #epyc-front .picture .box-1 .line{
    width: 25%;
    height: 30%;
    position: absolute;
    left: 58%;
    top: 38%;
    overflow: hidden;
}
#hd #epyc-front .picture .box-1 .line img{
    max-width: 100%;
}





#hd #epyc-front .picture .box-1 .marker{
    width: 21.5%;
    height: 13%;
    background: rgba(235,156,43,0.6);
    border: 1px solid rgba(235,156,43,1);
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding: 15px 10px 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
}

#hd #epyc-front .picture .box-1 .marker-1{
    left: 50%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-2{
    left: 72%;
    top: 68%;
}
#hd #epyc-front .picture .box-1 .marker-3{
    left: 50%;
    top: 82%;
}
#hd #epyc-front .picture .box-1 .marker-4{
    left: 72%;
    top: 82%;
}




#hd #epyc-front .picture .box-2 .caption{
    width: 21.5%;
    height: 25%;
    padding: 20px;
    border: 1px solid transparent;
    box-sizing: border-box;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
}
#hd #epyc-front .picture .box-2 .caption-1{
    left: 28%;
    top: 18%;
    padding-top: 20px;
    background: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .caption-2{
    left: 50.5%;
    top: 18%;
    padding-top: 13px;
    background: rgba(51,184,217,0.6);
}
#hd #epyc-front .picture .box-2 .line{
    position: absolute;
    width: 1px;
    height: 11%;
}
#hd #epyc-front .picture .box-2 .line-1{
    left: 39%;
    top: 43%;
    background: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .line-2{
    left: 61%;
    top: 43%;
    background: rgba(51,184,217,1);
}


#hd #epyc-front .picture .box-2 .marker{
    width: 21.5%;
    height: 13%;
    border: 1px solid rgba(255,255,255,0.4);
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    padding: 15px 10px 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    color: #00b7ee;
}
#hd #epyc-front .picture .box-2 .marker-1{
    left: 28%;
    top: 54%;
    background: rgba(55,120,7,0.5);
    border-color: rgba(55,120,7,1);
}
#hd #epyc-front .picture .box-2 .marker-2{
    left: 50.5%;
    top: 54%;
    background: rgba(51,184,217,0.3);
    border-color: rgba(51,184,217,0.7);
}





#hd #epyc-front .picture .box-1{
    opacity: 0;
    transition: all 0.5s;
}
#hd #epyc-front .picture .box-2{
    opacity: 0;
    transition: all 0.5s;
}
#hd #epyc-front .picture .box.active{
    opacity: 1;
}






@media screen and (max-width: 1024px) {    
#hd #epyc-front .picture .box-1 .caption{
    padding-top: 10px;
}
#hd #epyc-front .picture .box-2 .caption-1{
    padding-top: 10px;
}
}

@media screen and (max-width: 900px) {    
#hd #epyc-front .picture{
    min-width: 900px;
    transform: translateX(-3%) scale(0.8);
}
}
@media screen and (max-width: 800px) {    
#hd #epyc-front .picture{
    transform: translateX(-8%) scale(0.7);
}
}
@media screen and (max-width: 700px) {    
#hd #epyc-front .picture{
    transform: translateX(-19%) scale(0.6);
}
}
@media screen and (max-width: 550px) {    
#hd #epyc-front{
    padding: 50px 0 0 0;
}
#hd #epyc-front .tabs .tab{
    padding: 10px;
    font-size: 0.9em;
}
#hd #epyc-front .picture{
    transform: translateX(-22%) scale(0.45);
    margin-top: -50px;
}
}

@media screen and (max-width: 450px) {    
#hd #epyc-front .picture{
    transform: translateX(-30%) scale(0.4);
}
}
@media screen and (max-width: 350px) {    
#hd #epyc-front .picture{
    transform: translateX(-32%) scale(0.35);
}
}



/*-----server-----*/

#hd #epyc-server{
    background: #eaf0f0 url('../img/getawaycar.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-server .text{
    max-width: 600px;
    width: 40%;
    margin: 10% 0 50px 10vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-server .text p{
    color: #222;
    text-shadow: 0 0px 3px #fff, 0 2px 5px #fff, 0 0 8px #fff;
}
@media screen and (max-width: 1024px) {    
#hd #epyc-server .text{
    max-width: 40%;
    width: 40%;
    margin: 5% 0 50px 5vw;
}
}
@media screen and (max-width: 768px) {    
#hd #epyc-server{
    background-size: 150% auto;
    background-position: right top;
}
#hd #epyc-server .text{
    max-width: 100%;
    width: 100%;
    margin: 68vw 0 30px 0;
}
}


/*-----hpc-----*/

#hd #epyc-hpc{
    background: #000 url('../img/hpc.jpg') center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-hpc .text{
    max-width: 600px;
    width: 40%;
    margin: 15% 0 50px 55vw;
    padding: 0 30px;
    box-sizing: border-box;
}
#hd #epyc-hpc .text h3{
    color: #fff;
}
@media screen and (max-width: 1024px) {    
#hd #epyc-hpc .text{
    margin-top: 5%;
}
}
@media screen and (max-width: 768px) {    
#hd #epyc-hpc{
    background-size: 150% auto;
    background-position: left top;
}
#hd #epyc-hpc .text{
    max-width: 100%;
    width: 100%;
    margin: 68vw 0 30px 0;
}
}



/*-----storage-----*/

#hd #epyc-storage{
    background: #e2e5e6 url('../img/storage.jpg') center center no-repeat;
    overflow: hidden;
    background-size: cover;
    min-height: 41vw;
}
#hd #epyc-storage .text{
    max-width: 600px;
    width: 40%;
    margin: 15% 0 50px 18vw;
    padding: 0 20px;
    box-sizing: border-box;
}
#hd #epyc-storage .text p{
    color: #222;
    text-shadow: 0 0px 3px #fff, 0 2px 5px #fff, 0 0 8px #fff;
}
@media screen and (max-width: 1200px) {    
#hd #epyc-storage .text{
    max-width: 50%;
    width: 50%;
    margin: 8% 0 50px 15vw;
}
}
@media screen and (max-width: 1024px) {    
#hd #epyc-storage .text{
    max-width: 60%;
    width: 60%;
    margin: 12% 0 50px 5vw;
}
}
@media screen and (max-width: 768px) {    
#hd #epyc-storage .text{
    max-width: 80%;
    width: 80%;
}
}
@media screen and (max-width: 400px) {    
#hd #epyc-storage .text{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 50px 20px;
}
}














