﻿@charset "utf-8";

/* CSS Document */

body,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #626262;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Microsoft JhengHei, Heiti TC;*/
    /*background:url(images/bg_top.gif) repeat-x;*/
    background-color: #ffffff;
    position: relative;
}

ul,
li,
dl,
dd,
dt {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

body:after {
    display: none;
    content: url(/e/ptxwebstore_images/mesambgo.png) url(/e/ptxwebstore_images/disambgo.png);
    background: url(/e/ptxwebstore_images/favambgo.png) url(/e/ptxwebstore_images/ordambgo.png) url(/e/ptxwebstore_images/proambgo.png)url(/e/ptxwebstore_images/newsambgo.png);
}

img {
    border: 0;
}

.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

@font-face {
    font-family: "IMPACT";
    /*这里是说明调用来的字体名字*/
    src: url('/mobile/font/IMPACT.ttf'), url('/mobile/font/IMPACT.eot'), url('/mobile/font/IMPACT.woff'), url('/mobile/font/IMPACT.otf');
    /*这里是字体文件路径*/
}

#container {
    margin: 0 auto;
    /*margin-left: 25%;margin-right: 25%;*/
    width: 1200px;
}

a {
    text-decoration: none;
}

.floatclear {
    clear: both;
}


/*--------------------------head--------------------------*/

#header_top_bg {
    width: 100%;
    height: 40px;
    background: #fff;
    margin: 0 auto;
}

.top-contact-info {
    color: #064c87;
    /* line-height: 20px; */
}

.top-bar .top-contact-info li:nth-of-type(1) {
    padding-left: 0;
}

.top-contact-info #login {
    font-size: 14px;
    font-weight: bold;
}

#login a {
    color: #064c87;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.top-contact-info li a {
    color: #064c87;
}

.top-contact-info li {
    padding: 0 5px;
    display: inline-block;
}

.top-contact-info img {
    vertical-align: calc(-6px);
}

.header_top_lt {
    float: left;
}

.header_top_lt ul li {
    float: left;
    margin: 0 2px;
    line-height: 40px;
    height: 40px;
    color: #999999;
    font-size: 14px;
}

.header_top_lt ul li a {
    line-height: 40px;
    transition: all 0.3s;
    font-weight: bold;
    color: #999999;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.header_top_lt ul li a:hover {
    color: #2c5d91;
    text-decoration: none;
}

.header_top_lr {
    float: right;
}

#header_main {
    width: 100%;
    margin: 0 auto;
    /* border-bottom: 1px solid #e7eaec; */
    background-color: #ffffff;
    box-shadow: 0 0 5px #e0e0e0;
}

#header {
    width: 1200px;
    margin: 0 auto;
    height: 170px;
}

#header_main .headercms {
    height: 120px;
}

#header_main .headercms .top-nav {
    margin-top: 20px;
}

#header_main .headercms .headmain .search {
    padding-top: 5px;
}

#header_main .headercms .logo {
    top: 14px;
}

#header .socal {
    width: 1200px;
    float: right;
    margin-top: 10px;
}

#header .socal ul {
    margin: 0;
    padding: 0
}

#header .socal ul li {
    float: right
}

#header .socal ul li img {
    webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    cursor: pointer;
}

#header .socal ul li img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#header .topline {
    height: 32px;
    /*background:url(images/bg_top.gif) repeat-x;*/
}

.welcome {
    margin: 0 auto;
    padding-top: 8px;
    height: 24px;
    text-align: right;
    color: #6a6969;
}

.welcome #login {
    width: auto;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.welcome #login a {
    color: #6a6969;
    text-decoration: none;
}

.welcome #login a:hover {
    text-decoration: underline;
    color: #e44a2e;
}

.welcome .lang {
    float: right;
    margin-left: 20px;
}

.welcome .lang a {
    color: #C99B09;
    text-decoration: none;
}

.welcome .lang a:hover {
    text-decoration: underline;
}

#header .headmain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header .headmain .logo {
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

#header .headmain .webstoretxt {
    width: 300px;
    height: 24px;
    padding-top: 14px;
    float: left;
    font-family: "Caviar Dreams";
    color: #4c404e;
    font-size: 22px;
}

.headinfor {
    float: right;
}

.headinfor .shopping {
    float: right;
    text-align: right;
}

.headinfor .shopping ul {
    float: right
}

.headinfor .shopping ul li {
    float: left;
    margin-left: 8px;
}

.headinfor .shopping img {
    vertical-align: middle;
    margin-right: -2px;
}

.headinfor .shopping a {
    color: #6a6969;
    text-decoration: none;
}

.headinfor .shopping a:hover {
    color: #FF6600;
}

.headinfor .shopping .ddl_style {
    font-size: 11px;
    border: solid 1px #ededed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 11px;
}

#header .headmain .search {
    float: right;
    text-align: right;
    padding-top: 40px;
    position: relative;
    z-index: 999;
}

.logintitle {
    font-weight: bold;
    font-size: 14px;
}

