@font-face {
    font-family: Montserrat-Regular;
    src: url("../font/Montserrat-Regular.ttf");
}

/*common css样式*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.active > a {
    color: #7f7f7f;
    text-shadow: none;
}

.nav-title .logo_icon {
    padding: 20px 0;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.zScrollUp {
    width: 60px;
    height: 50px;
    background-color: #666;
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.zScrollUp:hover {
    animation-name: pulses;
    -webkit-animation-name: pulses;
    -moz-animation-name: pulses;
    -o-animation-name: pulses;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}

/*.cover {*/
/*width: 100%;*/
/*height: 100%;*/
/*background-color: #0c0c0c;*/
/*position: fixed;*/
/*z-index: 999999999999999;*/
/*}*/

/*.video_box {*/
/*position: relative;*/
/*}*/

/*.video_box video {*/
/*min-width: 980px;*/
/*}*/

/*.video_box .video_X10_logo {*/
/*position: absolute;*/
/*top: -20%;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/

/*.video_box .return_index {*/
/*color: #FFFFFF;*/
/*border: 2px solid #FFFFFF;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*line-height: 40px;*/
/*width: 150px;*/
/*height: 50px;*/
/*}*/

/*.video_box .jump_X10 {*/
/*color: #FFFFFF;*/
/*border: 2px solid #FFFFFF;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*line-height: 40px;*/
/*width: 150px;*/
/*height: 50px;*/
/*}*/

/*.all_btn_btn {*/
/*cursor: pointer;*/
/*padding: 10px 40px;*/
/*margin: 10px;*/
/*}*/

/*.video_box .all_btn {*/
/*width: 400px;*/
/*height: 50px;*/
/*position: absolute;*/
/*top: 40%;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/
/*.video_box .phone_all_btn {*/
/*width: 400px;*/
/*height: 50px;*/
/*position: absolute;*/
/*top: 20%;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*}*/
/*.video_box .phone_all_btn a{*/
/*font-size: 30px;*/
/*margin: 20px;*/
/*padding: 30px;*/
/*display: block;*/
/*}*/
/*.video_box .phone_return_index {*/
/*color: #FFFFFF;*/
/*border: 2px solid #FFFFFF;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*line-height: 40px;*/
/*}*/

/*.video_box .phone_jump_X10 {*/
/*color: #FFFFFF;*/
/*border: 2px solid #FFFFFF;*/
/*background: rgba(0, 0, 0, 0.2);*/
/*line-height: 40px;*/
/*}*/
/*.container {*/
/*padding-right: 0;*/
/*padding-left: 0;*/
/*!*margin-right: auto;*!*/
/*!*margin-left: auto;*!*/
/*}*/

.common-bg {
    background-color: #F6F6F6;
}

.align-center {
    text-align: center;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    text-transform: uppercase;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}

.navbar-header {
    float: left;
}

body {
    font-family: "Montserrat-Regular", "Microsoft Yahei", "STXihei","Simhei",Arial, sans-serif;
    background-color: #FFF;
    font-size: 14px;
}

a {
    color: #888;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.gray {
    color: #888;
}

.common-line-height {
    line-height: 25px;
}

.wrapper {
    /*min-width: 1000px;*/
    /*max-width: 1170px;*/
}

.wrapper .productPanel .section_box .container {
    width: 1170px;
}

.init-height {
    min-height: 550px;
}

/* ======================================================================== */
/* Nav导航栏
/* ======================================================================== */
.navbar {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 100;
    /*box-shadow: inset -5px -10px 15px #d9d9d9;*/
    /*border-bottom: 2px solid #D9D9D9;*/
    background-color: #ffffff;
}

.navbar .brand {
    color: #000;
    padding: 2px 15px 0;
    font-size: 30px;

}

.navbar .nav > li > a {
    color: #7f7f7f;
    padding: 30px 20px;
    font-size: 18px;
    padding-right: 15px \9;
    padding-left: 15px \9;
}

.navbar .lang > li > a {
    font-size: 14px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    padding-bottom: 33px;
}

.navbar .nav > li > a:hover {
    box-shadow: 0px -1px 5px #666;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    border-bottom: 3px solid #aacd06;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 30px;
}

