@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,300,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
  font-family: arial, sans-serif, Microsoft JhengHei;    
  font-size: 30px;
  background: #000;
  padding: 0;
  margin: 0;
  color: #fff;
  
}
.conbox{
  max-width:1920px;
  margin:0 auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }

.title {
  font-size: 3em;
  line-height: 1.3em;
  color: #36FFDF;
  text-align: center;  
  font-weight:bold;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei;
}



.text {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3em;  
  margin-bottom: 1em;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei; 
}

.note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}


header{
  height:100px;
}
header .headerlogo{
  width:200px;
  margin-top:26px;
  margin-left:10%;
  display:inline-block;
}
header .sociallan{
  right:10%;  
  display:inline-block;
  position:absolute;
  margin-top:30px;  
}

.socialbtn{    
  float:left;
}
.socialbtn ul li{
  float:left;  
  list-style: none;  
  margin-left:10px;
}
.lanbarside{
  display:inline-block;
}    

.lanbar{ 
  border: 1px solid #666;  
  box-shadow: 0px 0px 4px #666;  
  background-color: #000;
  font-family: arial, sans-serif, Microsoft JhengHei;  
  color:#fff;    
  outline:none;
  cursor: pointer;    
  font-size:16px;  
  padding:10px;  
  margin-left:20px;  
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.lanbar:hover{ 
  border: 1px solid #999;  
}

#main{
  position: relative;
  overflow: hidden;
}

#amdmodel{  
  background-image: url("../images/Ryzen_bg.jpg"); 
  background-position: top center;  
  background-repeat: no-repeat;
  min-height: 1890px;
  padding-top:230px;
  
}
#amdmodel .text{  
  padding:10px;
}
#amdmodel .margli{
  margin-bottom: 10px;
  width:300px;
}
#amdmodel a{  
  color:#fff;
  text-decoration: none;  
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  
}
#amdmodel a:hover{   
  color:#36FFDF;
  text-decoration: none;  
}
#amdmodel .m1 ul, #amdmodel .m2 ul{   
  float:left;    
}
#amdmodel .m1, #amdmodel .m2{  
  overflow: hidden;  
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3em;  
  margin-bottom: 1em;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei; 
}
#amdmodel ul li{  
  list-style: none;
}
#amdmodel .modelbox{
  max-width:1300px;
  margin:0 auto;
}
.modelline{
  border-left:1px solid #fff;
  height:300px;
  display:inline-block;
  margin-left:40px;
  margin-right:30px;
}



#award {
  overflow: hidden;
  width:72%;
  margin:0 auto; 
  margin-bottom: 100px;   
}

.wtbimg {    
  margin:0 auto;
  margin-bottom:100px;
}

.wtbimg .wtbco{  
  text-align: center;  
  float:left;
  margin-left:7%;
  margin-bottom:30px;
}


.wtbimg .wtbco a{    
  color:#fff;
  line-height: 46px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}


.wtbimg .wtbco a:hover{    
  color:#36FFDF;
}


.awardbox{  
  width:21%;  
  border:2px solid #FF6600;  
  float:left;
  padding:10px;
  margin-left:10px;  
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;  
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  padding-bottom:20px;
}

.awardbox:hover{
  box-shadow: inset 0px 0px 60px #ff6600;  
}


.awardbox a{
  color:#fff;
  text-decoration: none;  
}

.awardbox a:hover{  
  color:#36FFDF;
}


footer{
  margin-top:2%;
  margin-bottom:2%;
  text-align: center;
  font-size:14px;
  color:#999;
}

footer .consize{
  margin-top:10px;
}
footer a{
  color:#999;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

footer a:hover{
  color:#fff;
}


/* Go Top */
#gotop{
  width:100px;
  background-color:rgba(51,51,51, 0.8);
  color:#FFFFFF;
  border-radius:10px;
  margin:10px;
  padding:10px;
  cursor:pointer;
  text-align:center;
  font-size:13px;
  bottom:30px;
  right:4%;
  position:fixed;	
  display:none;
  transition:all 0.3s linear;
  font-family: Arial, Helvetica, sans-serif;
  z-index:11;  
}

#gotop:hover{
  background-color:#de5801;
}

       .snow-container {
          position: absolute;
          height: 800px;
          width: 100%;
          max-width: 100%;
          top: 0;
          overflow: hidden;
          z-index: 2;
          pointer-events: none;        
        }

        .snowimg {          
          display: block;
          position: absolute;
          z-index: 2;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          pointer-events: none;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
        -webkit-animation: snowani linear infinite;
                animation: snowani linear infinite;
        }
        .snowimg.foreground {
        background-image: url("../images/snowa.png");
        -webkit-animation-duration: 15s;
                animation-duration: 15s;
        }
        .snowimg.foreground.layered {
        -webkit-animation-delay: 7.5s;
                animation-delay: 7.5s;
        }
        
        .snowimg.background {
        background-image: url("../images/snowb.png");
        -webkit-animation-duration: 30s;
                animation-duration: 30s;
        }
        .snowimg.background.layered {
        -webkit-animation-delay: 15s;
                animation-delay: 15s;
        }

        .snowimg.middleground {
        background-image: url("../images/snowc.png");
        -webkit-animation-duration: 20s;
                animation-duration: 20s;
        }
        .snowimg.middleground.layered {
        -webkit-animation-delay: 10s;
                animation-delay: 10s;
        }

        @-webkit-keyframes snowani {
          0% {
              -webkit-transform: translate3d(0, -100%, 0);
                      transform: translate3d(0, -100%, 0);
          }
          100% {
              -webkit-transform: translate3d(0, 100%, 0);
                      transform: translate3d(0, 100%, 0);
          }
        }

        @keyframes snowani {
          0% {
              -webkit-transform: translate3d(0, -100%, 0);
                      transform: translate3d(0, -100%, 0);
          }
          100% {
              -webkit-transform: translate3d(0, 100%, 0);
                      transform: translate3d(0, 100%, 0);
          }
        }




