body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

/*************************************/
/*                home              */
/*************************************/

.home header{
    position: relative;
    text-align: center;
    margin: 20px auto 0px;
    border-bottom: 0px;
}

.home .lang{
    margin-top: 10px;
}

.home_pro {
    margin: 0 auto;
    padding: 20px;
}

.home_pro_box {
    padding: 0px;
}

.home .navbar{
    border-top: 1px solid #dcdcdc;
    background: linear-gradient(1800deg, rgba(204, 204, 204, 1)0%, rgba(255, 255, 255, 1)100%);
    background: -moz-linear-gradient(90deg, rgba(204, 204, 204, 1)0%, rgba(255, 255, 255, 1)100%);
    background: -webkit-linear-gradient(90deg, rgba(204, 204, 204, 1)0%, rgba(255, 255, 255, 1)100%);
    background: -o-linear-gradient(90deg, rgba(204, 204, 204, 1)0%, rgba(255, 255, 255, 1)100%);    
}

.home .navbar-expand-lg .navbar-collapse {
    justify-content:center;
}

.home .navbar-nav {
    margin-top: 0px;
}

.home .navbar .navbar-nav .nav-link {
    padding: 10px 40px;
}

.sm_nav {
    display: none;
}

@media(max-width:1250px){
    .home .navbar .navbar-nav .nav-link{
        padding: 10px 20px;
    }
}

@media(max-width:991px){
    .sm_nav {
        display: block;
    }
    .lg_nav{
        display: none;
    }
    .home .navbar{
        background: none;
        border-top: 0px;
    }
}

@media(max-width:576px){
    .home header .logo_img{
        width: 40%;
    }
    .home .lang{
        position: relative;
        top: 30px;
        margin-top: 0px;
    }
    .home .navbar button{
        position: relative;
        top: -80px;
        z-index: 999;
    }
    .home .navbar .navbar-nav .nav-link{
        text-align: center;
    }
    .home_pro{
        padding-top: 0px;
    }
}

/*************************************/
/*                index              */
/*************************************/

header{
    background-color: #fff;
    border-bottom: 3px solid #ee7b36;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    transition: opacity .5s ease-out;
}

header .container-fluid{
    padding: 0 250px;
}

.logo{
    text-align: center;
    margin: 15px auto;
}

.logo a{
    display: block;
}

@media(max-width:1588px){
    header .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:1095px){
    header .container-fluid{
        padding: 0 15px;
    }
}

@media(max-width:991px){
    .logo{
        margin-bottom: 0px ;
    }
}

@media(max-width:576px){
    .logo_img{
        width: 170px;
    }
	
	.logo{
		margin: 10px auto 2px;
	}
}

@media(max-width:450px){
    .logo_img{
        width: 150px;
    }
}



/********  lang  *********/

.lg_lang{
    font-size: 18px;
    position: absolute;
    right: 250px;
    top: 15px;
    z-index: 999;
}

.lang select{
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
   
    /*改變右邊箭頭樣式*/
    background: url("../eng_img/index/drop.png") no-repeat right center transparent;
     
    border:0px;
    padding-right: 25px;
    outline: none;
    color: #333333;
}

.sm_lang{
    display: none;
}

/*IE隱藏箭頭樣式*/
.lang select::-ms-expand { 
    display: none; 
}

@media(max-width:1588px){
    .lang{
        right: 50px;
    }
}

@media(max-width:991px){
    .sm_lang{
        display: block;
        text-align: center;
    }
    .lg_lang{
        display: none;
    }
}

@media(max-width:576px){
    .lang{
        top: 30px;
        right: 10px;
        margin-bottom: 5px;
    }
}


/********   nav   *********/


.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
	margin-top: 25px;
}

/*.navbar-nav{
    margin-top: 45px;
}
*/
.navbar .navbar-nav .nav-link{
    font-size: 20px;
    color: #333333;
    padding-right: .2rem;
    padding-left: 2.5rem;
}

.navbar .navbar-nav .nav-link:hover{
    color: #ff8034;
}

.dropdown-toggle::after{
    display: none;
}



@media(max-width:1682px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px;
    }
}

@media(max-width:1188px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 6px 10px;
        font-size: 18px;
    }
}

@media(max-width:991px){
    nav.navbar.bootsnav button{
        position: relative;
        top: -70px;
		left: 20px;
    }
}

