﻿@charset"utf-8";

/*search bar adj*/


/*search bar adj*/

.HeaderLinkBar {
    bottom: 60px;
    width: calc( 100% - 260px);
    height: 40px;
    overflow: hidden;
}

.HeaderLinkBar ul li {
    line-height: 40px;
    float: right;
    margin-left: 0px;
    margin-right: 20px;
}

.HeaderLinkBar .Search {
    background-image: none;
    width: 110px;
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #F2F2F2;
    border-radius: 10px 0 0 10px;
    margin-top: 0px;
}

.HeaderLinkBar .Search_oper {
    position: relative;
    height: 40px;
    width: 148px;
    display: inline-block;
    margin-top: 7px;
}

.HeaderLinkBar .Search_btn {
    background-image: none;
    background: url(../../img/search_white.png) #8675B4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 0px;
    margin-top: 0px;
}


/*like button*/

.btn_like {
    position: absolute;
    right: -50px;
    z-index: 30;
    top: 180px;
}


/*fb page*/

#fbPAge {
    width: 960px;
    margin: 0px auto;
    padding: 20px 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
}

.fb_page_cotent {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
    position: relative;
}

#fb_code {
    margin-left: 20px;
    width: 450px;
    overflow: hidden;
    text-align: center;
}

.fb_word {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 4.2em;
    min-height: 66px;
    width: 455px;
    overflow: hidden;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
}

.fb_right_content {
    position: relative;
    padding-left: 57px;
    min-height: 66px;
}

.fb_right_content i {
    position: absolute;
    top: 50%;
    left: 58px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-right: 55px;
}

.fb_right_content:before {
    content: "";
    height: 66px;
    width: 41px;
    background: url('/frontend-benq-com/media/benq_benq/img/fb_arrow.png') center center no-repeat;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fb-follow {
    background-color: #fff;
}

.banner_solution {
    height: 443px;
}


/*solution2*/

.solution2_btn {
    width: 100%;
    background-color: #5a2a82;
}

.solution2_btn ul {
    list-style-type: none;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.solution2_btn ul li {
    /*display: inline-block;*/
    float: left;
    font-size: 16px;
}

.solution2_btn ul li:first-child {
    margin-left: 130px;
}

.solution2_btn ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    background-color: transparent;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.5s;
    /* Safari 和 Chrome */
    -o-transition: background-color 0.5s;
}

.solution2_btn ul li a:hover {
    padding: 10px 20px 7px;
    text-decoration: none;
    background-color: #fff;
    color: #5a2a82;
    border-bottom: 3px solid #502E91;
    /*background-image: url(/media/benq_benq/img/bg_solution2_nav_hover.png);*/
    /*background-repeat: repeat-x;*/
}

.solution2_btn ul li img {
    width: 3px;
    height: 3px;
    margin: 17px 5px 0px;
}


/*solution2_exterts2*/

img {
    vertical-align: top;
}

.prefix img {
    vertical-align: middle;
}

.art_area {
    width: 900px;
    margin: 20px auto 0px;
    overflow: hidden;
}

.art_intro {
    background-color: #eee;
    padding: 20px 20px 40px;
    /*overflow: hidden;*/
    position: relative;
    /*margin-bottom: 40px;*/
    min-height: 129px;
}

.auther_photo {
    float: left;
}

.auther_photo {
    margin-right: 30px;
    line-height: 150px;
    text-align: center;
}

.auther_name {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.auther_text {
    font-size: 12px;
    color: #777;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 30px;
    width: 680px;
    /*float: left;*/
    display: inline-block;
    /*word-spacing: 2px;*/
    min-height: 90px;
}

.auther_link {
    float: left;
    line-height: 1.5em;
    font-size: 12px;
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*left: 200px;*/
    position: relative;
    margin-left: 180px;
    display: inline-block;
}

.auther_link div:first-child {
    display: inline-block;
}

.auther_link a {
    color: #46adee;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    padding-right: 10px;
}

.auther_link a.main_link {
    font-weight: bold;
}

.auther_link a.btn_more_link {
    color: #fff;
    background-color: rgba(70, 173, 238, 0.9);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: -4px;
}

.auther_link a.btn_more_link.hover {
    background-color: rgba(70, 173, 238, 1);
}

.auther_link a.btn_more_link:hover {
    text-decoration: none;
}

.auther_link ul {
    /*background-color: #46adee;*/
    background-color: rgba(70, 173, 238, 0.9);
    position: absolute;
    right: 0;
    z-index: 500;
    padding: 5px 10px;
}

.auther_link ul li a {
    padding: 5px 0px 5px 10px;
    max-width: 290px;
    color: #fff;
    line-height: 1.5em;
    display: block;
}

.auther_link ul li a:hover {
    background-color: rgba(70, 173, 238, 1);
}

.auther_social {
    /*float: right;*/
    position: absolute;
    /*bottom: 10px;*/
    top: 10px;
    right: 20px;
}

.auther_social div {
    display: inline-block;
}

.auther_social div:nth-child(2) {
    line-height: 18px !important;
    margin-left: -3px;
}

.auther_social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.auther_social img {
    width: 100%;
}

.art_mail_img {
    text-align: center;
    margin-bottom: 40px;
}

.art_mail_img img {
    box-shadow: 3px 7px 10px rgba(0, 0, 0, .3);
}

.art_text_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 70px;
}

.art_text {
    font-size: 12px;
    line-height: 1.5em;
    text-align: justify;
    color: #777;
}

.art_text p {
    margin-bottom: 20px
}


/*solution2 slider*/

.photo_box {
    width: 120px;
    padding: 10px 5px 0px;
    float: left;
}

.photo_box img {
    max-width: 120px;
    max-height: 120px;
    vertical-align: middle;
}

.photo_box a {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
}

#gallery_content {
    width: 100%;
    //height: 270px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

#prev,
#next {
    display: block;
    width: 50px;
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-color: #ddd;
}

#prev {
    background: url('/frontend-benq-com/media/benq_benq/js/slideshow/img/ui-prev.png') no-repeat;
    left: 50%;
    margin-left: -435px;
}

#next {
    background: url('/frontend-benq-com/media/benq_benq/js/slideshow/img/ui-next.png') no-repeat;
    right: 50%;
    margin-right: -455px;
}


/*solution2_exterts1*/

.art_list {
    width: 980px;
    margin: 20px auto 0px;
    overflow: hidden;
}

.art_box1,
.art_box2,
.art_box3 {
    float: left;
    margin: 0 5px 10px;
    padding: 5px;
    /*overflow: hidden;*/
    /*border: 1px solid #eee;*/
    /*box-shadow: 1px 2px 2px rgba(0,0,0,.1);*/
}

.art_box1 {
    width: 960px;
}

.art_box1 .art_list_img_outside {
    width: 480px;
    height: 270px;
    line-height: 270px;
    text-align: center;
    float: left;
    /*overflow: hidden;margin-right: 5px;*/
    /*background: url(/media/benq_benq/img/Penguins.jpg) no-repeat center center !important;*/
    /*background-size: cover !important;*/
}