@media screen and (max-width: 1680px) {

  .awardbox{  
    width:21%;  
    font-size:24px;
    border:2px solid #FF6600;  
    float:left;
    padding:10px;
    margin-right:10px;  
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;  
    font-family: 'Oswald', sans-serif, Microsoft JhengHei;
    padding-bottom:20px;
  }
  #award {
    width:86%;
  }

}


@media screen and (max-width: 1400px) {

.wtbimg .wtbco{  
  margin-left:40px;
}

}

@media screen and (max-width: 1300px) {
  .awardbox{  
    width:20%;  
  }
}

@media screen and (max-width: 1280px) {
 
  #amdmodel{  
    background-image: url("../images/Ryzen_bg_1280.jpg"); 
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1380px;    
  }
  #amdmodel .modelbox{
    max-width:800px;
    margin:0 auto;
  }
  .modelline{
    border-left:1px solid #fff;
    height:200px;
    display:inline-block;
    margin-left:30px;
    margin-right:30px;
  }
  #amdmodel .margli{
    margin-bottom: 10px;
    width:200px;
  }

  #amdmodel .m1, #amdmodel .m2{  
    overflow: hidden;  
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3em;  
    margin-bottom: 1em;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif, Microsoft JhengHei; 
  }

  #amdmodel .modelbox{
    max-width:1000px;
    margin:0 auto;
  }

  .title{
    font-size:60px;
    line-height:70px;
  }
  .text{
    font-size:20px;
  }

  .wtbimg .wtbco img{  
    width:70%;      
  }
  

}

@media screen and (max-width: 1100px) {
  .awardbox{  
    width:42%;  
    margin-top:20px;
  }
}


@media screen and (max-width: 990px) {
  #amdmodel .m1, #amdmodel .m2{  
    font-size:24px;
    margin-left:2%;
    margin-top:2%;

  }

  #amdmodel .modelbox{
    max-width:1000px;
    margin:0 auto;
  }

  .wtbimg .wtbco{      
    margin-left:-30px;
  }
  .wtbimg .wtbco{      
    width:50%;
  }
  
}


@media screen and (max-width: 768px) {
  #amdmodel .modelbox{
    max-width:700px;
    margin:0 auto;
  }
  #amdmodel .margli{    
    width:200px;
    margin-top:40px;
  }

  .modelline{    
    margin-right:20px;
  }



  
}

@media screen and (max-width: 640px) {
  #amdmodel{  
    background-image: url("../images/Ryzen_bg_640.jpg"); 
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1000px;    
    padding-top:160px;
  }

  #amdmodel .modelbox{
    max-width:700px;
    margin:0 auto;
  }
  #amdmodel .margli{    
    width:100px;
    margin-top:0px;
  }

  .modelline{    
    margin-left:10px;
    margin-right:10px;
    height:130px;
  }

  #amdmodel .m1, #amdmodel .m2{  
    font-size:18px;
    margin-left:2%;
    margin-top:2%;
  }


  header{
    height:100px;
  }
  header .headerlogo{
    width:140px;
    margin-top:20px;
    margin-left:20px;
  }
  header .sociallan{
    right:20px;        
    position: absolute;
    margin-top:30px;  
  }
  .socialbtn{    
    float:left;    
  }

  .lanbarside{
    margin-top:-10px;
  }
  .title{
    font-size:40px;
    line-height: 40px;
  }
  .text{
    font-size:20px;
  }


  #award {
    overflow: hidden;    
    margin:0 auto;    
  }
  
  .awardbox{
    margin-top:20px;
    width:80%;
    margin-right:0px;
  }


  .wtbimg .wtbco{      
    margin-left:0px;    
  }

  .wtbimg .wtbco a{      
    font-size:20px;
    line-height: 30px;
  }
  

  /*TOP*/
  #gotop{
    width:100%;
    background-color:rgba(51,51,51, 0.8);
    color:#FFFFFF;
    border-radius:0px;
    margin:0px;
    padding:10px;
    cursor:pointer;
    text-align:center;
    font-size:13px;
    bottom:0px;
    right:0%;
    position:fixed;	
    display:none;
    transition:all 0.3s linear;

  }

  footer{        
    margin:0 auto;
    margin-top:20px;
    margin-bottom:60px;
    width:80%;    
  }


}


@media screen and (max-width: 530px) {
    header{
      height:120px;
    }

    header .sociallan{
      margin-top:60px;  
    }

}


@media screen and (max-width: 480px) {
    #amdmodel{  
      background-image: url("../images/Ryzen_bg_480.jpg"); 
      background-position: top center;
      background-repeat: no-repeat;
      min-height: 1360px;  
      padding-top:120px;  
    }

    #amdmodel .modelbox{
      max-width:700px;
      margin:0 auto;
    }
    #amdmodel .margli{    
      width:auto;
      margin-top:20px;
    }

    .modelline{    
      display:none;
    }
    #amdmodel ul li{  
      margin-left:10px;
      margin-right:10px;
    }
 
}

@media screen and (max-width: 370px) {
      header{
        height:160px;
      }

    header .sociallan{
      margin-top:60px;  
      margin-right:40px;
    }

    .socialbtn{    
      float:none;
    }


}

@media screen and (max-width: 360px) {

  #amdmodel{ 
    padding-top:100px;
  }
  
}



@media screen and (max-width: 320px) {
  #amdmodel{  
    background-image: url("../images/Ryzen_bg_320.jpg"); 
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1460px;    
  }

}