.search_box {
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 5px 10px;
    padding-right: 0;
    cursor: pointer;
}

.search_box form input[type="text"] {
    border: 1px solid #064c87;
    /* border-top: none; */
    /* border-left: 0px; */
    /* border-right: 0px; */
    outline: none;
    background: none;
    font-size: 1em;
    float: left;
    color: rgba(0, 0, 0, 0.8);
    background: #ffffff;
    padding-left: 10px;
    width: 255px;
    height: 36px;
    /* margin-right: 5px; */
    font-family: 'Open Sans', sans-serif;
    box-sizing: initial;
}

.search_box form input[type="submit"] {
    border: none;
    cursor: pointer;
    background: url(/e/ptxwebstore_customize/images/search-icon.png) no-repeat center;
    float: left;
    width: 40px;
    height: 40px;
    outline: none;
    background-color: #064c87;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#main_nav {
    width: 100%;
    display: -webkit-box;
    margin-top: 37px;
}

.social-links {
    float: left;
}

.social-links ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #72a3cb;
}

.social-links ul li:hover {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2d6594
}

.social-links ul li img {
    display: block;
    padding: 5px;
}

.navigation {
    width: 1200px;
    height: 38px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}

.navigation ul li {
    float: left;
    margin: 0 10px;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    color: #333333;
    font-size: 16px;
    font-size: 17px;
    margin-left: 53px;
}

.top-nav {
    float: left;
    margin-top: 85px;
}

.top-nav ul {
    border: 4px solid #fafafa;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -3px 5px 5px #e6e6e6;
}

.top-nav ul li {
    display: inline-block;
    float: left;
    position: relative;
    background: rgba(254, 254, 254, 0.3);
    box-shadow: 0 0px 18px #e6e6e6 inset;
}

.top-nav li a {
    font-size: 14px;
    color: #064c87;
    text-transform: uppercase;
    padding: 10px 38px;
    display: block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-weight: bold;
}

.top-nav li.active>a,
.top-nav li>a:hover {
    /* color: #FFF; */
    /* background: #2d6594; */
    text-decoration: none;
}

.top-nav li:hover>ul {
    display: block;
}

.topSecNav_item {
    width: 230px;
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: -60%;
    z-index: 99999;
    box-shadow: 0 0 10px #7b7b7b;
    display: none;
}

.topSecNav_item li {
    width: 100%;
    height: auto;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    display: block;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

.topSecNav_item li a {
    padding: 10px 8px;
}

.topSecNav_item li.selected>a {
    background-color: #8ec455;
    color: #fff;
}

#navigation_in {
    margin: 0 auto;
    height: 38px;
    float: left;
    width: 800px;
    overflow: hidden;
}

#navigation_in ul {
    margin-top: 8px;
}

.navigation_in ul li a span.out {
    top: 0px;
    z-index: 2;
}

.navigation_in ul li a span.over,
.navigation_in ul li a span.bg {
    /* 隐藏高度*/
}

.navigation_in ul li a span {
    /* 所有层将使用绝对定位 */
    position: absolute;
    left: 0;
}

#navigation_in ul li a {
    text-decoration: none;
    position: relative;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

#navigation_in .btn1 {
    width: 50px;
}

#navigation_in .btn2 {
    width: 170px;
}

#navigation_in .btn3 {
    width: 60px;
}

#navigation_in .btn4 {
    width: 50px;
}

#navigation_in .btn5 {
    width: 85px;
}

#navigation_in .btn6 {
    width: 100px;
}

#navigation_in .btn1 .out {
    width: 50px;
}

#navigation_in .btn2 .out {
    width: 170px;
    text-align: center;
    margin-left: 90px;
}

#navigation_in .btn3 .out {
    width: 60px;
    margin-left: 300px;
}

#navigation_in .btn4 .out {
    width: 50px;
    margin-left: 400px;
}

#navigation_in .btn5 .out {
    width: 85px;
    text-align: center;
    margin-left: 490px;
}

#navigation_in .btn6 .out {
    width: 100px;
    text-align: center;
    margin-left: 615px;
}

#lang {
    float: right;
    margin-left: 10px;
}

#lang ul {
    margin: 0;
    padding: 0
}

#lang ul li {
    float: left;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
    margin: 0 6px;
    line-height: 40px;
}

#lang ul li a {
    line-height: 40px;
    color: #999999;
    font-size: 14px;
}

#lang ul li a.ap {
    color: #064c87;
}

#navigation_in ul li span.bg {
    height: 42px;
    background: url("/e/ptxwebstore_customize/images/btn1_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: -20px;
}

#navigation_in .btn1 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn1_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
}

#navigation_in .btn2 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn2_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: 75px;
}

#navigation_in .btn3 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn3_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: 285px;
}

#navigation_in .btn4 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn4_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: 385px;
}

#navigation_in .btn5 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn5_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: 475px;
}