@media(max-width:420px){
    nav.navbar.bootsnav button{
        top: -50px;
    }
	
	nav.navbar.bootsnav button{
		left: 12px;
    }
}

/********   banner   *********/

.banner_box{
    margin-top: 137px;
}

.carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    opacity:1;
    margin: auto 8px;
}

.carousel-indicators .active{
    box-sizing: border-box;
    background: #ffa200;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../eng_img/banner/left_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 40px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../eng_img/banner/right_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 40px;
    margin-left: 100px;
}

@media(max-width:1685px){
    .banner_box{
        margin-top: 128px;
    }
}

@media(max-width:1195px){
    .banner_box{
        margin-top: 118px;
    }
}

@media(max-width:991px){
    .banner_box{
        margin-top: 132px;
    }
    .carousel-control-prev-icon{
        margin-right: 50px;
    }
    .carousel-control-next-icon{
        margin-left: 50px;
    }
}

@media(max-width:576px){
    .banner_box{
        margin-top: 90px;
    }
    .carousel-control-prev-icon{
        margin-top: 20px;
        margin-right: 0px;
    }
    .carousel-control-next-icon{
        margin-top: 20px;
        margin-left: 0px;
    }
	
	.navbar-toggler {
    	padding: .15rem .50rem;
	}
	
	nav.navbar.bootsnav button {
		position: relative;
		top: -50px;
	}
}

@media (max-width:450px){
	.banner_box {
		margin-top: 80px;
	}
	
	nav.navbar.bootsnav button {
		position: relative;
		top: -47px;
	}
}

/*@media(max-width:370px){
    .banner_box{
        margin-top: 110px;
    }
}

@media(max-width:315px){
    .banner_box{
        margin-top: 100px;
    }
}*/

/****   hp  *****/

.hpContent{
    position: relative;
    top: -40px;
}

.hpContent img{
    border: 1px solid #dcdcdc;
}

@media(max-width:991px){
    .hpContent {
        position: static;
        margin: 5px auto;
    }
    .hpContent .in_probox{
        padding: 0px;
    }
}

@media(max-width:767px){
    .hpContent{
        text-align: center;
    }
}

@media(max-width:576px){
    .hpContent{
        margin: 0 auto;
    }
	
	.hpContent img {
		border: 1px solid #fff;
	}
}

/********  about *********/

.about_box{
    background-color: #f5f5f5;
}

.about_img{
    align-self: center;
}

.about_box .title{
    font-size: 30px;
    font-weight: bold;
    color: #ee7b36;
    margin-bottom: 10px;
}

.about_box .about_text{
    font-size: 20px;
    max-width: 600px;
    padding: 50px 30px;
}

.about_text .more{
    background-color: #ee7b36;
    color: #fff;
    text-decoration: none;
    float: right;
    padding: 5px 30px;
    margin-top: 20px;
}

@media(max-width:991px){
    .about_box .about_text{
        max-width: 100%;
    }
}

/********  news  *********/

.news_box{
    margin-bottom: 60px;
}

.news_box .title{
    font-size: 30px;
    font-weight: bold;
    color: #ee7b36;
    text-align: center;
    margin:  30px auto;
}

.in_news{
    -webkit-box-shadow: 0 0 8px #858585;
    -moz-box-shadow: 0 0 8px #858585;
    box-shadow: 0 0 8px #858585;
    padding: 0px;
}

 .news_link {
    position: relative;
}

 .in_news a:hover .link_hover {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    bottom: 0px;
    opacity: 1;
}

.news_box .in_news .text{
    margin: 10px 10px 0px;
    display: inline-block;
    color: #333333;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_box .in_news .date{
    margin: 10px;
    text-align: right;
    color: #999999;
    font-size: 18px;
}

@media(max-width:767px){
    .news_link{
        text-align: center;
    }
}

/*************************************/
/*                about              */
/*************************************/

.banner_menu{
    margin-top: 137px;
}

.content_box {
    margin-bottom: 80px;
}

.breadcrumb{
    background-color: #fff;
    color: #878787;
    margin-bottom: 30px;
}

.title_style .breadcrumb2{
    text-align: right;
}

.breadcrumb2 .svg-inline--fa.fa-w-16{
    width: 8px;
    color: #f9a16b;
    margin-right: 8px;
}

.title_box{
    font-size: 26px;
    font-weight: bold;
    color: #646363;
}