.navbar .nav > .actived > a,
.navbar .nav > .actived > a:hover,
.navbar .nav > .actived > a:focus {
    border-bottom-color: #DADADA;
}

#navbar {
    position: relative;
}

#navbar .nav > li {
    position: inherit;
    height: 83px;
}

#navbar .nav.lang > li {
    position: relative;
}

#navbar .submenu {
    position: absolute;
    /*left: 70px;*/
    top: 83px;
    left: 0;
    /*width: 633px;*/
    width: 100%;
    text-align: center;
    display: none;
}

#navbar .submenu.service {
    margin-left: 100px;
}

#navbar .submenu .list {
    background-color: #666;
    display: inline-block;
    text-align: left;
    background-color: #F3F3F3;
    padding: 20px 10px 0px 20px;
    box-shadow: 0px 3px 10px #999;
    margin: 0px 20px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 300;
}

#navbar .submenu .list .menu-icon {
    width: 177px;
    height: 103px;
    background-color: #E5E5E5;
    text-align: center;
    line-height: 103px;
}

#navbar .submenu .list a {
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
}

#navbar .submenu .list a h5 {
    text-align: center;
    color: #666;
}

#navbar .nav li .triangle-wrap {
    text-align: center;
    width: 15px;
    margin: 0 auto;
    padding-right: 20px;
}

#navbar .nav li .triangle {
    border-color: transparent transparent #F3F3F3 transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    margin-top: 5px;
    position: absolute;
    width: 0;
    bottom: 0;
    display: none;
}

/* ======================================================================== */
/* 底部版权信息
/* ======================================================================== */
/*footer .container{*/
/*max-width: 1000px;*/
/*}*/
footer .copyright {
    /*background-color: #F7F8F9;*/
    padding: 20px 0px 10px 0px;
}

footer .copyright h4 {
    color: #999;
}

footer .copyright ul {
    padding: 0;
}

footer .copyright ul li {
    list-style-type: none;
    padding: 5px 0px;
}

footer .copyright .row a {
    color: #606060;
    font-size: 15px;
}

footer .reference {
    padding: 20px 0px 50px 0px;
    /*background-color: #F7F8F9;*/
}

footer .reference img {
    margin-bottom: 8px;
}

footer .reference span {
    /*margin-left: 30px;*/
    /*color: #A5A6A6;*/
}

.copyright .col-xs-4 a {
    display: inline-block;
    /*width: 80px;*/
    /*height: 80px;*/
    text-align: center;
    vertical-align: middle;
}

.copyright .col-xs-4 a img {
    vertical-align: middle;
    width: 76px;
    height: 76px;
}

.copyright .col-xs-4 a span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.copyright .col-xs-4 a img:hover {
    width: 80px;
    height: 80px;
}

footer .weichat > span {
    font-size: 17px;
    color: #CCC;
}

footer .weichat ul {
    padding: 0;
    margin-bottom: 0;
}

footer .weichat ul li {
    list-style-type: none;
    width: 120px;
    height: 160px;
    text-align: center;
    list-style-type: none;
    display: inline-block;
}

footer .weichat ul li img {
    width: 120px;
    height: 120px;
}

footer .weichat ul li h5 {
    color: #CCC;
}

footer .weichat ul li.weixin {
    margin-right: 40px;
}

/* ======================================================================== */
/* 首页bottomPanel
/* ======================================================================== */
.bottomPanel ul {
    padding: 0;
}

.bottomPanel ul li {
    list-style-type: none;
}

.bottomPanel ul li ul.news {
    padding-left: 0;
}

.bottomPanel ul li ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottomPanel ul li ul li .news-item-nav {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #bbb;
    display: inline-block;
}

.bottomPanel > ul > li {
    float: left;
    width: 316px;
    margin-right: 16px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 0px 15px;
    height: 240px;
}

.bottomPanel > ul > li.last {
    margin-right: 0;
}

.bottomPanel h3 {
    color: #888;
}

.bottomPanel .news h3 {
    font-size: 20px;
}

.bottomPanel .news ul {
    padding-left: 20px;
}

.bottomPanel .news ul li {
    height: 25px;
    line-height: 25px;
}

.bottomPanel .other {
    text-align: center;
}

.bottomPanel .other h3 {
    font-size: 20px;
}