#navigation_in .btn6 .bg {
    height: 64px;
    background: url("/e/ptxwebstore_customize/images/btn6_over.png") no-repeat scroll center bottom transparent;
    width: 26px;
    z-index: 1;
    margin-left: 600px;
}

.menu_c {
    margin: 0 auto;
    width: 760px;
    height: 42px;
}

.menu_s {
    margin: 0 auto;
    width: 760px;
    height: 42px;
}

.menu_e {
    margin: 0 auto;
    height: 42px;
    float: right;
}

.menu_j {
    margin: 0 auto;
    width: 881px;
    height: 42px;
}


/*------------------content---------------------------*/

#content_main {
    width: 100%
}

#content {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 60px;
}

#content .leftpart {
    width: 190px;
    float: right;
}

#content .p_leftpart {
    width: 320px;
    float: left;
    margin-right: 10px;
}


/*#content .leftpart .leftmenu{width:179px;float:left;-webkit-box-shadow: 10px 10px 5px -5px rgba(230,230,230,1);
-moz-box-shadow: 10px 10px 5px -5px rgba(230,230,230,1);*/

#content .p_leftpart .leftmenu {
    width: 320px;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_t {
    width: 320px;
    height: 44px;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_t span {
    font-size: 18px;
    text-transform: uppercase;
}

#content .p_leftpart .leftmenu .leftmenu_c {
    width: 320px;
    height: auto;
    border: solid 0px #5ba323;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_c a {
    color: #727272;
}

#content .p_leftpart .topsale {
    width: 180px;
    float: left;
    margin-bottom: 40px;
}

#content .p_leftpart .topsale .topsale_t {
    width: 180px;
    height: 44px;
    margin-top: 8px;
    float: left;
}

#content .p_leftpart .topsale .topsale_c {
    width: 178px;
    height: auto;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    float: left;
}

#content .p_leftpart .topsale .topsale_c dl {
    line-height: 1.2em;
    height: 80px;
    margin-top: 15px;
}

#content .p_leftpart .topsale .topsale_c dl dt {
    float: right;
    width: 100px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}

#content .p_leftpart .topsale .topsale_c dl dd.pic {
    float: left;
    width: 65px;
    margin-left: 9px;
}

#content .p_leftpart .topsale .topsale_c dl dd.txt {
    float: right;
    margin-bottom: 10px;
    width: 100px;
    font-size: 11px
}

#content .p_leftpart .topsale .topsale_c dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .p_leftpart .bannerleft {
    width: 180px;
    height: auto;
    float: left;
    margin-top: 8px;
}

#content .p_leftpart .leftmenu {
    width: 320px;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_t {
    width: 100%;
    height: 44px;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_c {
    width: 100%;
    height: auto;
    border: solid 0px #5ba323;
    float: left;
}

#content .p_leftpart .leftmenu .leftmenu_c a {
    color: #727272;
}

#content .p_leftpart .topsale {
    width: 180px;
    float: left;
    margin-bottom: 40px;
}

#content .p_leftpart .topsale .topsale_t {
    width: 180px;
    height: 44px;
    margin-top: 8px;
    float: left;
}

#content .p_leftpart .topsale .topsale_c {
    width: 178px;
    height: auto;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    float: left;
}

#content .p_leftpart .topsale .topsale_c dl {
    line-height: 1.2em;
    height: 80px;
    margin-top: 15px;
}

#content .p_leftpart .topsale .topsale_c dl dt {
    float: right;
    width: 100px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
}

#content .p_leftpart .topsale .topsale_c dl dd.pic {
    float: left;
    width: 65px;
    margin-left: 9px;
}

#content .p_leftpart .topsale .topsale_c dl dd.txt {
    float: right;
    margin-bottom: 10px;
    width: 100px;
    font-size: 11px
}

#content .p_leftpart .topsale .topsale_c dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content .p_leftpart .bannerleft {
    width: 180px;
    height: auto;
    float: left;
    margin-top: 8px;
}

#content .rightpart {
    width: 850px;
    height: auto;
    float: right;
}

#content .rightpart .flash {
    width: 1000px;
    height: 500px;
    float: left;
    overflow: hidden;
}

#content .rightpart .flash a:hover {
    text-decoration: none;
}

#content .rightpart .flash .flashchang1 {
    width: 1000px;
    height: 500px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

#content .rightpart .flash .loading {
    width: 1000px;
    background-color: #000000;
    color: #FFCC00;
    font-size: 12px;
    height: 500px;
    text-align: center;
    padding-top: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#content .rightpart .flash .flashchange2 {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#content .rightpart .flash .num_list {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 0px;
    height: 20px;
    overflow: hidden;
}

#content .rightpart .flash .num_list span {
    display: inline-block;
    height: 16px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}

#content .rightpart .flash .flashchang1 ul {
    display: none;
}

#content .rightpart .flash .flash_button {
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 2px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

#content .rightpart .flash .flash_button1,
.flash_button2 {
    background-color: #707070;
    display: block;
    float: left;
    padding: 1px 5px;
    margin-right: 3px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

#content .rightpart .flash .flash_button2 {
    color: #fff;
    background-color: #b90d0d;
}