.art_box1 .art_list_img_outside img {
    max-width: 480px;
    max-height: 270px;
    vertical-align: middle;
}

.art_box1 .art_list_text {
    height: 250px;
    width: 440px;
    float: left;
    /*overflow: hidden;*/
    padding: 10px 20px;
    position: relative;
    background-color: rgba(241, 226, 251, .5);
}

.art_box1 .art_list_text_left {
    float: left;
    width: 130px;
}

.art_box1 .art_list_text_right {
    float: right;
    height: 220px;
    overflow: hidden;
    height: 220px;
    overflow: hidden;
}

.art_box1 .art_list_auther_photo {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 20px;
}

.art_box1 .art_list_auther_photo img {
    max-width: 120px;
    max-height: 120px;
}

.art_box1 .art_title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 3px;
    width: 300px;
}

.art_box1 .auther_name {
    font-size: 16px;
    color: #333;
    margin-bottom: 17px;
    width: 300px;
}


/*.art_box1 a.weblink {
    color: #46adee;
    font-size: 12px;
}*/

.art_box1 .weblink {
    font-size: 12px;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
}

.art_box1 .weblink a.main_link {
    display: block;
    font-weight: bold;
}

.art_box1 .weblink a.btn_more_link {
    color: #fff;
    background-color: rgba(70, 173, 238, 0.9);
    display: block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.art_box1 .weblink a.btn_more_link.hover {
    background-color: rgba(70, 173, 238, 1);
}

.art_box1 .weblink a.btn_more_link:hover {
    text-decoration: none;
}

.art_box1 .weblink ul {
    /*background-color: #46adee;*/
    background-color: rgba(70, 173, 238, 0.9);
    position: absolute;
    left: 0px;
    z-index: 500;
    padding: 5px 10px;
    width: 300px;
}

.art_box1 .weblink ul li a {
    padding: 5px 0px 5px 10px;
    max-width: 290px;
    color: #fff;
    line-height: 1.5em;
    display: block;
}

.art_box1 .weblink ul li a:hover {
    background-color: rgba(70, 173, 238, 1);
}

.art_box1 .weblink .main_link {
    color: #46adee;
}

.art_box1 .art_summary {
    width: 300px;
    height: 150px;
    overflow: hidden;
    word-spacing: 1px;
    line-height: 15px;
    font-size: 12px;
    color: #888;
}

.art_box1 a.social_btn_test {
    clear: both;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 15px;
    background: url('/frontend-benq-com/media/benq_benq/img/p.png') no-repeat center center;
}

.art_box1 a.social_btn_test a {
    clear: both;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.art_box1 a.social_btn {
    clear: both;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.art_box1 a.social_btn img {
    width: 100%;
}

.art_box1 a.more_btn {
    color: #46adee;
    clear: both;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 12px;
}

.art_box1 a.more_btn img {
    margin-top: 5px;
    margin-left: 3px;
}

.art_box2 {
    width: 225px;
}

.art_box2 .art_list_img_outside {
    width: 225px;
    height: 126px;
    line-height: 126px;
    text-align: center;
    float: left;
    overflow: hidden;
    /*margin-bottom: 5px;*/
    /*background: url(/media/benq_benq/img/Penguins.jpg) no-repeat center center !important;*/
    /*background-size: cover !important;*/
}

.art_box2 .art_list_img_outside img {
    max-width: 225px;
    max-height: 126px;
    vertical-align: middle;
}

.art_box2 .art_list_text {
    height: 107px;
    width: 204px;
    float: left;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
    background-color: rgba(218, 215, 223, .4);
}

.art_box2 .art_list_text_right {
    float: left;
    height: 88px;
    overflow: hidden;
}

.art_box2 .art_title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
}

.art_box2 .auther_name {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.art_box2 .art_summary {
    width: 205px;
    height: 45px;
    overflow: hidden;
    word-spacing: 1px;
    line-height: 15px;
    font-size: 12px;
    color: #888;
}

.art_box2 a.social_btn {
    clear: both;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.art_box2 a.social_btn img {
    width: 100%;
}

.art_box2 a.more_btn {
    color: #46adee;
    clear: both;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.art_box2 a.more_btn img {
    margin-top: 7px;
    margin-left: 3px;
}

.art_box3 {
    width: 470px;
}

.art_box3 .art_list_img_outside {
    width: 255px;
    height: 253px;
    line-height: 253px;
    text-align: center;
    float: left;
    overflow: hidden;
    /*margin-right: 5px;*/
    /*background: url(/media/benq_benq/img/Penguins.jpg) no-repeat center center !important;*/
    /*background-size: cover !important;*/
}

.art_box3 .art_list_img_outside img {
    max-width: 253px;
    max-height: 253px;
    vertical-align: middle;
}

.art_box3 .art_list_text {
    height: 233px;
    width: 195px;
    float: left;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
    background-color: rgba(241, 226, 251, .5);
}

.art_box3 .art_list_text_right {
    float: left;
    height: 210px;
    overflow: hidden;
}

.art_box3 .art_title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-bottom: 2px;
}

.art_box3 .auther_name {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.art_box3 .art_summary {
    width: 195px;
    height: 150px;
    overflow: hidden;
    word-spacing: 1px;
    line-height: 15px;
    font-size: 12px;
    color: #888;
}

.art_box3 a.social_btn {
    clear: both;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.art_box3 a.social_btn img {
    width: 100%;
}

.art_box3 a.more_btn {
    color: #46adee;
    clear: both;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.art_box3 a.more_btn img {
    margin-top: 7px;
    margin-left: 3px;
}


/*img anchor*/

.anchorLink_img .title {
    color: #5a2a75;
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 100px;
}

#img_anchor_content #prev,
#img_anchor_content #next {
    display: block;
    width: 50px;
    height: 80px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-color: #ddd;
}

#img_anchor_content #prev {
    background: url('/frontend-benq-com/media/benq_benq/js/slideshow/img/ui-prev.png') no-repeat;
    left: 50%;
    margin-left: -520px;
}

#img_anchor_content #next {
    background: url('/frontend-benq-com/media/benq_benq/js/slideshow/img/ui-next.png') no-repeat;
    right: 50%;
    margin-right: -540px;
}

.anchorLink_img {
    /*margin-top: -180px;*/
    width: 960px;
    margin: 0px auto 20px;
    background-color: rgba(214, 212, 255, 0.3);
    padding: 30px 0 20px;
    border-bottom: 2px solid #ac9ac9;
}

#img_anchor_content {
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    /*height: 350px;*/
    position: relative;
}

#img_anchor_content .photo_box {
    width: 726px;
    /*padding: 10px 10px 0px;*/
    float: left;
    overflow: hidden;
}

#img_anchor_content .photo_box a {
    display: block;
    width: 220px;
    height: 150px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    /* Firefox 4 */
    -webkit-transition: opacity 0.5s;
    /* Safari 和 Chrome */
    -o-transition: opacity 0.5s;
    /* Opera */
    margin: 10px 10px 10px;
    float: left;
}

#img_anchor_content .photo_box .text {
    font-size: 12px;
    /*font-weight: bold;*/
    line-height: 1.4em;
    text-align: left;
    padding: 30px 8px 10px;
    width: 204px;
    height: 30px;
    /*background-color: rgba(0,0,0,.5);*/
    position: absolute;
    bottom: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-8 */
}