/* ======================================================================== */
/* 产品支持搜索样式
/* ======================================================================== */
.searchPanel {
    height: 300px;
    background: #F8F8F8 url(../images/X9_question_people.png) no-repeat 100px bottom;
}

.searchPanel .searchDiv {
    margin-top: 65px;
    color: #666;
}

#search-form .text {
    height: 45px;
    width: 300px;
    line-height: 45px;
    padding: 0px 10px;
    border: 2px solid #ccc;
    font-size: 18px;
    display: block;
    float: left;
    outline: medium;
    background: #FFF;
}

#search-form .button {
    background: #FFF;
    height: 45px;
    width: 50px;
    font-size: 20px;
    color: #ccc;
    display: block;
    border-left: none;
    border-right: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.downloadPanel {
    color: #666;
}

.downloadPanel ul {
    padding: 0;
}

.downloadPanel ul .item {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    width: 280px;
    height: 175px;
    margin-right: 1px;
    padding-top: 15px;
    background-color: #F8F8F8;
}

.downloadPanel ul .item h4 {
    color: #666;
}

.downloadPanel dl {
    margin-bottom: 0px;
}

.downloadPanel .classify {
    margin: 30px 0;
    font-size: 18px;
    color: #000000;
}

.downloadPanel .item {
    margin-bottom: 5px;
}

.downloadList .title {
    margin-top: 0px;
}

.downloadList .curPos .breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
}

.downloadList .leftSide {
    margin-left: -15px;
    margin-top: 30px;
}

.downloadList .leftSide .nav li.active a {
    color: #BDD83E;
}

.downloadList .tab-content ul {
    padding: 0;
}

.downloadList .tab-content ul li {
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
}

.downloadList .tab-content ul li .main {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
}

.downloadList .tab-content ul li .main h2 a {
    text-decoration: none;
}

.downloadList .tab-content ul li .main h2 a:hover, .downloadList .tab-content ul li .main h2 a:focus {
    color: #666;
}

.btn-gray {
    background-color: #7D7B7B;
    border-color: #666;
    color: #fff;
}

.btn-gray:hover {
    color: #fff;
    background-color: #6A6868;
}

.downloadList .tab-content ul li .triangle-wrap {
    position: absolute;
    top: 50%;
}

.downloadList .tab-content ul li .triangle-wrap .triangle {
    width: 0;
    height: 0;
    border-right: 15px solid #ddd;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: -29px;
    margin-top: -15px;
    position: relative;
}

.downloadList .tab-content ul li .triangle-wrap .triangle span {
    position: absolute;
    left: -13px;
    top: -14px;
    width: 0;
    height: 0;
    display: block;
    border-right: 14px solid #fff;
    border-left: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    z-index: 50;
}

.questionPanel {
    height: 375px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.questionPanel .people {
    margin-left: 50px;
}

.questionPanel .questionHead {
    margin-left: 150px;
    margin-top: 100px;
    color: #666;
}

.questionPanel .questionHead .text-en {
    font-size: 16px;
    color: #666;
}

.zNav {
    margin-top: 15px;
}

.downloadPanel .link-title {
    font-size: 16px;
}

.downloadPanel .version {
    font-size: 12px;
}

.downloadPanel .link-item {
    height: 50px;
    line-height: 50px;
    /*margin-bottom: 10px;*/
    /*margin-left: 35px;*/
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.downloadPanel .gpl-info {
    /*padding-left: 16px;*/
}

/* ======================================================================== */
/* 关于我们样式
/* ======================================================================== */
.aboutPanel {
    margin-bottom: 30px;
    margin-top: 30px;
}

.aboutPanel .sidebar {
    background-color: #FAFAFA;
    height: 300px;
}

.aboutPanel .sidebar .sidebarName {
    border-bottom: 1px solid #eee;
}

.aboutPanel .sidebar .sidebarName h4 {
    color: #666;
    padding-left: 10px;
}

.aboutPanel .sidebar .nav {
    margin-top: 10px;
}

.aboutPanel .sidebar .nav li.active {
    background-color: #F3F3F3;
    border-left: 3px solid #AACD06;
}

.aboutPanel .sidebar .nav li a {
    color: #666;
    font-size: 14px;
}

.curPos .breadcrumb {
    background-color: #FFF;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 8px 0;
}

.aboutPanel .tab-pane p {
    font-size: 15px;
    text-indent: 30px;
    line-height: 25px;
}

.job-container > dl > dd > ul > li {
    float: left;
    list-style-type: none;
    padding: 0px 15px;
    border-left: 1px solid #ddd;
}

.job-container > dl > dd > ul > li.first {
    border-left: none;
}

.job-container > dl > dd > ul > li a {
    font-size: 15px;
}

.job-container > dl > dd > ul {
    padding: 0px;
}

.job-container > dl > dt {
    float: left;
    width: 100px;
    /*text-align: right;*/
    clear: both;
    font-size: 15px;
    color: #666;
}

.job-container > dl.en > dt {
    width: 150px;
}

.job-container > dl > dd {
    float: left;
}

.jobList .table {
    border-collapse: collapse;
}

.jobList .table th {
    border-top: none;
    color: #666;
}

#contact h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}

#contact p {
    text-indent: 10px;
    font-size: 15px;
    line-height: 40px;
}

#buy .align-center {
    margin-bottom: 10px;
}