.title_box img{
    margin-right: 10px;
    vertical-align: bottom;
}

.title_box hr{
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #c9c9c9 0%, #c9c9c9 50%, transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.ab_text{
    margin: auto 15px;
}

.ab_text p{
    font-size: 19px;
    line-height: 30px;
}

.ab_text .bottom_text{
    margin: 40px auto;
}

@media(max-width:1280px){
    .banner_menu{
        margin-top: 130px;
    }
}

@media(max-width:1200px){
    .banner_menu{
        margin-top: 120px;
    }
}

@media(max-width:1040px){
    .banner_menu{
        margin-top: 110px;
    }
}

@media(max-width:991px){
    .banner_menu{
        margin-top: 132px;
    }
    .right_text{
        margin-top: 30px;
    }
	
	.breadcrumb{
		margin-bottom: 15px;
	}
}

@media (max-width:767px){
	.title_box hr{
		margin-bottom: 30px;
	}
}

@media(max-width:576px){
    .banner_menu{
        margin-top: 90px;
    }
	
	.breadcrumb{
		margin-bottom: 0;
	}
	
	.title_box img {
		width: 70px;
	}
	
	.title_box {
    	font-size: 23px;
	}
}

/*@media(max-width:540px){
    .banner_menu{
        margin-top: 170px;
    }
}

@media(max-width:510px){
    .banner_menu{
        margin-top: 165px;
    }
}*/

/*@media(max-width:480px){
    .banner_menu{
        margin-top: 160px;
    }
}*/

@media (max-width:450px){
	.banner_menu {
		margin-top: 83px;
	}
}

/*@media(max-width:410px){
    .banner_menu{
        margin-top: 155px;
    }
}*/

/*@media(max-width:385px){
    .banner_menu{
        margin-top: 150px;
    }
}

@media(max-width:355px){
    .banner_menu{
        margin-top: 145px;
    }
}
*/
/*************************************/
/*              product              */
/*************************************/

.product .product_box{
    font-size: 18px;
    margin-bottom: 30px;
}

.product .product_box a{
    color: #333333;
    text-decoration: none;
    display: block;
}

.product_box img{
    border: 1px solid #c9c9c9;
}

.product_box .pro_text{
    margin: 10px 5px;
}

.product_box .or_twxt{
    color: #e28541;
    font-size: 18px;
}

.product_box .bl_text{
    color: #333333;
    font-size: 20px;
}

.prodel .del_text .title{
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.prodel{
    margin: 20px auto 40px;
}

.prodel .del_img{
    border: 1px solid #c9c9c9;
}

.prodel .del_text{
    padding-left: 30px;
}

.prodel .del_text hr{
    border: .5px solid #e8e8e8;
    margin: 0px;
}

.prodel .del_text .pro_name{
    color: #333333;
    font-size: 18px;
    margin: 15px auto;
}

.prodel .del_text .pro_name span{
    color: #e28541;
}

.inquiry_btn{
    display: flex;
    margin-top: 30px;
}

.inquiry_btn li{
    margin-right: 10px;
}

.inquiry_btn a{
    background-color: #ef8342;
    width: 125px;
    height: 45px;
    font-size: 17px;
    color: #fff;
    display: block;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ff5700;
}

.inquiry_btn a:hover{
    background-color: #ff5700;
    border: 1px solid #ef8342;
    color: #fff;
}

.product .sub_box{
    background-color: #eeeeee;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-left: 8px solid #ed752d;
}

.prodel_text{
    margin: 20px 10px;
    font-size: 18px;
}

.prodel_text p{
    margin-left: 30px;
    text-indent: -25px;
    margin-bottom: 15px;
}

.detail_table{
    margin-top: 40px;
}

.detail_table .table{
    text-align: center;
    font-size: 18px;
}

.detail_table .table thead{
    background-color: #231f20;
    color: #ffffff;
}

.detail_table .table thead th{
    padding: 10px;
    border-right: 1px solid #eeeeee;
}

.detail_table .table thead th:last-child{
    border-right: none;
}

.detail_table .table tbody tr:nth-child(even){
    background-color: #fff4ee;
}

.detail_table .table tbody td{
    border-right: 1px solid #eeeeee;
    border-top: 0px;
}

.detail_table .table tbody td:last-child{
    border-right: none;
}

.back{
    background-color: #ef8342;
    color: #fff;
    border: 1px solid #ff5700;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 18px;
    display: table;
    margin: 40px auto;
}

.back:hover{
    background-color: #ff5700;
    border: 1px solid #ef8342;
    text-decoration: none;
    color: #fff;
}

@media(max-width:767px){
    .detail_table .table{
        white-space: nowrap;
        max-width: 600px;
    }
    .prodel .del_text .title{
        margin-top: 20px;
    }
}

@media(max-width:576px){
    .product .product_box{
        text-align: center;
    }
}

@media(max-width:480px){
    .inquiry_btn{
        display: inline-block;
        width: 100%;
    }
    .inquiry_btn a{
        width: 100%;
        margin: 10px auto;
    }
}

/*****   inquiry   *****/

.inquiry .table{
    text-align: center;
    border: 1px solid #eeeeee;
}

.inquiry .table th,
.inquiry .table td {
    border-left: 1px solid #eeeeee;
}

.inquiry .table thead{
    background-color: #231f20;
    color: #fff;
    font-size: 18px;
}

.inquiry .table tbody tr:nth-child(even){
    background-color: #fff4ee;
}

.inquiry .model{
    width: 45%;
}

.inquiry .amount{
    width: 10%;
}

.inquiry .amount input{
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
}

@media (max-width:680px){
    .inquiry .table{
        border: 0px;
    }

	.inquiry thead {
		display: none;
	}

	.inquiry tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(0,0,0,0.15);
        border-top:none;
	}

	.inquiry tbody th{
		background: #231f20;
		color: #fff;
        width: 100%;
        display: block;
	}

	.inquiry thead th, 
	.inquiry tbody td {
		display: block;
        width: 100%;
        text-align:center;
    }

    .inquiry .model{
        width: 100%;
        text-align: center;
    }

    .inquiry .amount{
        width: 100%;
        text-align: center;
    }
}