#content .rightpart .banner {
    width: 810px;
    height: 116px;
    float: left;
    margin-top: 8px;
}

#content .rightpart .banner a img {
    margin: 0 2px 0 2px;
}

#content .rightpart .hotproduct {
    width: 810px;
    height: auto;
    float: left;
    margin-top: 8px;
}

#content .rightpart .hotproduct .hotproduct_t {
    height: 26px;
    width: 810px;
    float: left;
    border-bottom: solid 2px #CCCCCC;
    font-family: "微软雅黑", "黑体";
    font-size: 18px;
}

#content .rightpart .hotproduct .hotproduct_c {
    width: 810px;
    height: auto;
    float: left;
    padding-top: 10px;
}

#content .rightpart .hotproduct .hotproduct_c ul {
    width: 200px;
    float: left;
    height: 330px;
    text-align: center;
}


/*------------------foot------------------------*/

#footer {
    margin: 0 auto;
    width: 100%;
    background: #064c87;
}

#footer .left {
    float: left;
    margin-top: 20px;
}

#footer ul {}

#footer ul li {
    margin-right: 30px;
    text-align: left;
    line-height: 32px;
}

#footer .right {
    float: right;
    margin-top: 12px;
}

#footer .right img {
    vertical-align: middle
}

#footer .footlink {
    width: 800px;
    margin: 0 auto;
    padding: 16px 0 0 200px;
    *width: 850px;
    *padding: 10px 0 0 150px;
}

#footer .footlink ul {
    float: left;
    margin: 0 20px;
}

#footer .footlink ul li {
    margin-bottom: 6px;
}

#footer .footlink a {
    color: #FFFFFF;
}

#footer .footlink a:hover {
    text-decoration: none;
    color: #FFFF00;
}

.footer_line {
    padding: 18px 0;
    border-bottom: 1px solid #5887af;
}

.footer_logo {
    width: 1200px;
    margin: 0 auto;
}

.footer_logo img {
    margin-left: 48px;
}

#parfor {
    width: 1000px;
    margin: 0 auto;
}

#copyright {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyright img {
    vertical-align: middle;
}