.no-search-result h3 {
    height: 230px;
    line-height: 150px;
}

#contact {
    margin-left: -30px;
}

#contact h4 {
    font-size: 18px;
    margin-top: 33px;
}

.jobList {
    margin-left: -8px;
}

.about_us ul .active a {
    color: #000000;
}

#video_play_modal .modal-body {
    padding: 0px;
}

#video_play_modal .modal-body {
    width: 100%;
    height: 550px;
}

#video_play_modal .modal-dialog, #messageModal .modal-dialog {
    margin-top: 80px;
}

#video_play_modal .close, #messageModal .close {
    position: absolute;
    right: -16px;
    top: -18px;
    opacity: 1;
    z-index: 100;
}

#video_play_modal .close .icon, #messageModal .close .icon {
    width: 36px;
    height: 36px;
    display: block;
    background-image: url(../images/icon_sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.job-container dl dd ul li a.active {
    color: #333;
}

.jobList table tr td a {
    color: #333;
}

.jobList table tr td a:hover {
    color: #000;
    text-decoration: underline;
}

.job-detail {
    color: #666;
}

.aboutPanel .job-detail p.remark {
    text-indent: 0;
}

.news-container {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.news-container p {
    text-indent: 30px;
}

/* ======================================================================== */
/* distributor
/* ======================================================================== */
.distributor-wrapper {
    padding: 30px 10px;
    margin-bottom: 20px;
}

.result-wrapper {
    min-height: 620px;
}

.result-wrapper a {
    font-size: 16px;
}

/*gallery css start*/
.sidebar, .sidebar .submenu {
    padding: 0px;
}

.sidebar li .menu {
    background-color: #D6D5D5;
    border-radius: 5px;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    color: #393A3F;
    margin-bottom: 1px;
    cursor: pointer;
}

/**.sidebar li.active .menu{
	background-color: #AACD06;
	color:#FFF;}
**/
.sidebar li {
    list-style-type: none;
}

.sidebar li .submenu {
    border-radius: 5px;
    background-color: #A5A6AB;
    /**display:none; **/
    margin-bottom: 1px;
}

.sidebar li.active .submenu {
    display: block;
}

.sidebar .submenu li a {
    display: block;
    color: #393A3F;
    padding: 5px 5px 5px 25px;
}

.sidebar .submenu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .submenu li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sidebar .submenu li:hover {
    background-color: #9A9A9D;
}

.sidebar .triangle-left {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #393A3F;
    float: left;
    margin-top: 5px;
}

.sidebar .submenu li.active a {
    color: #FFF;
}

.sidebar .submenu li.active {
    background-color: #9CD90A;
}

.sidebar .submenu li.active a .triangle-left {
    border-color: transparent transparent transparent #FFF;
}

/*gallery css end*/
.common-container {
    max-width: 1170px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.common-container .sidebar-wrapper {
    width: 250px;
    float: left;
}

.common-container .main-wrapper {
    /*margin-left: 300px;*/
}

.init-container {
    min-height: 300px;
}

.main-wrapper .item-panel {
    overflow: hidden;
}

.item-panel img {
    max-width: 100%;
    height: auto;
}

/*.spec {*/
/*padding-left: 10px;*/
/*padding-right: 10px;*/
/*}*/

#reviews ul li {
    padding: 8px;
    font-size: 16px;
}

.faq-detail {
    display: none;
}

.triangle-top {
    border-color: transparent transparent #999;
    border-style: solid;
    border-width: 6px;
    bottom: 0;
    height: 0;
    width: 0;
    margin-top: 5px;
}

.faq-model {
    font-size: 12px;
    color: #999;
}

.tag-wrapper {
    margin-bottom: 12px;
}

.tag-wrapper .tag-item {
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    background-color: #ccc;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 3px;
}

.tag-wrapper .active {
    background-color: #AACD06;
    color: #FFF;
}

.mycrumb {
    margin-bottom: 2px;
    margin-top: 30px;
}

.mycrumb .crumb {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 24px;
    display: inline-block;
    padding-right: 12px;
    background: url("../images/crumb_icon.png") no-repeat center right;
}

.mycrumb .crumb li {
    float: left;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 15px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.mycrumb .crumb li {
    background: #f5f5f5 url("../images/crumb_icon.png") no-repeat center right;
    line-height: 20px;
}

.mycrumb .crumb li.none {
    background-image: none;
}

.mycrumb .crumb li:first-child {
    border-left: 1px solid #cccccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mycrumb .crumb li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* online qq or skype*/
.qq-online {
    background: url("../images/qq_suspend.jpg") no-repeat left center;
    height: 128px;
    width: 40px;
    position: fixed;
    top: 35%;
    right: 0;
    cursor: pointer;
}

.qq-online .qq-link {
    display: block;
    width: 120px;
    margin-left: 40px;
    height: 128px;
}

.skype-online {
    background: url("../images/skype_suspend.jpg") no-repeat left center;
    height: 128px;
    width: 40px;
    position: fixed;
    top: 20%;
    right: 0;
    cursor: pointer;
}

.skype-online .skype-link {
    display: block;
    width: 120px;
    margin-left: 40px;
    height: 128px;
}

#skypedetectionswf {
    display: none;
}

.spec-title {
    /*margin-top: -4px;*/
}

.wrapper .navbar-header {
    position: relative;
}

.sign-wrap {
    position: absolute;
    top: 17px;
    left: -200px;
}

.collection_email {
    /*min-width: 1000px;*/
    /*height: 180px;*/
    /*background-color: #000000;*/
}

.collection_email p {
    margin-top: 30px;
    /*margin-left: 10px;*/
    /*font-size: 24px;*/
    /*color: #FFFFFF;*/
    font-weight: bold;
    font-style: normal;
    color: #222;
    font-size: 18px;
    margin-bottom: 16px;

}

.collection_email span {
    font-size: 52px;
    color: #FFFFFF;
}

.collection_email input {
    padding: 10px;
}

.collection_email_address {
    width: 60%;
}

.collection_email .btn {
    height: 45px;
    margin-left: -10px;
    margin-top: -4px;
    color: #FFFFFF;
    padding: 0 50px;
    background: #000000;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
}

.icon_box {
    margin-top: 65px;

}

.icon_box img {
    width: 30px;
    margin-left: 20px;;
}

.icon_box a {
    line-height: 80px;
}

.carousel-inner img {
    margin: 0 auto;
}

.recommend_box {
    margin-top: 15px;
}

.recommend_box .container {
    padding-right: 0;
    padding-left: 0;
}

.recommend_info {
    margin-top: 20px;
    margin-left: 10px;
    height: 130px;
    color: #000000;
}

.recommend_info h3 {
    font-weight: bold;
    margin-bottom: 20px;
    height: 40px;
}

.recommend_info span {
    font-size: 18px;
    padding: 5px 65px;
    border: 1px solid #000000;
    font-weight: bold;
}

.recommend_info p {
    padding-left: 20px;
    padding-top: 15px;
    font-size: 16px;
    color: #000000;
}

.recommend_box img {
    margin: 10px;
}

.grids-section .row > div {
    padding: 2.5px 2.5px 0;
}

.grids-section .grid-item {
    overflow: hidden;
    line-height: 0;
    display: block;
    position: relative;
    /*min-height: 262px;*/
    color: #fff;
}

.grids-section .grid-item img {
    width: 100%;
}

.grids-section .grid-item .text-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);

}

.grids-section .grid-item .text {
    position: absolute;
    left: 30px;
    bottom: 25px;
}

.grids-section .grid-item .text .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 13px;
    margin-bottom: 13px;
    line-height: 1.3;
    font-size: 20px;
}