/*************************************/
/*                news               */
/*************************************/

.news_con table{
    text-align: center;
    font-size: 18px;
    border: 1px solid #eeeeee;
}

.news_con table thead{
    background-color: #231f20;
    color: #fff;
    font-size: 20px;
}

.news_con table tbody tr:nth-child(even){
    background-color: #fff4ee;
}

.news_con table tbody td{
    border-right: 1px solid #eee;
}

.news_con table th{
    border-right: 1px solid #eee;
}

.news_con table th:first-child{
    width: 10%;
}

.news_con table th:nth-child(2){
    width: 18%;
}

.news_con table th:last-child{
    text-align: left;
    padding-left: 20px;
}

.news_con table td:last-child{
    text-align: left;
}

.news_con table td a{
    color: #333333;
    text-decoration: none;
}

.news_con table td a:hover{
    border-bottom: 1px solid;
    color: #ed752d;
}

@media(max-width:767px){
    .news_con table th:nth-child(2){
        width: 25%;
    }
}

@media(max-width:600px){
    .news_con table tbody tr{
        border: 1px solid #ed752d;
        display: block;
        margin-bottom: 20px;
    }
}

/*      news_detail     */

.news_detail tbody tr{
    border: 1px solid #dcdcdc;
}

.news_detail .det_title{
    min-width: 200px;
    background-color: #231f20;
    font-size: 18px;
    color: #fff;
    text-align: right;
}

.news_detail .det_con{
    padding-left: 20px;
    text-align: left;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}

.news_detail .det_con img{
    margin: 20px auto;
}

@media(max-width:991px){
    .news_detail{
        width: 100%;
    }
    .news_detail .content_text{
        margin-right: 0px;
    }
}

@media (max-width:767px){
    .news_detail .det_title{
        text-align: left;
    }
    .news_detail tbody tr{
        display: grid;
    }
    .news_detail table th:first-child{
        width: 100%;
        display: table-caption\0;
    }
    .news_detail .det_con{
        display:table-caption\0;
    }
}

@media screen and (max-width: 600px) {
    .news table {
      border: 0;
    }
    
    .news table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    .news table td {
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    .news table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
}

@media (max-width:480px){
    .news_detail .det_title{
        width: 120px;
    }
}

/*************************************/
/*               video              */
/*************************************/

.video_box{
    margin-bottom: 30px;
}

.video_box a{
    position: relative;
    display: block;
}

.video_box a:hover .video_hov{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../eng_img/other/video_icon.png) no-repeat center rgba(0,0,0,0.5);
}