#img_anchor_content .photo_box a:hover {
    opacity: 0.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

#img_anchor_content .photo_box a:hover .text {
    text-decoration: none !important;
}

.solution2_video_banner {
    background-color: #000;
}

.solution2_movieCoverImg {
    position: absolute;
    top: 0px;
    z-index: 50;
}

.solution2_movieYoutube_layout {
    width: 1200px;
    //height: 393px;
    height: auto;
    position: absolute;
    top: 0px;
    z-index: 3;
}

.banner_iframe_cover {
    width: 1200px;
    height: 393px;
    position: absolute;
    top: 0px;
    z-index: 4;
}

#ei-slider a.media {
    width: 100px !important;
    height: 99px !important;
    margin: -50px 0 0 -50px !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 100;
}


/*tpl adj*/

.FeatureTitle,
.feature_title {
    color: rgba(111, 81, 153, 1.00);
}


/*New B2B LIST*/

.b2bTitleColor {
    color: rgba(111, 81, 153, 1.00)!important;
}

.Act {
    margin-top: 10px;
    width: 48%;
}

.Act .ActList .ActButton {
    float: left;
}

.Act .ActList a {
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px 20px 5px 45px;
    line-height: 30px;
    margin-right: 15px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.Act .ActList a.BrowseBtn {
    background: no-repeat scroll 0 0 #8272b1;
    background-image: url('/frontend-benq-com/media/benq_benq/img/index_transparent_mix.png');
    background-position: 20px -1043px;
}

.Act .ActList a.LearnBtn {
    background: no-repeat scroll 0 0 #8272b1;
    background-image: url('/frontend-benq-com/media/benq_benq/img/index_transparent_mix.png');
    background-position: 20px -1074px;
}


/*New CaseTable*/

.CaseType {
    /*    width: 100%;
    height: 50px;*/
}

.CaseTypeDot {
    display: inline-block;
    width: 25px;
    height: 15px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/web_icon.png');
    background-position: 0px -150px;
    background-repeat: no-repeat;
}

.CaseType p.CaseTypeName {
    color: #8976b4;
    font-weight: 700;
    font-size: 1.35em;
    line-height: 2.5;
    float: left;
    margin-left: 20px;
}

.CaseType a.CaseTypeIcon {
    padding: 0 0 0 20px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/web_icon.png');
    background-position: 0px -183px;
    background-repeat: no-repeat;
    color: #BBBBBB;
    font-size: 1em;
    line-height: 50px;
}

.CaseType a {
    display: block;
    font-size: 24px;
    color: #000;
    float: right;
    margin-right: 30px;
    text-decoration: none;
}

table.CaseTable {
    width: 100%;
}

.CaseTable tr.table-title td {
    color: #FFF;
    background: #b3b3b3;
    padding: 5px 20px;
    padding-left: 10px;
    position: relative;
    font-size: 1em;
    font-weight: normal;
    border: 1px solid #FFF;
}

.CaseTable .CaseTablePd {
    width: 15%;
}

.CaseTable .CaseTablePf {
    width: 13%
}

.CaseTable .CaseTableSu {
    width: 34%
}

.CaseTable .CaseTableCo {
    width: 9%;
    text-align: center;
}

.CaseTable .CaseTableDo {
    width: 11%;
    text-align: center;
}

.CaseTable td {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    vertical-align: middle;
}

.CaseTable tr:last-child td {
    border-bottom: 1px solid #fff;
}

.CaseAlignTop {
    vertical-align: top;
    /*text-align: center;*/
}

.CaseAlignTop .expert_name {
    font-size: 0.85em;
    color: #888;
    line-height: 1.5;
    margin-top: 10px;
}

.CasePdImg {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
}

.CasePdImgName {
    color: #fff;
    line-height: 1.75;
    padding-left: 12px;
    font-size: 0.85em;
    display: block;
    width: 86px;
    height: 33px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/web_icon.png');
    background-position: 0px 0px;
    position: absolute;
    background-repeat: no-repeat;
    top: 6px;
    left: 4px;
}

.CaseImgDownload {
    display: block;
    width: 60px;
    height: 75px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/web_icon.png');
    background-position: 0px -50px;
    background-repeat: no-repeat;
    text-indent: -999px;
    margin-left: 22px;
}

.CaseImgDownload.nodata {
    background-position: -64px -50px;
    cursor: default;
}

.CaseCountry {
    text-align: center;
}

.CaseSummary {
    font-size: 0.85em;
    color: #888;
    line-height: 1.5;
}

.case_more {
    float: right;
    vertical-align: bottom;
    margin-top: 5px;
}

.case_more span {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #40a7d6;
    border-bottom: 4px solid transparent;
    display: inline-block;
    margin-left: 1px;
}


/*tpl_img_l_596*/

.tpl_img_l_596 {
    margin-bottom: 30px;
    overflow: hidden;
}

.tpl_img_l_596 .img_outside {
    width: 596px;
    //height: 270px;
    height: auto;
    text-align: center;
    line-height: 270px;
    float: left;
    margin-right: 20px;
    /*background-color: #ccc;*/
}

.tpl_img_l_596 .img_outside img {
    vertical-align: middle;
}

.feature_body img.cover_img {
    max-height: none !important;
    max-width: none !important;
}

.tpl_img_l_596 .text_outside {
    /*float: left;*/
    /*width: 284px;*/
}

.tpl_img_l_596 .title {
    color: #525252;
    display: block;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: left;
}

.tpl_img_l_596 .sub_title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #4E4E4E;
    text-align: left;
    /*margin-bottom: 20px;*/
}

.tpl_img_l_596 .text {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #888;
    line-height: 20px;
}


/*tpl sp_with_video*/

.slick-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    width: 28px;
    height: 70px;
    border-radius: 4px;
    margin-top: -35px;
    text-indent: -100px;
    overflow: hidden;
    background-image: url(../img/icons.png);
    background-position: 0px -540px;
    border: 0px;
    z-index: 1;
    opacity: 1;
}

.slick-next {
    position: absolute;
    right: -40px;
    top: 50%;
    width: 28px;
    height: 70px;
    border-radius: 4px;
    margin-top: -35px;
    text-indent: -100px;
    overflow: hidden;
    background-image: url(../img/icons.png);
    background-position: -28px -540px;
    border: 0px;
    opacity: 1;
}

.solution2_video_tpl .ca-wrapper_outside {
    width: 828px;
    padding-left: 10px;
    margin: 0 auto;
}

.home_video_mask .micro_film_tit {
    width: 870px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    overflow: hidden;
    padding: 0px;
    margin: 10px 15px;
}

.home_video_mask .title {
    font-size: 26px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #8C70CC;
}

.home_video_mask .micro_film_tit_bg {
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    height: 120px;
    opacity: 1;
}

.video_list_c {
    width: 256px;
}