.grids-section .grid-item .text .title:after {
    width: 60%;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.grids-section .grid-item .text .main {
    font-weight: 300;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 15px;
}

#tutorial_support .submenu {
    min-height: 50px;
    margin-bottom: 10px;
    margin-top: 55px;
    margin-left: -18px;
}

#tutorial_support .submenu li {
    float: left;
    /* min-width: 130px; */
    padding: 6px 10px;
    margin: 0 10px;
}

#tutorial_support .submenu li:hover {
    /*background-color: #eeeeee;*/
}

#tutorial_support .submenu li.active {
    /*background-color: #eeeeee;*/
    font-weight: 600;
    border-bottom: 1px solid #000;
}

#tutorial_support h3 {
    font-size: 27px;
    color: #000;
    margin-top: 35px;
    font-weight: bold;
}

#tutorial_support .submenu li a {
    font-size: 15px;
}

#tutorial_support .submenu li.active a {
    color: #000000;
}

.aboutPanel h4 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

#mytab {
    margin-left: -15px;
    margin-top: 55px;
}

.copyright a, .copyright span {
    color: #000000;
}

.reference {
    margin: 187px 0px 0px 0;
}

.copyright ul {
    margin: 30px 0 60px 0;
}

.banner_info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;

}

.banner_info h3 {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 70px;
}

