@import url(common.css);
img{width:100%;}
.center{text-align:center;}
.btn{display:inline-block; width:100%; height:85px; line-height:85px; padding-left:5%; box-sizing:border-box; border-radius:10px; font-size:25px;}
.btn2{display:inline-block; width:100%; height:65px; line-height:64px;  box-sizing:border-box; border-radius:10px; font-size:25px;}
.btn_bg1 {background-color:#f26521 !important; color:#fff;}
.btn_bg2 {background-color:#272727 !important; color:#fff;}
.btn_bg3 {background-color:#646464 !important; color:#fff;}


.inbox{width:85.18%; margin:0 auto;}

.header{position:fixed; top:0; left:0; width:100%; padding:20px 0; background-color:#f26521; z-index:1;}
.header h1{width:17.59%; margin:0 auto;}
.header h1 img{display:block;}

.contents{position:relative; width:100%; height:100%; background:url(../images/bg.png) no-repeat 50%; background-size:cover;}
.contents .inbox{position:absolute;top:50%;margin-top: -42px;left:50%;margin-left:-42.59%;}
.contents .btn{background:url(../images/go.png) no-repeat 95% 50%; background-size:42px !important;}
.contents .btn_bg1{}
.footer{position:fixed; bottom:0; left:0; width:100%; text-align:center; background-color:#f26521; z-index:1; padding:15px 0; color:#f2c7b2; font-size:12px;}

.sub_header{}
.sub_header h3{padding:0 7.41%; background-color:#272727; height:60px; line-height:60px; color:#fff; font-size:25px; font-weight:400}
.sub_header h3 img{width:50px; vertical-align:middle; margin-right:5px;}


