blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}body{font-size:12px;font-family:"Microsoft YaHei",Arial,"\5B8B\4F53",Helvetica,sans-serif;-webkit-tap-highlight-color:transparent}html{color:#333;background:#fff;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}audio,canvas,video{display:inline-block}table{border-collapse:collapse;border-spacing:0}abbr,acronym,fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input{outline:0}a{text-decoration:none;color:#333}img{border:0}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"\20";clear:both;height:0}body{background-color:#202020;min-width:1200px}.w{width:1020px;min-width:1020px;margin-left:auto;margin-right:auto}.red{color:#fa0415!important}.blue{color:#00d2ff!important}.blue2{color:rgba(0,220,255,.65)!important}.yellow{color:#fbf205!important}.yellowish{color:#e8d17f!important}.orange{color:#fc9c01!important}.green{color:#0afa04!important}.green2{color:green!important}.lightGreen{color:#01f1fa!important}.pink{color:#e703fb!important}.indigo{color:indigo!important}.header{height:99px}.header .w{width:1120px;min-width:1120px;margin-left:auto;margin-right:auto}.header .logo{float:left;margin-top:5px}.header .logo img{vertical-align:middle}.header .nav{height:99px;float:right;padding-top:34px}.header .nav li{float:left}.header .nav a{display:inline-block;text-align:center;width:114px;height:34px;line-height:34px;color:#fff;font-size:16px;font-weight:700}.header .nav a:hover{color:#8c0611;background:url(../images/navBg.png) no-repeat}.bg1{height:191px;background:url(../images/bg1.jpg) no-repeat center 0}.bg2{height:200px;background:url(../images/bg2.jpg) no-repeat center 0}.bg3{height:200px;background:url(../images/bg3.jpg) no-repeat center 0}.main{position:relative;background:#fff;padding-bottom:40px}.main .hd{padding-top:30px;margin-bottom:22px}.main .hd img{vertical-align:middle}.main .txt{width:535px}.main p{color:#cc010f;font-size:22px;line-height:35px}.main .tc{margin-top:25px}.main .tc img{vertical-align:middle}.main .table{margin:30px 0 20px 0}.main table{width:100%;text-align:center}.main table.table2{font-size:13px}.main table th{border:solid 1px #fe9c9c;background:#d74c38;height:55px;color:#fff;font-weight:400;text-align:center;font-size:22px}.main table td{border:solid 1px #fe9c9c;height:55px;color:#c72703;font-size:18px}.main table span{display:block}.bowl{position:absolute;left:50%;top:10px;margin-left:100px;width:461px;height:383px;background:url(../images/bowl.png) no-repeat}.bowl .a1,.bowl .a2,.bowl .a3,.bowl .a4,.bowl .a5,.bowl .a6{width:71px;height:78px;position:absolute}.bowl .a1{left:185px;top:143px;background:url(../images/1.png) no-repeat}.bowl .a2{left:252px;top:118px;background:url(../images/2.png) no-repeat}.bowl .a3{left:163px;top:215px;background:url(../images/3.png) no-repeat}.bowl .a4{left:238px;top:204px;background:url(../images/4.png) no-repeat}.bowl .a5{left:116px;top:158px;background:url(../images/5.png) no-repeat}.bowl .a6{left:300px;top:172px;background:url(../images/6.png) no-repeat}
.bowl .btn{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 45px;
    background: url(../images/bowlBtn.png) no-repeat;
    background-position: center;
    background-size: 100%;
    border-radius: 100px;
}
.footer{padding:25px 0 20px 0;text-align:center;font-size:14px;color:#fff}


/* 輸入會員 */
.bowl_box {
    text-align: center;
    min-height: 100px;
    position: relative;
}
.bowl_box .input {
    margin: 0 auto 0;
    margin-top: 30px;
    width: 400px;
    height: 45px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    z-index: 0;
    top: 280px;
    left: 30px;
    border: 3px solid #fdd600;
    border-radius: 100px;
}
.bowl_box .input input {
    margin: 0;
    padding-left: 20px;
    padding-right: 130px;
    width: 400px;
    height: 45px;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 45px;
    box-sizing: border-box;
    border: none;
}