.banner_info h4 {
    font-weight: bold;
    padding: 10px 0 25px 0;
    color: #FFFFFF;
    font-size: 42px;
}

.banner_info .btns {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.banner_info .buyBtn {
    background: #000;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    height: 39px;
    line-height: 17px;
    padding: 9px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border: 2px solid #000;
    cursor: pointer;
}

.container {
    padding-right: 0;
    padding-left: 0;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}

.questionPanel .questionPanel_info h3, .questionPanel .questionPanel_info p {
    color: #000000;
}

.questionPanel .questionPanel_info {
    position: absolute;
    right: 30%;
    bottom: 7%;
}

.questionPanel .questionPanel_info h3 {
    font-size: 66px;
    color: #000000;
    font-weight: bold;
}

.questionPanel .questionPanel_info p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .recommend_box img {
        width: 100%;
    }

    .common-container .sidebar-wrapper {
        width: 180px;
    }

    .common-container .main-wrapper {
        /*margin-left: 200px;*/
    }

    .recommend_box {
        margin-top: 10px;
    }

    .recommend_info h3 {
        font-weight: bold;
        margin-bottom: 20px;
        height: 23px;
        font-size: 18px;
    }
}

#message_info {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-top: 40px;
}

/*.nav-title ul{*/
/*display: flex;*/
/*}*/
/*.shopify-buy-frame--product {*/
/*display: block;*/
/*position: fixed;*/
/*top: 21%;*/
/*right: 4%;*/
/*z-index: 9999999999;*/
/*}*/

/*.shopify-buy-frame--product iframe {*/
/*height: auto !important;*/
/*}*/

.order_detail.container {
    padding: 0 20px;
    max-width: 940px;
    font-size: 20px;
    color: #000000;
}

.order_detail h2 {
    padding: 40px 0 45px 0;
    border-bottom: 2px solid #000000;
}

.order_msg {
    margin-top: 40px;;
}

.order_detail_msg {
    margin-top: 10px;
}

.order_title {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.price_box {
    margin-top: 20%;
}

.price_box p {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

.tracking_box {
    margin-top: 60px;
}

.view_shipping_btn {
    line-height: 45px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 30px;
}

.view_shipping_btn:hover {
    background-color: #dddddd;
}

.row {
    /*margin-right: 0;*/
}


.product_title{
    min-height: 840px;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.product_title .product_img{
    width: 44%;
}
.product_title img{
    width: 100%;
}
.product_title h3{
    font-weight: bold;
}
.product_title .product_info{
    width: 51%;
    margin-left: 5%;
}