.video_box p{
    font-size: 20px;
    margin: 10px auto;
    color: #333333;
}

.video_del video{
    width: 100%;
    min-height: 380px;
    background-color: #000;
}

.video_del .title{
    font-size: 22px;
    color: #333333;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.video_del .sub{
    font-size: 18px;
    color: #858585;
    margin-bottom: 10px;
}

.video_del .text{
    font-size: 18px;
}

@media(max-width:767px){
    .video_del video{
        margin-bottom: 20px;
    }
    .video_del video {
        min-height: 300px;
    }
}

@media(max-width:576px){
    .video_box{
        text-align: center;
    }
}

/*************************************/
/*             download              */
/*************************************/

.download_con table{
    text-align: center;
    font-size: 18px;
    border: 1px solid #eeeeee;
}

.download_con table thead{
    background-color: #231f20;
    color: #fff;
    font-size: 20px;
}

.download_con table tbody tr:nth-child(even){
    background-color: #fff4ee;
}

.download_con table tbody td{
    border-right: 1px solid #eee;
    vertical-align: middle;
    border-top: 0px;
    padding: 8px;
}

.download_con table th{
    border-right: 1px solid #eee;
}

.download_con table th:first-child{
    width: 8%;
}

.download_con table th:nth-child(2){
    text-align: left;
    padding-left: 20px;
}

.download_con table td:nth-child(2){
    text-align: left;
    padding-left: 20px;
}

.download_con table th:last-child{
    width: 18%;
}

.download_con table td a{
    background: url(../eng_img/other/down.png) no-repeat center;
    display: block;
    height: 38px;
}

.download_con table td a:hover{
    background: url(../eng_img/other/down_hov.png) no-repeat center;
}

@media(max-width:767px){
    .download_con table th:last-child(2){
        width: 25%;
    }
}

@media screen and (max-width: 600px) {
    .download_con table {
        border: 0;
    }
    
    .download_con table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
    }

    .download_con table tbody td {
        display: block;
        font-size: 16px;
        border-top: 1px solid #eee;
    }

    .download_con table td:nth-child(2){
        text-align: center;
    }
    
    .download_con table td::before {
        /*
         * aria-label has no advantage, it won't be read inside a table
         content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .download_con table tbody tr{
        border: 1px solid #ed752d;
        display: block;
        margin-bottom: 20px;
    }
}


/*************************************/
/*             contact              */
/*************************************/

.con_form p{
    font-size: 18px;
}

.con_form .description{
    color: #333333;
    font-size: 18px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #fff4ee;
    border: 1px solid #ebd7cd;
    margin-top: 15px;
    width: 100%;
    padding: 8px 15px;
    color: #333;
    font-size: 16px;
}

/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #d7baa9; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #d7baa9; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#d7baa9;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #d7baa9;}


textarea::-webkit-input-placeholder { color: #d7baa9; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #d7baa9; }

textarea:-ms-input-placeholder { color: #d7baa9;  }

.content_form textarea:-ms-input-placeholder{color: #d7baa9;}

.authcode_right{
    margin-top: 22px;
}

.contact_btn{
    text-align: center;
    margin-top: 40px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    padding: 8px 40px;
    color: #fff;
    background-color: #ef8342;
    font-size: 18px;
    text-decoration: none;
    display: table;
    margin: 20px;
    border: 1px solid #ff5700;
    border-radius: 5px;
    cursor: pointer;
}
    
.contact_btn .btn_con:hover{
    background-color: #ff5700;
    border: 1px solid #ef8342;
}

@media(max-width:991px){
    .con_form .description{
        margin-top: 20px;
    }
}

/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px 0px;
}

.page li{
    display: inline;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    font-size: 20px;
    color: #999999;
    text-decoration: none;
}

.page li .number{
    padding: 1px 10px;
    border: 1px solid #999999;
    border-radius: 50px;
}

.page li .number:hover {
    background-color: #999999;
    color: #fff;
}


/*************************************/
/*               footer              */
/*************************************/

footer{
    background-color: #ed752d;
    color: #ffffff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow:inset 0px 10px 10px -10px #531f00;
}

footer .title{
    font-size: 30px;
    font-weight: bold;
}

footer hr{
    margin: 5px auto;
    border: 1px solid #ff8034;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

@media(max-width:450px){
    footer span{
        display: block;
    }
}