.solution2_video_tpl .video_list_c_txt {
    margin-top: 8px;
    display: block;
    width: 264px;
    line-height: 125%;
    word-wrap: break-word;
    color: rgba(111, 81, 153, 1.00);
    font-weight: bold;
    font-size: 16px;
}

.solution2_video_tpl .video_list_c_txt div {
    height: 60px;
}

.solution2_video_tpl .video_list_c_txt p {
    font-weight: normal;
    display: block;
    width: 264px;
    word-wrap: break-word;
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.solution2_video_tpl .pic_img_play {
    text-align: center;
}

.solution2_video_tpl .home_video_top a {
    display: block;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.solution2_video_tpl .home_video_top a img {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 960px;
    height: 540px;
}

.solution2_video_tpl .video_list_c a {
    display: block;
    height: 144px;
}

.benq_club.solution2_video_tpl {
    width: 900px;
}

.solution2_video_tpl .micro_film {
    width: 900px
}

.solution2_video_tpl .home_video_mask .micro_film_tit {
    width: 870px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.solution2_video_tpl .micro_film_tit_bg {
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.solution2_title {
    color: #525252;
    display: block;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: left;
}

.solution2_sub_title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #4E4E4E;
    text-align: left;
}

.solution2_text {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.tpl_img_challenge {
    overflow: hidden;
    padding-top: 10px;
    clear: both;
}

.tpl_img_challenge .left {
    float: left;
}

.tpl_img_challenge .left .article {
    width: 506px;
    padding: 10px;
}

.tpl_img_challenge .left .text {
    max-height: 180px;
}

.tpl_img_challenge .left_img,
.tpl_img_challenge .right_img {
    text-align: center;
}

.tpl_img_challenge .left_img {
    width: 526px;
    height: 230px;
    /*height: auto;*/
}

.tpl_img_challenge .right_img {
    width: 354px;
    height: 483px;
    float: right;
    /*height: auto;*/
}


/*case study background*/

.solution2_background,
.solution2_challenge {
    margin-bottom: 50px;
}

.background_img_main {
    margin-bottom: 20px;
}

.background_img_sub {
    width: 286.66px;
    height: 250px;
    float: left;
    margin-right: 20px;
    text-align: center;
    line-height: 250px;
}

.background_img_sub:last-child {
    margin-right: 0px;
}

.background_img_sub img {
    vertical-align: middle;
}

.background_img {
    overflow: hidden;
}


/*btn_preview_online*/

a.btn_preview,
a.btn_online {
    font-size: 16px;
    background-color: #ddd;
    padding: 7px 9px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .4);
    border-radius: 3px;
}

a.btn_preview {
    position: fixed;
    top: 80px;
    right: -3px;
    z-index: 9999;
}

a.btn_online {
    position: fixed;
    top: 120px;
    right: -3px;
    z-index: 9999;
}

a.btn_preview:hover,
a.btn_online:hover {
    background-color: #aaa;
    text-decoration: none;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, .4);
}

a.btn_preview.selected,
a.btn_online.selected {
    background-color: #EE4669;
    text-decoration: none;
    box-shadow: 3px 4px 8px rgba(0, 0, 0, .4);
}


/*20151002_product_download_tab*/

.file-category {
    margin-bottom: -16px;
}

.file-category li {
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 10px;
    position: relative;
    z-index: 20;
}

.file-category li a {
    color: #aaa;
}

.file-category li:first-child {
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 10px;
    margin-left: 0px;
}

.file-category li.current {
    background-color: #EEEBF4;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
}

.file-category li:hover {
    background-color: #eee;
}

.file-category li.current:hover {
    background-color: #EEEBF4;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
    position: relative;
    z-index: 0;
}

.file-category li:hover a {
    color: #777;
}

.file-category li.current:hover a {
    color: #5B3894;
}


/*btn_buy now*/

.Act {
    width: 48%;
}

.size_large_50 .Act {
    width: 100%;
}

.btn_bn_outside {
    position: relative;
}

a.btn_bn {
    background-color: #8272b1;
    background-image: url('/frontend-benq-com/media/benq_benq/buynow/img/img_bn.png');
    background-repeat: no-repeat;
    background-position: 17px center;
}

.Act .ActList .buy_container {
    z-index: 999;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: -25px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    border-collapse: collapse;
    padding: 0px;
    max-width: 590px;
    min-width: 101px;
    /*height: 138px;*/
}

.Act .ActList .buy_container:before {
    border-left: 10px solid rgba(113, 101, 58, 0);
    border-right: 10px solid rgba(113, 101, 58, 0);
    border-top: 10px solid rgba(113, 101, 58, .1);
    margin-left: -10px;
    left: 85px;
    bottom: -10px;
    content: "";
    position: absolute;
}

.Act .ActList .buy_container:after {
    border-left: 10px solid rgba(238, 238, 238, 0);
    border-right: 10px solid rgba(238, 238, 238, 0);
    border-top: 10px solid #fff;
    margin-left: -10px;
    left: 85px;
    bottom: -9px;
    position: absolute;
    content: "";
}

.Act .ActList .buy_container.hide {
    display: none;
}

.Act .ActList .buy_container .rs-carousel-mask {
    margin-left: 43px;
    margin-right: 43px;
    max-width: 676px;
    min-width: 187px;
}

.Act .ActList .buy_container .buy_slidershow {
    display: inline-block;
    overflow: hidden;
    /*height: 145px;*/
    max-width: 590px;
    min-width: 187px;
    /* float: left; */
    padding: 0px 0px 0px 0px;
    position: relative;
    white-space: nowrap;
    top: 0px;
}

.Act .ActList .buy_container li {
    height: 108px;
    width: 96px;
    border-right: 1px dashed #bebebe;
    margin: 10px 0px 10px 0px;
    padding: 0px 2px 10px 2px;
}

.Act .ActList .buy_container a {
    border-radius: 0px;
    color: #562e87;
    font-size: 12px;
    padding: 0px;
    line-height: 1.4em;
    margin-right: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
    text-decoration: none;
    text-align: center;
    outline: 0 none;
}

.Act .ActList .buy_container .buy_icon {
    border: 1px solid #bebebe;
    border-radius: 4px;
    background: url("http://preprod.iceleads.com/benq/load.gif") no-repeat center center scroll transparent;
    display: block;
    height: 83px;
    width: 80px;
    margin: 0px 7px 7px 7px;
    display: block;
}

.Act .ActList .buy_container .buy_icon img {
    width: 76px;
    height: 25px;
    margin-top: 30px;
    border: none;
}

.Act .ActList .buy_container .rs-carousel-action-prev {
    padding: 56px 7px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 28px;
    height: 26px;
    border-radius: 4px;
    margin-top: -69px;
    text-indent: -100px;
    text-decoration: none;
    overflow: hidden;
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/none_left.png') no-repeat center center;
    border-right: 1px dashed #bebebe;
    z-index: 999;
}

.Act .ActList .buy_container .rs-carousel-action-next {
    padding: 56px 7px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 28px;
    height: 26px;
    border-radius: 4px;
    margin-top: -69px;
    text-indent: -100px;
    text-decoration: none;
    overflow: hidden;
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/none_right.png') no-repeat center center #fff;
    border-left: 1px dashed #bebebe;
}

.Act .ActList .buy_container .rs-carousel-action-prev.rs-carousel-action-active {
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/buy_slider_left_hover.png') no-repeat center center;
}

.Act .ActList .buy_container .rs-carousel-action-prev.rs-carousel-action-active:hover {
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/buy_slider_left.png') no-repeat center center;
}

.Act .ActList .buy_container .rs-carousel-action-next.rs-carousel-action-active {
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/buy_slider_right_hover.png') no-repeat center center;
}

.Act .ActList .buy_container .rs-carousel-action-next.rs-carousel-action-active:hover {
    background: url('/frontend-benq-com/media/benq_benq/buynow/img/buy_slider_right.png') no-repeat center center;
}


/*20151130 expert2 gallery adj*/

.art_gallery {
    background-color: #eee;
    padding: 30px 0px 50px;
    margin-top: 50px;
}

.art_gallery .art_text_title {
    margin-top: 0px;
    margin-left: 60px;
}

#gallery_content {
    margin-bottom: 0px;
    width: 790px;
    margin: 0 auto;
    overflow: visible;
}

.photo_box a {
    border: 1px solid #eee;
}

#prev,
#next {
    margin-top: -28px;
}


