@import url('reset.css');



/*a*/

a {
    text-decoration: none;
    noFocusline: expression(this.onFocus=this.blur());
    outline: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
    text-decoration: none;
}




/*img*/

img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%":"auto");
    overflow: hidden;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}




/*==========  text initial start====================*/

body {
    width: 100%;
    font-size: 12px;
    font-size: 75%;
    background: #000;
    font-family: '微軟正黑體', 'PTSansNarrowRegular', '新細明體', 'Arial Unicode MS', Arial, Helvetica, sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#battery_service {
    width: 100%;
    font-size: 12px;
    background: #000;
    font-family: '微軟正黑體', 'PTSansNarrowRegular', '新細明體', 'Arial Unicode MS', Arial, Helvetica, sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* section common */

#battery_service .h1 {
    margin-top: 0;
    font-size: 1.65rem;
    padding: 10px 0;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

#battery_service .h2 {
    font-size: 2.25rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    padding: 10px 0;
    margin: 0;
}

#battery_service .h3 {
    font-size: 1.25rem;
    color: #ccc;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
}

#battery_service .block_line {
    width: 100%;
    height: 1px;
    background-color: #3f3f3f;
    margin: 10px 0 20px;
}

#battery_service .gradient_bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282828+1,1f1f1f+100 */
    background: #282828;
    /* Old browsers */
    background: -moz-linear-gradient(top, #282828 1%, #1f1f1f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #282828 1%, #1f1f1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #282828 1%, #1f1f1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#1f1f1f', GradientType=0);
    /* IE6-9 */
}

#battery_service .page_header {
    width: 100%;
    padding: 4rem 2rem;
}

#battery_service .page_header .header_inner {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

#battery_service .page_content {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

#battery_service .content_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 15px;
}




/* section content */

#battery_service .section-headline {
    width: 100%;
    max-width: 50rem;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}

#battery_service .secction-body {
    width: 100%;
    max-width: 50rem;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}




/*input*/

#battery_service .inputbox {
    width: 100%;
    max-width: 30rem;
    margin: 30px auto 25px;
    padding: 0px 15px;
    position: relative;
}

#battery_service .inputbox .input-control {
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*btn */

#battery_service .inputbox .btn_main {
    margin: 3px 0 0 0px;
    float: right;
}

#battery_service .inputbox .btn_main.submit_btn {
    background-color: #ed1c24;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    border: none;
    color: #ffffff;
    width: 100px;
    font-weight: normal;
    font-size: 1rem;
    padding: 0;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

#battery_service .inputbox .btn_main.submit_btn:hover,
#battery_service .inputbox .btn_main.submit_btn:active {
    opacity: .85;
}



/*infor*/

#battery_service .infor {
    width: 100%;
    padding: 5rem 0;
}

#battery_service .infor .h4 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

#battery_service .infor .dec {
    text-align: left;
    font-size: 1rem;
    letter-spacing: .21px;
    line-height: 1.52947;
    color: #ccc;
}

#battery_service .infor .dec-list-txt {
    text-align: left;
    font-size: 1rem;
    letter-spacing: .21px;
    line-height: 1.52947;
    color: #ccc;
    padding: 10px 0;
}

#battery_service .infor .dec-list-txt li {
    display: block;
    padding: 5px 0;
}

#battery_service .infor .dec-list-txt li:before {
    content: "●";
    position: relative;
    font-size: 5px;
    transform: scale(0.5);
    padding-right: 0px;
    display: inline-block;
    color: #ed1c24;
}






/*msg*/

.att_msg {

    padding: 15px 15px;
    background-color: #333;
    margin-bottom: 15px;
    border: 1px solid #3f3f3f;
    position: relative;
    top: 10px;
    right: 0px;
    width: 100%;
    /*height:50px;*/
    border-radius: 3px;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes msgfadIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.att_msg.open {
    animation-name: msgfadIn
}

.att_msg:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    ;
    right: 50%;
    padding: 0;
    border-bottom: 8px solid #333;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.att_msg:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    right: 49.9%;
    padding: 0;
    border-bottom: 9px solid #3f3f3f;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

.att_msg_word {
    display: block;
}

.att_msg_word p {
    font-size: 15px;
    line-height: 1.25;
    color: #fff;
}




/* btn */

#battery_service .linkbox {
    width: 100%;
    margin: 0 auto;
}

#battery_service .txt_btn {
    font-size: 1rem;
    line-height: 1.25;
    padding: 5px 15px;
    color: #ed1c24;
    text-decoration: underline;
}




/**/

@media screen and (max-width: 736px) {
    #battery_service .content_inner {
        width: 100%;
        padding: 2rem 15px;
    }
    #battery_service .h2 {
        font-size: 1.65rem;
    }
    #battery_service .h3 {
        font-size: 1rem;
    }
    #battery_service .infor {
        width: 100%;
        padding: 2.5rem 0;
    }
    #battery_service .page_header {
        width: 100%;
        padding: 2rem 2rem;
    }
    #battery_service .inputbox {
        margin: 30px auto 35px;
    }
    #battery_service .linkbox {
        margin: 0px auto;
    }

    /**/
    #battery_service .inputbox {
        width: 100%;
        max-width: 100rem;
        margin: 10px auto 0px;
        padding: 0px 0px;
    }

    #battery_service .inputbox .input-control {
        display: block;
        width: 100%;
        height: 50px;
    }
    /*btn */
    #battery_service .inputbox .btn_main {
        margin: 15px auto;
        float: none;
    }

    #battery_service .inputbox .btn_main.submit_btn {
        width: 40%;
    }
    .att_msg {
        width: 100%;
        padding: 15px 8px;
        background-color: #666;
        border: 1px solid #666;
        position: absolute;
        top: -60px;
    }
    .att_msg:before {

        top: 100%;
        right: 49.9%;
        border-bottom: 9px solid transparent;
        border-top: 9px solid #666;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
    }
    .att_msg:after {
        top: 99%;
        right: 50%;
        border-bottom: 8px solid transparent;
        border-top: 8px solid #666;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }
}