.newsam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/newsambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.newsam:hover {
    background: url(/e/ptxwebstore_images/newsambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.newsam a {
    color: #fff;
}

.proam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/proambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.proam:hover {
    background: url(/e/ptxwebstore_images/proambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.proam a {
    color: #fff;
}

.ordam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/ordambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.ordam:hover {
    background: url(/e/ptxwebstore_images/ordambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.ordam a {
    color: #fff;
}

.favam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/favambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.favam:hover {
    background: url(/e/ptxwebstore_images/favambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.favam a {
    color: #fff;
}

.disam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/disambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.disam:hover {
    background: url(/e/ptxwebstore_images/disambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.disam a {
    color: #fff;
}

.mesam {
    padding-bottom: 10px;
    background: url(/e/ptxwebstore_images/mesambg.png) no-repeat;
    color: #fff;
    background-position: center;
    transition: .4s;
    font-weight: bold;
}

.mesam:hover {
    background: url(/e/ptxwebstore_images/mesambgo.png) no-repeat;
    color: #666;
    transition: .4s;
    background-position: center;
}

.mesam a {
    color: #fff;
}

#small_banenr {
    height: 217px;
    background: url(/e/ptxwebstore_customize/images/small_banner.jpg);
    background-position: center;
    margin-top: 60px;
}

.middle {
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    display: table;
}

.middle1 {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    display: table;
}

.middle1 .left {
    float: left;
}

.middle1 .left ul {
    margin: 0;
    padding: 0
}

.middle1 .left ul li {
    margin-bottom: 16px;
}

.middle1 .right {
    float: right
}

.middle2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 50px;
}

.middle2 .middle_logo {
    margin-bottom: 16px;
}

.middle2 .title {
    width: 1200px;
    margin: 0 auto;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: table;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 8px solid #72a3cb;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.middle2 .title .left {
    width: 100%;
    text-align: center;
}

.middle2 .title .left span {
    color: #2d6594;
    font-size: 26px;
}

.middle2 .title .left b {
    padding-left: 5px;
    padding-right: 5px;
    color: #72a3cb;
    font-size: 30px;
    font-weight: 100;
}

.middle2 .title .right {
    width: 100%;
    text-align: center;
}

.middle2 .jcarousel {
    background-color: #f3f7fb;
    padding: 20px 20px 0 20px;
}

.middle2 .jcarousel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.middle2 .jcarousel>ul>li {
    width: 275px;
    height: 330px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.middle2 .jcarousel>ul>li .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -100%;
    transition: all 0.3s;
}

.middle2 .jcarousel>ul>li:hover .textbox {
    bottom: 0;
}

.textbox .btn_green {
    width: 104px;
    height: 104px;
    background-color: #41a249;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textbox .btn_green a {
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox .btn_green a:hover {
    text-decoration: none;
}

.textbox .btn_blue {
    width: 104px;
    height: 104px;
    background-color: #3057a7;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    float: right;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.middle2 .jcarousel ul li:nth-child(4) {
    margin-right: 0;
}

.middle2 .jcarousel .photo img {
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: 50% 50%;
}

#footer_line {
    background-color: #e7e7e7;
    width: 100%;
    height: 4px;
}

#top_line {
    background: url(/e/ptxwebstore_customize/images/top_line.png);
    width: 100%;
    height: 4px;
}

#s_banner {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
}

#s_banner .s1 {
    float: left
}

#s_banner .s2 {
    float: left;
    margin-left: 15px;
}

#s_banner .s3 {
    float: right
}

.hot {
    width: 275px;
    /* margin-bottom: 10px; */
    /* margin-left: 10px; */
}

.hot .photo {
    /* width: 275px; */
    /* border: 1px #d9d9d9 solid; */
}

.hot .photo:hover {
    /* border: 1px #72a3cb solid */
}

.hot .content {
    display: inline-block;
    margin-top: 65px;
    margin-bottom: 65px;
    width: 100%;
}

.hot .content ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
}

.hot .content ul li {
    text-align: center;
    color: #ffffff;
    float: inherit;
    width: 90%;
    margin: 0 auto;
    line-height: 18px;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.hot .content .price {
    text-align: center;
    color: #f39d22;
    font-size: 18px;
    font-weight: bold;
}

.hot .content .dis {
    text-decoration: line-through;
    width: 100%;
    display: block;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.hot .content .red {
    color: #ff0000;
    font-size: 16px;
}

.hot .btn {
    background-color: #72a3cb;
    width: 170px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
    /* padding: 10px; */
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.eshop {
    display: table;
    margin-top: 25px;
    width: 1200px;
    margin-bottom: 30px;
}

.eshop .eshop_left {
    float: left;
    width: 178px;
}

.eshop .eshop_left .menu {
    width: 178px;
    border: -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    margin-bottom: 40px;
    border-bottom: 1px #d9d9d9 solid;
}

.eshop .eshop_left .menu .title {
    width: 148px;
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    padding: 10px 10px 9px 20px;
    display: inline-block;
}

.content_eshop_leftmenu {
    width: 177px;
    height: 40px;
    background-color: #fff;
    border-left: 1px #d9d9d9 solid;
    border-right: 1px #d9d9d9 solid;
    display: table;
}

.content_eshop_leftmenu ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.content_eshop_leftmenu ul li {
    list-style-type: none;
    display: list-item;
    color: #333;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #d9d9d9;
}

.content_eshop_leftmenu ul li a {
    text-decoration: none;
    color: #333;
}

.content_eshop_leftmenu ul li a:hover {
    text-decoration: none;
    color: #008148
}

.eshop .eshop_right {
    float: right;
    width: 1000px;
}

.brand {
    margin-bottom: 40px;
}

.brand .title {
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 10px 50px 9px 20px;
    min-width: 140px;
}

.brand_content {
    padding-top: 15px;
}

.banner_brand:nth-of-type(odd) {
    width: 390px;
    float: left;
    height: 200px;
    margin-bottom: 15px;
}

.banner_brand:nth-of-type(even) {
    width: 390px;
    float: left;
    margin-left: 20px;
    height: 200px;
    margin-bottom: 15px;
}

.originator {
    margin-bottom: 40px;
}

.originator .title {
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 10px 50px 9px 20px;
    min-width: 140px;
}

.banner_originator {
    width: 140px;
    float: left;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.banner_originator:nth-of-type(4n+5) {
    width: 140px;
    float: left;
    margin-right: 0px;
    height: 140px;
    margin-bottom: 15px;
}

.banner_originator img {
    width: 140px;
    height: 140px;
}

.banner_designer {}

.banner_designer .title {
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 10px 50px 9px 20px;
    min-width: 140px;
}

.banner_designer .banner {
    width: 800px;
    height: 600px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.banner_designer .banner_originality {
    width: 800px;
    height: 300px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.rel {
    margin-bottom: 30px;
    display: table;
}

.rel .title {
    background-color: #2d6594;
    color: #fff;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 10px 50px 9px 20px;
    min-width: 140px;
}

.rel_content {
    padding-top: 15px;
}

.rel_hot {
    width: 180px;
    border: 1px #d9d9d9 solid;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    margin-bottom: 20px;
    margin-right: 24px;
    float: left;
}

.rel_hot:nth-of-type(4n+4) {
    width: 180px;
    border: 1px #d9d9d9 solid;
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    margin-bottom: 20px;
    margin-right: 0px;
    float: left;
}

.rel_hot .photo {
    width: 180px;
}

.rel_hot .content {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rel_hot .content ul {
    margin: 0;
    padding: 0
}

.rel_hot .content ul li {
    text-align: center;
    color: #333;
    float: inherit;
    width: 180px;
    line-height: 18px;
}

.rel_hot .content .price {
    text-align: center;
    color: #333
}

.rel_hot .content .dis {
    text-decoration: line-through;
}

.rel_hot .content .red {
    color: #ff0000
}

.rel_hot .btn {
    background-color: #72a3cb;
    width: 170px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    text-align: center;
    /* padding: 10px; */
    padding-top: 6px;
    padding-bottom: 8px;
    margin-bottom: 5px;
}


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.cms_banner {
    -webkit-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    -moz-box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
    box-shadow: 10px 10px 5px -5px rgba(230, 230, 230, 1);
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
}

.scrollup img {
    width: 50px;
    height: 50px;
    display: block;
}
.WhatsApp{
   width: 50px;
    height: 50px;
    position: fixed;
    bottom: 110px;
    right: 10px;
}
.WhatsApp img {
    width: 50px;
    height: 50px;
    display: block;
}


.ws-btn-blue {
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background-color: #2d6594;
}

.ws-btn-green {
    width: 124px;
    height: 35px;
    background-color: #72a3cb;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.ws-btn-orange {
    width: 140px;
    height: 44px;
    background-color: #e44a2e;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

#awpn_prev:hover {
    text-decoration: none;
}

#prev {
    display: none !important;
}

#next {
    display: none !important;
}

.main_about {
    width: 1200px;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 50px;
}

.main_about .title .right {
    width: 100%;
    text-align: center;
}

.main_about .right .title {
    font-size: 32px;
    font-weight: bold;
    color: #0c4a9e;
}

.main_about .about_contact {
    /* border: 1px solid #e2e2e2; */
    /* height: 492px; */
    width: 100%;
}

.main_about .about_contact .txt p {
    color: #858585;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Arial';
}

.main_about .about_contact .btn {
    width: 150px;
    height: 42px;
    background-color: #064c87;
    text-align: center;
}

.main_about .about_contact .btn a {
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.main_about .text {
    color: #666666;
    width: 500px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 20px;
}

.main_about .left {
    float: left;
    width: 642px;
}

.main_about .right {
    float: left;
    width: 518px;
    margin-left: 40px;
}

.main_about .right .title {
    font-size: 32px;
    color: #0c4a9e;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Arial';
    margin-bottom: 20px;
}

.main_contact {
    width: 100%;
    background-color: #f3f3f3;
    margin: 0 auto;
    margin-top: 27px;
}

.main_contact .title {
    font-size: 18px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2d6594;
    width: 1200px;
    margin: 0 auto;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: table;
}

.main_contact .shop_content {
    width: 1200px;
    margin: 0 auto;
    padding: 88px 0;
}

.main_contact .googleMap {
    float: right;
    text-align: center;
}
.main_contact .googleMap .facebooktitle{
    text-align: right;
    margin-bottom: -10px;
    z-index: 1000;
    position: relative;
    margin-right: -5px;
}
.main_contact .googleMap img{
    display: inline-block;
    width: 263px;
}

.main_contact .mapDetails {
    float: left;
    width: 450px;
}

.mapDetails iframe {
    border: none;
}

.main_contact .mapDetails .mapOne {
    margin: 0 30px 30px 0px;
}

.main_contact .mapDetails img {
    vertical-align: middle;
}

.main_contact .mapDetails .title_c {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #999999;
    margin-left: 16px;
}

.main_contact .mapOne p {
    margin-top: 8px;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
}

.main_new {
    width: 1200px;
    margin: 0 auto;
    margin-top: 27px;
}

.main_new .title {
    width: 1200px;
    margin: 0 auto;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    display: table;
    padding: 10px;
}

.main_new .title .left {
    width: 100%;
    text-align: center;
}

.main_new .title .left span {
    color: #2d6594;
    font-size: 26px;
}

.main_new .title .left b {
    padding-left: 5px;
    padding-right: 5px;
    color: #72a3cb;
    font-size: 30px;
    font-weight: 100;
}

.main_new .title .right {
    width: 100%;
    text-align: center;
}

.main_new .new_content {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.newfiex {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.newfiex .newtitle {
    width: 120px;
    height: 60px;
    background-color: #404041;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-family: 'Arial';
    color: #ffffff;
    font-style: italic;
}

.NewsList {
    display: flex;
    width: 100%;
    background-color: #f3f7fb;
}

.NewsList ul {
    width: 100%;
}

.NewsList li a:last-child {
    width: 100px;
    height: 40px;
    background-color: #064c87;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.NewsList li a:last-child:hover {
    color: #ffffff;
}

.NewsList li a {
    width: 89%;
    display: inline-block;
    color: #000;
}

.NewsList li a .newTime {
    color: #040404;
    font-size: 18px;
    margin-right: 16px;
    margin-left: 40px;
    font-weight: bold;
}

.NewsList li span {
    font-size: 40px;
    vertical-align: middle;
}

.NewsList li a p {
    display: -webkit-inline-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: middle;
    max-width: 86%;
    color: #064c87;
    font-size: 18px;
}

.newTime {
    display: inline-block;
    color: #999999;
    vertical-align: middle;
}

.NewsList li a:hover {
    color: #2d6594;
    cursor: pointer;
    text-decoration: none;
}

.HomePage {
    width: 495px;
    height: 502px;
    margin-top: 20px;
    float: right;
}

.main_video {
    width: 1200px;
    margin: 0 auto;
    margin-top: 27px;
}

.main_video .video_content {
    width: 100%;
}

.s2 {
    padding-top: 5px;
}

.language_g {
    /*position: absolute;*/
    margin: 0 auto;
    float: left;
}

.lang_e {
    padding-top: 60px;
    /* left: 39%; */
    padding-left: -30px;
    /* margin-left: -50px; */
    /* position: initial; */
    font-size: 24px;
    /* width: 100%; */
    color: #2d6594;
    /* position: relative; */
    font-weight: 600;
    width: 400px;
}

.lang_c {
    padding-top: 10px;
    width: 500px;
    margin-left: 570px;
    font-size: 24px;
    color: #2d6594;
    font-weight: 600;
}

.footer_menu {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer_menu ul {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}

.footer_menu li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.footer_menu li a {
    color: #fff;
    font-size: 16px;
}

.footer_menu .googleMap {
    float: right;
    margin-top: 30px;
    margin-right: 50px;
}

.googleMap .addr {
    width: 400px;
    height: 50px;
    background-color: #ffd800;
    color: #064c87;
    font-size: 16px;
    padding: 10px;
    line-height: 16px;
    font-weight: bold;
    font-family: Arial;
    box-sizing: border-box;
    position: relative;
}

.googleMap .addr::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 24px solid #064c87;
    border-left: 24px solid transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.footer_menu b {
    color: #fff;
    font-size: 10px;
}

.container-fluid {
    width: 100%;
    display: flex;
}

.container-fluid .fluidbox {
    width: 33.33%;
    position: relative;
    overflow: hidden;
    height: 510px;
}

.container-fluid .fluidbox a>img {
    width: 100%;
    height: 510px;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

.fluidbox .round_up {
    width: 284px;
    height: 284px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.fluidbox a:hover .round_up {
    bottom: 114px;
}

.fluidbox:nth-child(1) .round_up {
    background-color: rgba(10, 205, 0, 0.7);
    ;
}

.fluidbox:nth-child(2) .round_up {
    background-color: rgba(232, 6, 73, 0.7);
    ;
}

.fluidbox:nth-child(3) .round_up {
    background-color: rgba(0, 162, 216, 0.7);
    ;
}

.fluidbox .round_up .samll_logo {
    padding-top: 30px;
    border-bottom: 1px solid #fff;
    width: 204px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fluidbox .round_up .samll_logo img {
    width: 120px;
}

.fluidbox .round_up .title {
    font-size: 50px;
    color: #ffffff;
    font-family: "IMPACT";
    word-break: break-word;
    padding-top: 24px;
}

.fluidbox .text_up {
    position: absolute;
    left: 0;
    bottom: -193px;
    width: 100%;
    height: 193px;
    transition: all 0.3s;
}

.fluidbox .text_up p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding-top: 120px;
    font-family: 'Arial';
}

.fluidbox:nth-child(1) .text_up {
    background-image: linear-gradient(transparent, #0acd00);
}

.fluidbox:nth-child(2) .text_up {
    background-image: linear-gradient(transparent, #e80649);
}

.fluidbox:nth-child(3) .text_up {
    background-image: linear-gradient(transparent, #00a2d8);
}

.fluidbox a:hover .text_up {
    bottom: 0;
}

.youtube img {
    width: 100%;
    display: block;
}

.page_form h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Arial';
}

.cmsBanner {
    width: 100%;
    position: relative;
}

.cmsBanner .ContentBanner {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}

.cmsBanner .cmsTitle {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.cmsBanner .content_Title{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
    padding: 50px 0;
}

.cms_constant p {
    padding: 0 100px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 28px;
}

#form {
    width: 1200px;
    margin: 0 auto;
}

.form_title {
    text-align: center;
}

.formflex {
    width: 582px;
    margin: 0 auto;
}

.formflex label {
    color: #064c87;
}

#btn {
    padding-left: 0;
    width: 100%;
    margin-top: 36px;
}

#btn .box {
    width: 100%;
    height: 60px;
    background-color: #064c87;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    border: none;
    font-size: 22px;
    letter-spacing: 5px;
}

#btn .content {
    float: initial;
    margin-right: 0;
}

.form_cms .left {
    width: 600px;
    float: left;
}

.form_cms .right {
    width: 530px;
    float: left;
    margin-left: 28px;
}

.form_cms .right p {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 24px;
}

.searchTip {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #064c87;
}

.searchTip span {
    color: #999999;
    font-size: 18px;
    line-height: 50px;
}

.prohhidden {
    overflow: hidden;
    width: 196px;
    height: 196px;
    position: relative;
    transition: all 0.3s;
}

.prohhidden .showbtn {
    position: absolute;
    bottom: -100%;
    left: 50%;
    width: 196px;
    height: 196px;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateX(-50%);
    transition: all 0.3s;
}

.prohhidden:hover .showbtn {
    bottom: 0;
}

.prohhidden .showbtn .btnRound {
    width: 78px;
    height: 78px;
    color: #ffffff;
    border-radius: 50%;
    float: left;
    margin: 0 10px;
    font-size: 14px;
    margin-top: 60px;
    line-height: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.prohhidden .showbtn .btnRound a {
    font-size: 14px;
    color: #ffffff;
}

.prohhidden .showbtn .btnRound a:hover {
    text-decoration: none;
}

.prohhidden .showbtn .green {
    background-color: #41a249;
}

.prohhidden .showbtn .blue {
    background-color: #3057a7;
}

.FontB2BPurple {
    color: #333333;
    font-size: 18px;
}

.price {
    color: #c7151e;
    font-size: 18px;
}

#midl1 .dis {
    font-size: 16px;
    color: #a6acb3;
    margin-bottom: 5px;
    margin-top: 10px;
}

#midl1 .tableprolist {
    margin-bottom: 20px;
}

#midl1 .red {
    margin-top: 10px;
}

#detailInfo dl {
    width: 100%;
}

#detailInfo dd {
    width: 275px;
}

#detailInfo dt {
    width: auto;
    margin-right: 5px;
}

#detailInfo dd .ws-btn-blue {
    color: #000000;
    text-align: center;
    font-size: 20px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #ffd800;
    text-transform: uppercase;
}

.ws-btn-green {
    background-color: #ffd800;
    text-transform: uppercase;
    color: #000000;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    float: left;
}

#detailInfo .Product_number {
    width: 100%;
    background-color: #064c87;
    color: #ffffff;
    border-radius: 3px;
    padding: 19px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
}

.Product_number #detailInfo dt {
    color: #ffffff;
    font-size: 14px;
    width: auto;
    margin-right: 5px;
}

#detailInfo #Areaprice dt.red,
#detailInfo #Areaprice dd.red {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

#detailInfo #dlBuy {
    display: flex;
    margin-top: 30px;
}

#detailInfo #dlBuy .qtybuy {
    width: calc(100% - 105px);
    margin-right: 0;
    font-size: 18px;
    color: #666666;
    float: left;
}

#detailInfo #dlBuy .qtybuy>span {
    width: 100%;
    display: block;
    margin-top: 10px;
}

#detailInfo #dlBuy .qtybuy>span input {
    width: 59px;
    float: left;
    border: none !important;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    height: 38px;
    background-color: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

#btn .ws-btn-blue {
    background-color: #ffd800;
    text-transform: uppercase;
    color: #000000;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    float: left;
    border-radius: 3px;
    margin-right: 20px;
}