/*browser word*/

.browser {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 30px;
    color: #ccc;
    font-size: 12px;
    text-align: left;
}


/*header_btn_more*/

.downlist_c ul li a.header_btn_more {
    /*width: 95px;*/
    color: #a674cd;
    font-size: 12px;
    font-weight: bold;
    /*    margin-left: 25px;*/
}

.downlist_c ul li a.header_btn_more span {
    position: relative;
}

.downlist_c ul li a.header_btn_more span:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -3px;
    box-shadow: 1px 1px 0px #a674cd, 3px 3px 0px #fff, 4px 4px 0px #a674cd;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.downlist_c ul li a.header_btn_more:hover {
    color: #909;
}

.downlist_c ul li a.header_btn_more:hover span:after {
    box-shadow: 2px 2px 0px #909, 4px 4px 0px #fff, 6px 6px 0px #909;
}


/*like button*/

.btn_like {
    position: absolute;
    top: 180px;
    right: 5px;
    z-index: 9999;
}

.fb-like {
    float: right;
}


/*index_loading_animation*/

.indexLoading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    z-index: 9998;
}

.indexLoading div {
    width: 200px;
    height: 180px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, .6);
    box-sizing: border-box;
    padding-top: 45px;
    padding-right: 5px;
}

.indexLoading img {
    margin-bottom: 15px;
}

.indexLoading p.wordOutside {
    font-size: 20px;
    font-weight: bold;
    color: #ddd;
    position: relative;
    display: inline-block;
}

@keyframes loading {
    from {
        max-width: 1%;
    }
}

.indexLoading span.wordInside {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    max-width: 4em;
    color: #502e91;
    z-index: 9999;
    animation: loading 2.5s ease-in-out infinite;
}


/*btn product img download*/

.ProductBlock .info {
    position: relative;
}

.btnImgDownload {
    position: absolute;
    right: -24px;
    bottom: -33px;
    z-index: 100;
    width: 50px;
    cursor: pointer;
}

.btnImgDownload img {
    width: 100%;
    height: auto;
}

.imgDownloadArea {
    position: absolute;
    right: -24px;
    top: 0;
    height: 100%;
    width: 455px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 110;
    color: #fff;
    font-size: 14px;
}

.downloadInfo {
    overflow: hidden;
}

.downloadInfo .infoExplain .content {
    margin-bottom: 50px;
    width: 100%;
    height: 250px;
    line-height: 1.5em;
    float: left;
}

.downloadInfo .infoExplain .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
}

.downloadInfo a.btn {
    display: block;
    float: left;
    font-size: 14px;
    padding: 5px 25px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #fff;
    margin: 0 20px;
    margin-top: 24px;
}

.downloadInfo a.btn:hover {
    text-decoration: none;
}

.downloadInfo .infoExplain a:nth-of-type(1) {
    margin-left: 100px;
}

.downloadInfo .imgInfo .baseInfo {
    width: 100%;
    height: 90px;
    background-color: #fff;
    color: #333;
    margin-bottom: 7px;
}

.downloadInfo .imgInfo .baseInfo img {
    max-height: 100%;
    float: left;
    margin-right: 10px;
    opacity: 1;
}

.downloadInfo .imgInfo .baseInfo .imgLinkInfo {
    width: 280px;
    padding: 10px;
    float: left;
    word-wrap: break-word;
    line-height: 1.5em;
}

.downloadInfo .btnMoreImg {
    display: block;
    width: 300px;
    padding-top: 13px;
    border-top: 1px solid #fff;
    position: relative;
    text-align: center;
    margin-left: 77px;
}

.downloadInfo .btnMoreImg:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 0px;
}

.downloadInfo .imgInfo a.btnDownload {
    margin-left: 170px;
    margin-top: 50px;
}

.downloadInfo .imgInfo a.btnBack {
    clear: both;
    float: right;
    margin-top: 80px;
}

.downloadInfo .imgInfo .moreImgArea {
    overflow: hidden;
    margin-top: 20px;
}

.downloadInfo .imgInfo .moreImgArea span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.downloadInfo .imgInfo .moreImgArea .imgBlock {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    width: calc( 100%/3 - 12px);
    position: relative;
    transition: all 0.5s;
}

.downloadInfo .imgInfo .moreImgArea .imgBlock:nth-of-type(3n) {
    margin-right: 0px;
}

.downloadInfo .imgInfo .moreImgArea .imgBlock img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.downloadInfo .imgInfo .moreImgArea .imgBlock.checked {
    box-shadow: 0px 5px 0px #8272b2;
}

.downloadInfo .imgInfo .moreImgArea .imgBlock input {
    position: absolute;
    z-index: 120;
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #502e91;
    opacity: 1;
    cursor: default;
}

.imgReviewArea {
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgReviewArea .imgContent {
    position: relative;
}

.imgReviewArea .imgContent .showImg {
    position: absolute;
    top: 0px;
    left: -420px;
    z-index: 110;
    width: 394px;
    height: 394px;
    border: 3px solid rgba(80, 46, 145, .6);
    background-color: #fff;
    line-height: 394px;
    display: inline-block;
    text-align: center;
}

.imgReviewArea .imgContent .showImg:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imgReviewArea .imgContent .showImg img {
    max-width: 394px;
    max-height: 394px;
    vertical-align: middle;
}

.imgReviewArea .imgContent .btnClose {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 120;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid rgba(80, 46, 145, .8);
    cursor: pointer;
}

.imgReviewArea .imgContent .btnClose div {
    position: relative;
}

.imgReviewArea .imgContent .btnClose div:before,
.imgReviewArea .imgContent .btnClose div:after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -7px;
    content: "";
    width: 14px;
    height: 0px;
    border-top: 1px solid #502e91;
}

.imgReviewArea .imgContent .btnClose div:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.imgReviewArea .imgContent .btnClose div:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/*adjust where to buy page*/

