﻿body {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: Arial, "微軟正黑體", Helvetica, "sans-serif";
}

img {
    border:0;
}

.container {
    position:relative;
    width:100%;
    /*text-align:center;*/
}

.mainCenter {
    width:100%;
    max-width:1000px;
    position:relative;
    text-align:center;
    overflow:hidden;
}

.header {
    background-color:#fff;
    min-width:1366px;
    height:75px;
    position:fixed;
    width:100%;
    top:0px;
    z-index:99;
}

.header .center {
    width: 98%;
    height:75px;
    position:relative;
    margin:0 auto;
}

.header .center .logo {
    width:171px;
    height:75px;
    margin-left:15px;
    float:left;
    /*left:30px;
    position:absolute;*/
}

.header .center ul {
    padding:0px;
    margin:0px;
    float:right;
    list-style-type:none;
    margin-right:40px;
    /*position:absolute;
    right:81px;*/
}

.header .center ul li {
    float:left;
    margin-top:30px;
}

.header .center ul li.item1 a,.header .center ul li.item2 a,.header .center ul li.item3 a {
    font-size:17px;color:#777;
    /*padding-right:40px;*/
    cursor:pointer;
    text-decoration: none;
}

.header .center ul li.item1 a:hover,.header .center ul li.item1.active a,.header .center ul li.item2 a:hover,.header .center ul li.item2.active a,.header .center ul li.item3 a:hover,.header .center ul li.item3.active a{color:#1bb8e4;font-weight:bold;}

/**--goBtn--**/
.goBtn{width:215px;height:195px;background-image:url(../images/goBtn_bg.png);background-position: right center;background-repeat: no-repeat;position:fixed;right:40px;bottom:40px;z-index:88;}
.goright{position:relative;z-index: 99;width:41px;height:186px;display:inline-block;background:url(../images/go_btn.png) center center no-repeat;margin:0 10px 0 0;}
.goleft{position:relative;z-index: 99;width:40px;height:186px;display:inline-block;background:url(../images/go_btn2.png) center center no-repeat;margin:0;}
.goBtn a:hover{cursor: pointer;-webkit-filter:brightness(80%);}
/**--goBtn--**/
/**--kv--**/
.kv{width:100%;background-color:#d7ae84;background-image: url(../images/kv_bg.png);background-position: center 75px;background-repeat: no-repeat;min-height: 677px;}
.kv .center{width:1000px;margin:0 auto;position:relative;}
.kv .center img{position:absolute;margin-left: 290px;margin-top: 168px;}
.actBtn{
    width:364px;
    height:162px;
    display:block;
    background:url(../images/btn.png) no-repeat;
    position:absolute;
    margin-left: 320px;
    margin-top: 380px;
}
.actBtn:hover,.actBtn-bottom:hover{
    filter:brightness(1.2);
    transform: scale(0.9,0.9)
}
.actBtn-bottom{
    width:364px;
    height:162px;
    display:block;
    background:url(../images/btn.png) no-repeat;
    margin:60px auto 40px auto;
}
.point{text-align: center; margin:65px auto 40px auto;}
/**--context-**/
.stepH1{width:100%;height:57px;line-height:80px;background:#1b1b1b;text-align: center; }
.step ul{margin:0;padding:0;border:0;box-sizing: border-box;}
.step li{width:100%;background-color:#fff;list-style: none;text-align: center;padding:60px 0;}
.step li:nth-child(odd){width:100%;background-color:#fffeee;list-style: none;text-align: center;padding:60px 0;}
.step img:nth-child(even){padding-top:40px;}

/**--footer--**/
.footer {
    background-color:#009043;
    min-width:1000px;
    height:53px;
    position:relative;
    width:100%;
    overflow:hidden;
}

.footer .center {
    width:1000px;
    height:53px;
    position:relative;
    margin:0 auto;
    text-align:center;
}

.footer .center > img {
    position:relative;
    width:84px;
    height:15px;
    margin-top:20px;
}

/*-login end-*/

.hide {
    display:none;
}

.placeholder {
    color: #999;
    opacity: 1;
}

.clear {
    clear:both;
}

.mail-btn{display:block;width:161px;height:61px;background: url(../images/mail-btn.png) no-repeat;position:absolute;z-index: 199;right: 0;top: 6px;}
.mail-btn:hover{filter: brightness(.8);}
/*-----popup------*/
.popup{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 599;
    display: none;
    overflow: auto;
}
.popup > div{
    position: absolute;
    top: 20%;
    left: calc(50% - 400px);
    text-align: center;
    font-size: 18px;
    width: 660px;
}
.popup > div > ul {
    padding-left: 23px;
}
.popup > div > ul li{
    list-style-type:disc;
}
.popup > div > ul li span{
    font-weight: bold;
}
h6{
    font-size: 24px;
    color: #ff5722;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 5px;
}

.popclose{
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    top: -40px;
    right: -30px;
    cursor: pointer;
    transition: 0.3s;
}
.popclose:hover{
    transform: rotate(180deg);
}
.op1{
    margin: 0 auto;
    text-align: center;
}
.op1 .title{border:1px solid #1d9c3f;/* width: 600px; */height:60px;border-radius: 12px 12px 0 0;background:background: -webkit-linear-gradient(180deg, rgb(0, 144, 67), rgb(72, 173, 56));background: linear-gradient(180deg, rgb(0, 144, 67), rgb(72, 173, 56));}
.op1 .context{border:1px solid #1d9c3f;/* width: 552px; */padding:24px;background:#fff;text-align: left;border-radius: 0 0 12px 12px;}
.op1warn{
    position: absolute;
    background: #f4f4f4;
    width: calc(100% - 40px);
    bottom: 0;
    left: 0;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0px 20px 40px;
    border-radius: 0 0 10px 10px;
}
input[type="text"] {
    background: #f4f4f4;
    border: none;
    margin: 0 0 40px 0;
    border-radius: 4px;
    width: 95%;
    height:55px;
    line-height: 55px;
    padding-left: 2%;
    font-size: .9em;
    color:#666666;
}
label {
    font-size: 1em;
    text-align: left;
    margin-left: 10px;
    display: block;
    color:#666666;
}
:focus {outline: none;}
.mailBtn{background:#ff9100;width:173px;height:55px;line-height: 55px;color:#fff;margin: 0 auto 20px auto;font-size: 1em;font-weight:bold;display: block;text-align: center;border-radius: 4px;cursor: pointer;}
a.mailBtn:hover{background: #ff6a00;}
.op1>.title>img {margin-top: 3px;}
.plusBtn{width:20px;height:20px;cursor: pointer;background:url(../images/plusbtn_on.png) no-repeat;display: inline-block;vertical-align: middle;margin-left: 1%;}
.plusBtn:hover{background:url(../images/plusbtn.png) no-repeat;}
.plusBtn.on{background:url(../images/plusbtn.png) no-repeat;}
#showNumBox{display:none;}
/* --手機版型------------------------------------- */

@media screen and (max-width: 1000px) {
    
    *{
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    html,body{
        -webkit-text-size-adjust:none;
    }
    
    .container{
        width:100%;
        min-width: 320px;
        margin:0;
        overflow:auto;
    }
    .header{min-width: 320px;}
    .header>.center {width: 96%;min-width: 320px;}
    .kv>.center {width:100%}
    /**--kv--**/
    .point{width: 100%;height:auto;}
    /**--context-**/
    .op1 .title{padding-top: 14px;height: 78px;}
    .popup > div{width: 80%;}
    .point>img,.step>ul>li>img{width: 96%;}
    .step li{text-align: center;}
    .step li:nth-child(odd){text-align: center;}
    .op1 .context{/* width: 800px; */}
    input[type="text"] {
    font-size: 1.5em;
    padding: 3%;
    margin-bottom: 5%;
    }
    label {
        font-size: 1.5em;
    }
    .mailBtn{font-size: 1.5em;width: 40%;height: 90px;line-height: 90px;margin-top: 20px;margin-bottom: 40px;}
}