#detailInfo .Product_number .B2BButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
}

.share {
    width: 105px;
    float: right;
    text-align: left;
}

.share .title {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.share .mouseover {
    float: left;
    margin-left: 10px;
}

.B2BBodyBg #form {
    width: 100%;
}

#content h3 {
    text-align: left;
    line-height: 32px;
    font-size: 26px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.myaccounntmenu {
    width: 100%;
}

.myaccounntmenu .menu_top {
    width: 100%;
    height: 220px;
    background: url('/e/ptxwebstore_customize/images/Personal-Center.jpg') no-repeat top center;
    background-size: cover;
    margin-bottom: 30px;
}

.myaccounntmenu .menu_top .title {
    width: 100%;
    text-align: center;
    color: #fefefe;
    padding: 50px 0;
    font-size: 26px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 5px;
}

.myaccounntmenu .menu_top ul {
    width: 1200px;
    margin: 0 auto;
}

.myaccounntmenu .menu_top ul li {
    float: left;
    width: 224px;
    height: 50px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
}

.myaccounntmenu .menu_top ul li:last-child {
    margin-right: 0;
}

.myaccounntmenu .menu_top ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 50px;
    transition: all 0.3s;
    display: block;
}

.myaccounntmenu .menu_top ul li:hover a {
    text-decoration: none;
    background-color: #ffffff;
    color: #064c87;
    display: block;
}
.member_table{
    margin-top: 30px;
}
.article iframe{
    margin-bottom: 50px;
}
.back_to_menu{
    float: right;
    padding: 10px 20px;
    background-color: #064c87;
    
}
.back_to_menu a{
    color: #ffffff;
    font-size: 14px;
}
.cat_page tr td> p{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}
input[name=mth_date_of_birth], input[name=day_date_of_birth], input[name=yr_date_of_birth]{
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
input[type="radio"]{
    vertical-align: bottom;
}
#orderform .btn-primary{
    background-color: #064c87;
    color: #FFFFFF;
    padding: 5px 10px;
    border:none;
}

/*2019-01-19111 */