.searchInputArea {
    /*line-height: 20px;*/
    display: inline-block !important;
}

.searchInput {
    height: 23px;
    padding-left: 5px;
    width: 145px;
}

.chosen-container-single .chosen-single span {
    line-height: 22px;
}

.PanelReview {
    border-radius: 0px 0px 5px 5px !important;
    min-height: calc( 100vh - 500px);
}

.store_outside .storeList {
    margin-left: 20px;
    margin-right: 20px;
}

.one_store.no_data {
    border-bottom: 0px;
}


/*adjust product overview review*/

#BVRRSearchContainer {
    margin-top: 40px;
}


/* lazyload loading image  */

.lazyload_default {
    background-image: url("loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
}


/*好評網  evaluate*/

@font-face {
    font-family: "Lucida Grande_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("Lucida Grande");
}

@font-face {
    font-family: "Hiragino Kaku Gothic ProN_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("Hiragino Kaku Gothic ProN");
}

@font-face {
    font-family: "ヒラギノ角ゴ ProN W3_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("ヒラギノ角ゴ ProN W3");
}

@font-face {
    font-family: "Meiryo_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("Meiryo");
}

@font-face {
    font-family: "メイリオ_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("メイリオ");
}

@font-face {
    font-family: "ＭＳ Ｐゴシック_jp";
    unicode-range: U+3040-30FF, U+0021-002F, U+003A-0040, U+005B-0060, U+007B-007E, U+3400-4DFF, U+4E00-9FFF, U+F900-FAFF, U+3000-303F, U+2E80-2EFF, U+2F00-2FDF, U+2FF0-2FFF, U+3190-319F, U+31C0-31EF, U+31F0-31FF, U+3200-32FF, U+3300-33FF, U+4DC0-4DFF, U+F900-FAFF, U+FE20-FE2F, U+FE30-FE4F, U+FE50-FE6F, U+20000-2A6DF, U+2F800-2FA1F;
    /* Hiragana, Katakana, 漢字, 標點符號 */
    src: local("ＭＳ Ｐゴシック");
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
textarea {
    font-family: "Lucida Grande_jp", "Hiragino Kaku Gothic ProN_jp", "ヒラギノ角ゴ ProN W3_jp", "Meiryo_jp", "メイリオ_jp", "ＭＳ Ｐゴシック_jp", "Gill Sans MT", "微軟正黑體", Arial, Helmet, Freesans, sans-serif;
}

.eva_header {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #4d2379;
}

.eva_header a {
    color: #4d2379;
    text-decoration: none;
}

.eva_logo_title {
    float: left;
    margin-left: 40px;
}

.eva_logo_title a {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: url('/frontend-benq-com/media/benq_benq/img/benqLogo.png') no-repeat top left;
    font-size: 1px;
    color: transparent;
    vertical-align: top;
    margin-right: 10px;
}

.logo_title {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
}

.eva_header_right_nav,
.eva_header_main_nav {
    float: right;
    overflow: hidden;
}

.eva_header_right_nav a {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px 5px 0px;
}

.eva_header_right_nav a:nth-of-type(1) {
    background: url('/frontend-benq-com/media/benq_benq/img/just_home.png') #4d2379 no-repeat center center;
    background-size: 65%;
}

.eva_header_right_nav a:nth-of-type(2) {
    background: url('/frontend-benq-com/media/benq_benq/img/just_fb.png') #4477bb no-repeat center center;
    background-size: 65%;
}

.eva_header_right_nav a:nth-of-type(3) {
    background: url('/frontend-benq-com/media/benq_benq/img/just_cart.png') #8271aa no-repeat center center;
    background-size: 65%;
}

.eva_header_main_nav {
    overflow: hidden;
    margin-top: 31px;
    margin-right: 50px;
}

.eva_header_main_nav a {
    display: block;
    line-height: 18px;
    font-size: 18px;
    float: left;
    padding: 0 10px;
    border-right: 2px solid #4d2379;
}

.eva_header_main_nav a:nth-of-type(1) {
    border-left: 2px solid #4d2379;
}

.eva_main_content {
    width: 100%;
    max-width: 960px;
    min-width: 960px;
    margin: 0 auto 25px;
}

.eva_main_content a:hover {
    text-decoration: none;
}

.title_area {
    overflow: visible;
}

ul.eva_main_good_count_area {
    display: inline-block;
}

ul.eva_main_good_count_area li {
    float: left;
    width: 185px;
    height: 85px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
}

ul.eva_main_good_count_area li {
    font-size: 16px;
}

ul.eva_main_good_count_area li:nth-of-type(1) {
    background-color: #8271aa;
    color: #fff;
}

ul.eva_main_good_count_area li:nth-of-type(2) {
    background-color: #fff;
    border: 2px solid #cbcbca;
    box-sizing: border-box;
}

ul.eva_main_good_count_area li:nth-of-type(2) a {
    display: block;
    color: #4d2379;
}

ul.eva_main_good_count_area li span:nth-of-type(1) {
    font-size: 37px;
    font-weight: bold;
    padding-top: 25px;
    display: block;
    line-height: 9px;
}

ul.eva_main_good_count_area li span:nth-of-type(2) {
    color: #f4d725;
}

.right_area {
    display: inline-block;
    width: calc( 100% - 395px);
}

ul.eva_classify li {
    position: relative;
}

ul.eva_classify {
    display: inline-block;
}

ul.eva_classify a {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}

ul.eva_classify ul li:hover > a {
    background-color: rgb(137, 118, 180);
    color: #fff;
}

ul.eva_classify > li > a {
    display: inline-block;
    width: 250px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    background-color: #eee;
    margin-bottom: 10px;
}

ul.eva_classify > li > a:hover {
    color: #333;
    background-color: #eee;
}

ul.eva_classify > li > a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 10px;
    top: 50%;
    transiform: translateY(-50%);
    border: 5px solid transparent;
    border-top: 5px solid #333;
}

ul.eva_classify li > ul {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 250px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: none;
}

ul.eva_classify li ul li {
    position: relative;
    display: block;
    min-width: 250px;
    height: 35px;
}

ul.eva_classify li ul li:nth-of-type(even) {
    background-color: #eee;
}

ul.eva_classify li ul li a {
    cursor: default;
}

ul.eva_classify li ul li ul li a {
    cursor: pointer;
}

ul.eva_classify li ul li a,
ul.eva_classify li ul li ul {
    float: left;
}

ul.eva_classify li ul li ul {
    position: absolute;
    left: 100%;
    top: -1px;
    background-color: #fff;
}

ul.eva_classify li ul li ul li {
    /*display: inline-block;*/
    display: block;
    width: 250px;
    height: 35px;
}

a.eva_btn_fb_share {
    display: inline-block;
    border-radius: 10px;
    float: right;
    background: url('/frontend-benq-com/media/benq_benq/img/just_fb.png') #4477bb no-repeat 8px center;
    background-size: 18%;
    box-sizing: border-box;
    padding: 3px 10px 3px 30px;
    font-size: 18px;
    margin-top: 10px;
}

.eva_title {
    background: -moz-linear-gradient(top, rgba(130, 113, 170, 0.58) 0%, rgba(229, 229, 229, 0.19) 68%, rgba(229, 229, 229, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(130, 113, 170, 0.58) 0%, rgba(229, 229, 229, 0.19) 68%, rgba(229, 229, 229, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(130, 113, 170, 0.58) 0%, rgba(229, 229, 229, 0.19) 68%, rgba(229, 229, 229, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#948271aa', endColorstr='#00e5e5e5', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 50px;
    color: #4d2379;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px 10px 0px 0px;
    clear: both;
}

.eva_recommend_area {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0px;
}

#eva_recommend_area .eva_recommend_area {
    padding-bottom: 0px;
}

a.recommend_box {
    display: inline-block;
    vertical-align: top;
    width: calc( 25% - 60px);
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    box-sizing: border-box;
    margin: 0px 30px 60px;
}

#eva_recommend_area a.recommend_box {
    margin-bottom: 0px;
}

.recommend_image {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.recommend_image img {
    width: 100%;
    height: auto;
}

.recommend_title {
    text-align: center;
    width: 80%;
    margin: 15px auto 10px;
    color: rgb(77, 35, 121);
    font-size: 20px;
}

.recommend_model {
    text-align: center;
    width: 80%;
    margin: 0px auto 10px;
    color: rgb(134, 117, 180);
    font-size: 14px;
    word-wrap: break-word;
}

.recommend_description {
    line-height: 1.5em;
    width: 80%;
    height: 6em;
    margin: 0px auto 20px;
    font-size: 14px;
    overflow: hidden;
}

#eva_recommend_area .recommend_description {
    margin-bottom: 0px;
}

.eva_recommend_explain {
    text-align: center;
}

.eva_recommend_explain .recommend_title {
    font-size: 30px;
    font-weight: bold;
}

.eva_recommend_explain .recommend_description {
    height: auto;
    width: 60%;
    text-align: justify;
}

.recommend_box .recommend_btn_more {
    text-align: center;
    color: #4d2379;
    font-size: 20px;
    text-decoration: none;
}

.recommend_box:hover .recommend_btn_more {
    text-decoration: underline;
}

.btn_check_more {
    display: inline-block;
    border-radius: 10px;
    float: right;
    box-sizing: border-box;
    padding: 3px 10px;
    font-size: 18px;
    background-color: #8271aa;
    /*    margin-bottom: 10px;
*/
}

.eva_showkBox_area {
    clear: both;
    overflow: hidden;
    background-color: #eee;
    padding-bottom: 50px;
}

.eva_seperate_line {
    width: 100%;
    border-bottom: 2px dashed #4d2379;
    margin-bottom: 30px;
    padding-top: 30px;
    clear: both;
}

.eva_seperate_line:last-child {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.eva_showkBox_area .title_area,
.eva_showBox_group {
    width: 100%;
    /* sophia */
    max-width: 960px;
    min-width: 960px;
    margin: 0px auto;
}

.eva_showBox_group {
    font-size: 0px;
}

.eva_showBox:nth-of-type(3n+2) {
    padding-right: 60px;
    padding-left: 60px;
}

.eva_showBox {
    width: calc( 33.33% - 40px);
    display: inline-block;
    margin-bottom: 60px;
}

.eva_showBox_image {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.eva_showBox_image img {
    width: 100%;
    height: auto;
}

.eva_showBox_title {
    color: #4d2379;
    font-size: 18px;
    padding: 15px 10px 10px;
}

.eva_showBox_title span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4d2379;
    color: #f3de28;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    margin-right: 5px;
}

.eva_showBox_title h2 {
    display: inline-block;
}

.eva_showBox_description {
    line-height: 1.5em;
    font-size: 14px;
    height: 150px;
    overflow: hidden;
    text-align: justify;
}

.eva_showBox_btn_area {
    overflow: hidden;
    margin-bottom: 26px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}

.eva_showBox_btn_area a:nth-of-type(1) {
    margin-right: 10px;
}

.eva_showBox_btn_area a {
    display: block;
    float: left;
    width: calc( 50% - 5px);
    color: #4d2379;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
}

.eva_showBox_btn_area a.btn_buy span {
    background: url('/frontend-benq-com/media/benq_benq/img/just_cart.png') #8271aa no-repeat center center;
    background-size: 70%;
}

.eva_showBox_btn_area a.btn_more span {
    background: url('/frontend-benq-com/media/benq_benq/img/just_more.png') #8271aa no-repeat center center;
    background-size: 70%;
}

.eva_showBox_btn_area a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 10px;
}

.eva_showBox_ranting {
    overflow: hidden;
    margin-bottom: 10px;
}

.eva_rantingBox {
    width: 100%;
    clear: both;
}

.eva_rantingBox li {
    float: left;
    font-size: 16px;
}

.eva_rantingBox li:last-of-type {
    float: right;
}

.eva_showBox_bottomBox {
    position: relative;
    padding: 20px 20px 10px;
    clear: both;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 38%, rgba(221, 221, 221, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 38%, rgba(221, 221, 221, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 38%, rgba(221, 221, 221, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
    /* IE6-9 */
}

.eva_showBox_bottomBox:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: url('/frontend-benq-com/media/benq_benq/img/just_shadow.png') transparent center top no-repeat;
    background-size: 90%;
}

.eva_rantingTitle {
    width: 15%;
    text-align: right;
}

.eva_rantingBar_content {
    position: relative;
    width: calc( 67% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 10px;
    margin-top: 6px;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, .2);
}

.eva_rantingBar_content span {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 24%;
    height: 12px;
    border-radius: 12px;
    box-shadow: inset 1px 2px 5px rgba(255, 255, 255, .2), inset 1px -2px 5px rgba(0, 0, 0, .2);
}

.eva_rantingBox:nth-of-type(1) .eva_rantingBar_content span {
    background-color: #2ca6e0;
}

.eva_rantingBox:nth-of-type(2) .eva_rantingBar_content span {
    background-color: #e84845;
}

.eva_rantingBox:nth-of-type(3) .eva_rantingBar_content span {
    background-color: #f4b539;
}

.eva_rantingBox:nth-of-type(4) .eva_rantingBar_content span {
    background-color: #9565a7;
}

.eva_rantingPercent {
    width: 18%;
    text-align: right;
}

.eva_showBox_recommend_area {
    overflow: hidden;
}

.eva_showBox_recommend_area a {
    display: block;
    float: left;
    width: calc( 60%);
    color: #4d2379;
    text-decoration: none;
    line-height: 40px;
    color: #333;
}

.eva_showBox_recommend_area a:first-of-type {
    font-size: 16px;
}

.eva_showBox_recommend_area a:first-of-type span:first-of-type {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 10px;
    background: url('/frontend-benq-com/media/benq_benq/img/just_good.png') #f4b539 no-repeat center center;
    background-size: 70%;
}

.eva_showBox_recommend_area a:first-of-type span:nth-of-type(2) {
    color: #8271aa;
    font-size: 25px;
    display: inline-block;
    vertical-align: baseline;
}

.eva_showBox_recommend_area a:nth-of-type(2) {
    color: #8271aa;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #ddd;
    border-right: 0px;
    box-sizing: border-box;
    background-color: #fff;
    width: auto;
    position: relative;
    margin-top: 5px;
}

.eva_showBox_recommend_area a:nth-of-type(2):after {
    content: "";
    border: 12px solid transparent;
    border-color: transparent #fff #fff transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -9px;
    top: 4px;
    box-shadow: 1px 1px 0px #ddd;
}

.pagination {
    display: inline-block;
}

.pagination span strong {
    color: #5a388f;
    border: 0px;
    background-color: transparent;
    font-weight: bold;
}

.eva_showkBox_area .pagination {
    margin-top: 35px;
}

.eva_recommend_kv {
    width: 100%;
    text-align: center;
}

.eva_recommend_kv img {
    width: 1200px;
    height: auto;
}

.more_recommend_box {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #4d2379;
    font-size: 14px;
    line-height: 1.5em;
}

.more_recommend_box:first-of-type {
    border-top: 0px solid transparent;
}

.more_recommend_box .name {
    color: #4d2379;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 5px;
}

.search_bar {
    width: 188px;
    margin: 20px auto 15px;
}

.select {
    border-radius: 2px;
    height: 25px;
    margin-right: 20px;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    border-color: rgb(169, 169, 169);
}

.search_bar select,
.search_bar .searchInputBar {
    display: inline-block;
}

.search_bar select {
    width: 185px;
}


/*product feature anchor*/

.layout_feature_anchor_group {
    margin-bottom: 30px;
    display: table;
    border-collapse: separate;
    border-spacing: 2px 8px;
    table-layout: fixed;
}

.layout_feature_anchor_group ul {
    display: table-row;
}

.layout_feature_anchor_group li {
    display: table-cell;
    width: calc( 33.33% - 2px);
    border: 2px solid #502E91;
    vertical-align: middle;
    transition: all .5s;
}

.layout_feature_anchor_group li a {
    display: inline-block;
    width: 100%;
    color: #502E91;
    font-size: 16px;
    padding: 7px 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: all 0.5s;
}

.layout_feature_anchor_group.b_font li a {
    font-size: 18px;
}

.layout_feature_anchor_group li:hover {
    background-color: #8472b0 !important;
    border-color: #502E91 !important;
}

.layout_feature_anchor_group li:hover a {
    color: #fff !important;
    text-decoration: none;
}

.anchoe_item {
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #502E91;
    margin-bottom: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    padding: 3px 10px;
    width: 100%;
    min-height: 36px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.layout_feature_item.b_font .anchoe_item {
    font-size: 20px;
}


/* other adj */

.SpecTable img {
    vertical-align: middle;
}


/*googleads iframe height problem*/

iframe[name=google_conversion_frame] {
    position: absolute;
    bottom: 0px;
    display: block;
    margin-top: -13px;
}


/* news see more */

.news_product_block {
    line-height: 1.8em;
    padding: 10px;
    background-color: #eee;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.news_product_block img {
    padding-right: 10px;
}

.news_product_block a {
    color: #46adee;
    margin-right: 10px;
}

.news_product_block a:hover {
    text-decoration: underline;
}

.news_product_block a:visited {
    color: #46adee;
}


/*cart_list*/

#car_wrap {
    color: #00ACDE;
    text-decoration: none;
    padding: 6px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/shopping-icon.png');
    background-position: 6px 11px;
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
    margin-top: -1px;
}

#car_wrap:hover {
    color: #666;
}

.cartnum {
    background-color: #00ACDE;
    border-radius: 20px;
    font-size: 0.875rem;
    /*14px*/
    color: #FFF;
    display: inline-block;
    padding: 0px 8px;
    position: relative;
    right: 6px;
    top: -9px;
    margin-left: 18px;
    border: 2px solid #FFF;
    line-height: 22px;
}

.shopping-list-contents {
    position: absolute;
    top: 22px;
    right: 217px;
    z-index: 100;
    font-size: 0.75rem;
    /*12px*/
}

.shopping-list * {
    font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
}

.shopping-list {
    width: 320px;
    padding: 5px 15px 10px 15px;
    margin: 20px;
    background-color: #F2F2F2;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.shopping-arrow {
    display: block;
    position: absolute;
    top: 0px;
    right: 40px;
    border-color: transparent transparent #F2F2F2 transparent;
    border-style: solid solid solid solid;
    border-width: 10px;
    height: 0px;
    width: 0px;
}

.list-title {
    font-weight: bold;
    font-size: 0.8125rem;
    /*13px*/
    color: #333;
    margin: 12px 0;
}

.list-form {
    /*float: left;*/
}

.list-form li {
    background-color: #ffffff;
    padding: 10px 8px;
    margin-bottom: 10px;
}

li.shopping-product {
    margin-left: 0px;
    overflow: hidden;
}

.shopping-product .product-photo {
    margin-right: 10px;
    width: 70px;
    display: inline-block;
    vertical-align: top;
}

.product-photo img {
    width: 100%;
}

.shopping-product .product-spec {
    width: calc( 100% - 85px);
    display: inline-block;
}

.goods-info {
    display: block;
    padding: 0px 0px 7px 0px;
    white-space: normal;
    color: #333;
}

.goods_detail ul {
    display: block;
    padding-top: 3px;
    clear: both;
}

.goods_detail ul li {
    color: #53297E;
    font-size: 0.8125rem;
    /*13px*/
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.goods_detail ul li:nth-of-type(1) {
    width: 32px;
}

.goods-remove {
    display: block;
    float: right;
    margin-right: 10px;
}

.goods-remove a {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 0.75rem;
    /*12px*/
    text-decoration: none;
    padding: 3px 7px 3px 22px;
    background-image: url('/frontend-benq-com/media/benq_benq/img/shopping-icon.png');
    background-position: 5px -79px;
    background-repeat: no-repeat;
}

.total-price .cart-subtotal {
    display: inline-block;
    width: 40%;
    float: left;
    font-weight: bold;
    color: #333;
    font-size: 13px;
}

.total-money {
    display: block;
    color: #C1272D;
    font-size: 1.125rem;
    /*18px*/
    padding-top: 5px;
}

.total-price {
    display: block;
    padding: 10px 20px;
}

.cart-subtotal {
    font-size: 0.8125rem;
    /*13px*/
}

.total-price .order-goods {
    display: inline-block;
    float: right;
    font-size: 0.8125rem;
    /*13px*/
    color: #fff;
    margin-top: 13px
}

.total-price .order-goods a {
    background: #00ACDE;
    border-radius: 5px;
    color: #fff;
    font-size: 0.875rem;
    /*14px*/
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    top: 15px;
    float: right;
    clear: both;
}

.clear {
    clear: both;
}

/* use isloading */
.wrapper{padding-bottom:50px;}
.syntax-container{background:#FCFCFC;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;border:1px solid #e3e3e3;margin-bottom:30px;padding-bottom:20px;}
.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}
/*Glyphicon Spinner*/
.glyphicon-spin {
	-animation: spin .9s infinite linear;
	-webkit-animation: spin2 .9s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg);}
	to { transform: scale(1) rotate(360deg);}
}
