:root {
    --main-color: #f8b62b;
    --main-color1: #f39801;
    --main-color2: #ffa808;
    --main-color3: #e3bc74;
    --main-color4: #d4d4d4;
    --main-color5: #474747;
    --main-bg: #f39801;
    --main-bg1: #ffa808;
    --main-bg2: #e3bc74;
    --main-bg3: #c1871d;
    --new-color: var(--main-color);
    --btn-color10: #f39801;
    --max-width: 1300px;
}
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html{
    overflow-x: hidden;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    color: #3d4853;
}
.hand{
    cursor: pointer;
}
*{
    outline-color: transparent !important;
}
a:hover,
a {
    color: inherit;
    text-decoration: none;
}
p {
    color: #3d4853;
    margin-bottom: 10px;
    line-height: 2;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
section{
    padding-bottom: 50px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*==================== Miscellaneous =====================*/
.section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    color: #4c4d4e;
    word-spacing: 3px;
    line-height: 2;
    z-index: 100;
    letter-spacing: 10px;
}
.section-tag {
    color: #888;
    font-weight: 400;
    font-family: 'Microsoft YaHei', serif;
    font-size: 18px;
    margin-bottom: 5px;

}
.section-detail-para {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    color: #777;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 500;
}
.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn:focus {
    box-shadow: none;
    outline: none !important;
}
.btn.main-btn {
    border-radius: 5px;
}
.container-fluid {
    width: 75%;
}
/*== reload button ==*/
.checkout .product-wrap,
.wishlist .product-wrap {
    padding-bottom: 30px;
    padding-top: 35px;
}
.btn.btn-primary.btn-reload:hover,
.btn.btn-primary.btn-checkout:hover {
    background-color: #333;
}
.btn.btn-primary.btn-reload i {
    margin-right: 6px;
}
.btn.btn-primary.btn-reload,
.btn.btn-primary.btn-checkout {
    background-color: var(--main-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    min-width: 180px;
    margin-top: 25px;
    border-color: transparent;
}

/*==================== middle menu =====================*/
.middle-menu {
    border-bottom: 1px solid #eee;
}
.middle-menu .middle-menu-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}
.middle-menu .middle-menu-wrap .site-logo img {
    max-width: 295px;
}

.header-social-icon > ul > li > a:hover > i {
    color: var(--main-color);
}
.header-social-icon > ul > li > a > i {
    color: #777;
    margin-left: 5px;
}
.header-social-icon {
    text-align: right;
    float: right;
    margin-top: 12px;
}

/*==================== Navigation =====================*/
.default-menu.navbar .container-fluid {
    padding: 0;
}
.default-menu.navbar {
    padding-bottom: 0;
    padding-top: 0;
    min-height: 70px;
    background-color: #F9f9f9;
    font-family: "Raleway",sans-serif;
}
.site-logo.navbar-brand {
    color: #444;
    font-family: 'Russo One', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
}
.default-menu.navbar .navbar-collapse {
    border-color: rgba(153, 153, 153, 0.1) !important;
}

.default-menu.navbar-light .navbar-toggler span.icon-bar {
    background-color: #444;
}

.default-menu.navbar-light .navbar-toggler {
    border-radius: 0;
    border-width: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
}
.default-menu.navbar-light .navbar-nav .nav-item{
	min-width: 100px;
	text-align: center;
}
.default-menu.navbar-light .navbar-nav > li > a {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 40px;
    text-transform: uppercase;
}
.nav.navbar-nav.ml-auto .dropdown-toggle::after {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.default-menu.navbar-light .navbar-nav > .dropdown .dropdown-item.active {
    background-color: transparent;
    color: var(--main-color);
}
.default-menu.navbar-light .navbar-nav.mr-auto > .dropdown > .nav-link.dropdown-toggle {
    margin-right: 10px;
}
.default-menu.navbar-light .navbar-nav.mr-auto > li:not(:first-child) > a {
    padding-right:  10px;
    padding-left:  10px;
}
.default-menu.navbar-light .navbar-nav.ml-auto > li:not(:last-child) > a {
    padding-right: 15px;
    padding-left: 15px;
}
.default-menu.navbar-light .navbar-nav.ml-auto {
    margin-bottom: -10px;
}
.default-menu.navbar-light .navbar-nav > li > a i {
    position: relative;
}
.default-menu.navbar-light .navbar-nav > li > a:active,
.default-menu.navbar-light .navbar-nav > li > a:focus,
.default-menu.navbar-light .navbar-nav > li > a:hover {
    color: var(--main-color);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--main-color);
}

.default-menu.navbar-light .navbar-nav > .active > a,
.default-menu.navbar-light .navbar-nav > .active > a:focus,
.default-menu.navbar-light .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.default-menu.navbar-light .navbar-nav > .open > a,
.default-menu.navbar-light .navbar-nav > .open > a:focus,
.default-menu.navbar-light .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: var(--main-color);
}
.default-menu.navbar-light .dropdown-menu {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #313a44;
    min-width: 230px;
    padding: 15px 0;
    margin-top: 7px;
}
.default-menu .dropdown-menu > li > a:hover .ion {
    opacity: 1;
    visibility: visible;
    left: 25px;

}
.default-menu .dropdown-menu > li > a .ion {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: all .2s ease-in-out;
}
.default-menu .dropdown-menu > li > a:hover {
    padding: 15px 20px 15px 40px;
    position: relative;
}
.default-menu .dropdown-menu > li > a {
    color: #ddd;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px 25px;
    font-size: 11px;
    text-transform: uppercase;
    left: 0;
    word-spacing: 3px;
    letter-spacing: .8px;
    transition: all .2s ease-in-out;
}
.default-menu.navbar-light .dropdown-menu > li > a:focus,
.default-menu.navbar-light .dropdown-menu > li > a:hover {
    background-color: var(--main-color);
    color: #fff;
    text-decoration: none;
}
.default-menu.navbar-light .navbar-nav.navbar-left {
    margin-left: -15px;
}

/* menu cart */
.default-menu.navbar-light .cart {
    min-width: 300px;
    padding: 8px 0;
    margin-bottom: 0;
    margin-top: -4px;
}
.default-menu.navbar-light .cart-number {
    background-color: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 21px;
    padding-top: 4px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -12px;
    width: 21px;
    font-family: 'Montserrat', sans-serif;
}
.default-menu.navbar-light .ml-auto .nav-link i {
    font-size: 25px;
}
.default-menu.navbar-light .cart > li.dropdown-item {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}
.default-menu .cart.dropdown-menu > li > a:hover {
    background-color: transparent !important;
}
.default-menu .cart.dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    padding: 0;
}
/* nav search */
.default-menu.navbar-light .list-search > li.dropdown-item {
    background-color: transparent;
}

.default-menu .dropdown-menu.list-search {
    border-bottom: 0;
    margin-top: 3px;
}

.default-menu.navbar-light .nav-search .form-inline i {
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 24px;
}
.default-menu.navbar-light .nav-search .form-inline i:hover {
    color: var(--main-color);
}

.default-menu.navbar-light .nav-search .form-inline {
    position: relative;
}

.default-menu.navbar-light .nav-search .form-control::placeholder,
.default-menu.navbar-light .nav-search .form-control::-moz-placeholder {
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}
.default-menu.navbar-light .nav-search .form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: 250px;
    background-color: transparent;
    color: #eee;
    padding: 20px 0 20px 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.dropdown-menu.dropdown-menu-right.list-search {
    padding: 0;
}

/*  small menu */
.small-menu {
    background-color: #F6F6F6;
    min-height: 40px;
    border-bottom: 1px solid #eee;
}
.small-menu .info-link {
    margin: 13px 0;
    display: inline-block;
}

.small-menu .info-link > li {
    font-size: 12px;
    padding-left: 0;
    cursor: pointer;
}
.small-menu .info-link > li:hover i,
.small-menu .info-link > li:hover span {
    color: var(--main-color);
}
.small-menu .info-link > li:last-child span {
    text-transform: capitalize;
}
.small-menu .info-link > li span {
    color: #777;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-left: 10px;
    word-spacing: 2px;
    text-transform: uppercase;
}
.small-menu .list-inline li:not(:last-child) {
    padding-right: 12px;
}
.small-menu .info-link > li i {
    color: var(--main-color);
    float: left;
    font-size: 16px;
    margin-top: -2px;
}

/*==================== Products =====================*/
.product-wrap .tab-content {
    clear: both;
}
.product-wrap .section-title h2 {

}
.product-tab {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.product-tab .nav-tabs {
    border-bottom: 0;
}
.product-tab .nav-tabs .nav-link i {
    color: var(--main-color);
}
.product-tab .nav-tabs .nav-link {
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    padding: 0 13px;
    border: none;
    letter-spacing: 0.5px;
}
.product-tab .nav-tabs .nav-item.show .nav-link,
.product-tab .nav-tabs .nav-link.active {
    color: var(--main-color);
}
.product-tab .nav-tabs .nav-item.show .nav-link:before,
.product-tab .nav-tabs .nav-link.active:before,
.product-tab .nav-tabs .nav-link::before {
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: var(--main-color);
    position: absolute;
    bottom: -26px;
    transition: all 0.3s ease;
    visibility: hidden;
    transform: translate(-50%);
}
.product-tab .nav-tabs:hover .nav-item.show .nav-link:before,
.product-tab .nav-tabs:hover .nav-link.active:before {
    width: 0;
}
.product-tab .nav-tabs .nav-item.show .nav-link:before,
.product-tab .nav-tabs .nav-link.active:before,
.product-tab .nav-tabs .nav-item.show .nav-link:hover:before,
.product-tab .nav-tabs .nav-link.active:hover:before,
.product-tab .nav-tabs .nav-link:hover::before {
    visibility: visible;
    width: 100%;
}

.product__item {
    margin-top: 25px;
}
.product__item .card {
    padding: 20px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px 10px rgba(50, 50, 50, 0.1);
    height: 216px;
}
.product__item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: ellipse(65% 65% at 50%  34%);
    clip-path: ellipse(65% 65% at 50% 34%);
}
.product__item-img::before {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-clip-path: ellipse(75% 35% at 50% -25%);
    clip-path: ellipse(75% 35% at 50% -25%);
}

.product__item-img .product-face {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 250px;
}
.product__content-inner {
    position: relative;
    overflow: hidden;
    padding: 5px 5px 0;
}
.product__item-overlay {
    position: absolute;
    background: rgba(49, 58, 68, .9);
    width: 100%;
    height: 100%;
    top: -20%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-clip-path: ellipse(65% 65% at 50%  34%);
    clip-path: ellipse(65% 65% at 50% 34%);
}
.product__item:hover .product__item-overlay {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.product-info {
    padding-left: 0;
    list-style: none;
    text-align: center;
    top: 50%;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product__title-price {
    position: relative;
}
.product__title-price h5:hover {
    color: var(--main-color);
}
.product__title-price h5 {
    font-size: 13px;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    word-spacing: 1px;
}
.product__content-inner .product-para {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin-top: 10px;
    line-height: 25px;
    letter-spacing: .3px;
}
.product-info .list-inline-item {
    border: 1px solid #eee;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    line-height: 67px;
    border-radius: 50%;
}
.product-info .list-inline-item:hover {
    background-color: var(--main-color);
    border-color: transparent;
    color: #fff;
}
.product-info .list-inline-item a {
    display: block;
    margin: -1px;
}
.product-action {
    position: absolute;
    top: 20px;
    width: 35px;
    z-index: 99999;
    height: 35px;
    right: 20px;
    display: block;
    background-color: var(--main-color);
    clip-path: polygon(50% 0, 100% 100%, 50% 75%, 0% 100%);
}
.product-price {
    position: absolute;
    top: -6px;
    z-index: 99999;
    right: 0;
}
.product-price span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--main-color);
    letter-spacing: 1px;
    background-color: #fff;
    padding: 4px 0 4px 10px;
    display: block;
    text-align: center;
}

/*==================== footer area =====================*/
.main-btn:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.main-btn {
    border: 3px solid #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background-color: transparent;
    padding: 13px 32px;
    color: #222;
    font-size: 18px;
    min-width: 205px;
    text-align: center;
}
.footer-item-title h4 {
    position: relative;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 23px;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: .5px;
    word-spacing: 2px;
    font-weight: 600;
    color: #777;
}
.footer-item-title h4::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: -24px;
}
.footer-area {
    background: #3a444f;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.top-arrow i {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 6px;
    color: #fff;
}
.top-arrow {
    position: absolute;
    top: -22px;
    right: 14%;
    height: 44px;
    width: 44px;
    border-radius: 6px;
    background-image: linear-gradient(0deg, var(--main-color) 50%, transparent 50%, #3A444F 50%);
    /* margin-right: -25px; */
    transform: skew(-22deg);
}
.footer-logo {
    margin-bottom: 32px;
    margin-top: 13px;
    max-width: 240px;
}
.footer-area p {
    font-size: 13px;
    font-weight: 400;
    word-spacing: 2px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #888;
    margin-top: -8px;
}
.just-links {
    margin-top: -8px;
}
.just-links ul li a {
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #888;
}
.just-links ul li a:hover {
    color: var(--main-color);
}
.just-links ul li a i {
    font-size: 17px;
    margin-right: 15px;
    color: var(--main-color);
}
hr {
    margin-bottom: 40px;
    margin-top: 30px;
    border-top: 1px solid rgba(225, 225, 225, .05);
}
.list-wrap {
    margin-top: 18px;
}
.social-links .list-inline-item:not(:last-child) {
    margin-right: 14px;
}
.social-links li i {
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

/*==================== footer =====================*/
.footer {
    background: #313a44;
    padding: 30px 0;
}
.footer p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 1px;
    color: #777;
    font-weight: 500;
}
.list-inline.footer-menu {
    margin-bottom: 0;
    text-align: right;
}
.footer-menu li {
    position: relative;
}
.footer-menu li a {
    color: #777;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}
.footer-menu li a:hover {
    color: var(--main-color);
}
.footer-menu li:not(:first-child)::after {
    display: block;
    border-top: 15px solid #505050;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 2px;
    content: '';
}

/*==================== single product details =====================*/
.product-detail-content {
    padding: 20px 40px;
}
.product-detail-text .product-categories .list-inline-item {
    position: relative;
    font-size: 10px;
    color: #999;
    margin-right: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product-detail-title {
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.product-detail-para {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 30px;
}
.product-detail-price {
    color: var(--main-color);
    font-weight: 800;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 20px;
}
.colors .product-color {
    margin-bottom: 40px;
}
.product-detail-text .product-categories .list-inline-item,
.colors .product-color .list-inline-item {
    position: relative;
    font-size: 10px;
    color: #999;
    margin-right: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.colors .product-color a {
    width: 26px;
    display: inline-block;
    height: 26px;
    border-radius: 50%;
    color: transparent;
}
.colors .product-color .list-inline-item:nth-child(1) a {  background-color: var(--main-color); }
.colors .product-color .list-inline-item:nth-child(2) a {  background-color: blue; }
.colors .product-color .list-inline-item:nth-child(3) a {  background-color: green; }
.colors .product-color .list-inline-item:nth-child(4) a {  background-color: yellow; }
.product-detail-buttons .product-fav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product-detail-buttons .product-fav .list-inline-item a.icon {
    font-size: 25px;
    text-transform: uppercase;
    width: 55px;
    background-color: #eee;
    height: 50px;
    color: #777;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    padding-top: 13px;
}
.product-detail-buttons .product-fav .list-inline-item a.btn-cart {
    font-size: 12px;
    text-transform: uppercase;
    width: 150px;
    background-color: #20BF6B;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: .5px;
    font-weight: 500;
    display: inline-block;
    padding-top: 20px;
}
.product-detail-buttons .product-fav .list-inline-item a i {
    font-size: 25px;
}
.input-field {
    border: none;
    background: #eee;
    width: 70px;
    color: #777;
    padding: 0 12px;
    height: 50px;
}

/*==================== offset slide canvas =====================*/
.popup {
    position: fixed;
    z-index: 65535;
}
.popup-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 30px;
    z-index: 9999;
    overflow: hidden;
    overflow-y: scroll;
    min-width: 270px;
    background-color: #2d333a;
    transform: translateX(100%);
    transition: all .5s ease-in-out;
}
.popup:target .popup-content {
    transform: translateX(0);
    transition: all .5s ease-in-out;
}
.canvas-title {
    margin-bottom: 30px;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    letter-spacing: .5px;
    word-spacing: 2px;
    margin-left: 22px;
    position: relative;
    font-weight: 500;
}
.canvas-title::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: -24px;
}
.slide-sidebar {
    padding-bottom: 30px;
    margin-bottom: 0;
}
.slide-sidebar > li:hover > a {
    color: var(--main-color);
}
.slide-sidebar > li > a {
    font-size: 12px;
    line-height: 25px;
    color: #ddd;
    display: block;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(225,225,225,.15);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.popup-close:link, .popup-close:visited {
    color: #555;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 32px;
    background-color: transparent;
    z-index: 100;
}
.popup-close:hover {
    color: #16A085;
}
.popup-open:hover,
.popup-open {
    background-color: #16A085;
    color: #fff;
    font-size: 20px;
    padding: 2.1rem 5rem;
    line-height: 1;
    text-decoration: none !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 50px;
    font-family: "Raleway",sans-serif;
}

/*==================== page header =====================*/
.page-header {
    min-height: 250px;
    padding: 50px 0 50px;
    margin-bottom: 40px;
    position: relative;
    background: url("../images/background/background_01.jpg") no-repeat scroll center center / cover;
}
.page-header::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: #313a44;
    opacity: .85;
}
.page-header-tag {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Microsoft YaHei', serif;
    position: relative;
}
.page-header-title {
    color: #fff;
    margin-top: 16px;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

/* breadcrumb */
.page-breadcrumb {
    background-color: #F1F4F8;
    padding: 15px 0 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.page-breadcrumb-items .list-inline-item:first-child a {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 47%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 47%, 0% 0%);
    padding-left: 18px;
}
.page-breadcrumb-items .list-inline-item a {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: #555;
    background-color: #ddd;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    padding: 6px 33px;
    text-align: center;
}
.page-breadcrumb-items .list-inline-item:nth-child(even) a {
    background-color: #ccc;
}
.page-breadcrumb-items .list-inline-item :nth-child(even) a:hover,
.page-breadcrumb-items .list-inline-item a:hover {
    color: #fff;
    background-color: #85acd3;
}
.page-breadcrumb-items .list-inline-item{
    margin: 0;
}
.page-breadcrumb-items .list-inline-item:not(:first-child) {
    margin-left: -33px;
}
.page-breadcrumb-items {
    margin-bottom: 0;
}

/*==================== Product Details =====================*/
.product-details .popup-content {
    position: relative;
    top: 0;
    left: 0;
    max-width: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .5s .2s;
    -o-transition: all .5s .2s;
    transition: all .5s .2s;
    padding-bottom: 35px;
}
.product-details .product-detail-content .colors strong {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    padding-bottom: 8px;
    display: inline-block;
}
.product-details .product-detail-content {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.product-details-tabs .product-wrap {
    background-color: #fff;
    padding-bottom: 35px;
}
.product-details-tabs p {
    line-height: 2;
    font-size: 14px;
}
.product-details-tabs .product-tab {
    float: left;
    display: inline-block;
    margin-bottom: 30px;
}

.product-details-tabs .product-tab .nav-tabs .nav-link {
    background-color: #222;
    color: #fff;
    padding: 6px 12px;
    border-left: none;
    margin-right: 7px;
}
.product-details-tabs .contact {
    padding-top: 10px;
}
.product-details-tabs .product-tab .nav-tabs .nav-item.show .nav-link,
.product-details-tabs .product-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--main-color);
}
.more-products .product-wrap .section-title h2 {
    float: none;
    line-height: 2;
    margin-bottom: 0;
}
.product-detail-slider .slick-dots li {
    margin: 0 3px;
}
.product-detail-slider .slick-dots li.slick-active button {
    background: var(--main-color);
}
.product-detail-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #ccc;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
}

/*==================== Contact us =====================*/
.page-title-1 {
    font-weight: 700;
    font-size: 28px;
    color: #333;
    text-transform: uppercase;
    word-spacing: 3px;
    margin-bottom: 20px;
}
.page-tag-1 {
    color: #777;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 500;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
}
.contact .row .contact-overlay {
    margin-right: 15px;
    margin-left: 15px;
    overflow: auto;
}
.contact .form-group {
    margin-bottom: 22px;
}
.contact .form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    letter-spacing: 1px;
    padding: 18px;
    width: 100%;
    word-spacing: 1px;
}

.contact .textarea {
    min-height: 140px !important;
    width: 100% !important;
}

.contact .form-control:focus {
    border-color: var(--main-color);
}

.contact .form-control::-moz-placeholder {
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.contact .form-group .btn {
    background-color: #333;
    border: 2px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 10px;
    min-width: 180px;
    padding: 18px 24px;
    text-transform: uppercase;
    word-spacing: 2px;
}

/* google map */
.google-map {
    padding: 0;
    margin-top: -40px;
}

/*==================== single blog post ===========================*/
.post-card {
    background-color: #fff;
    margin-bottom: 30px;
}
.single-post-header {
    text-align: center;
}
.single-post-header h1 {
    text-transform: capitalize;
    color: #444;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    padding-top: 5px;
    line-height: 40px;
    font-size: 25px;
    margin-bottom: 50px;
}
.single-post-header .post-tag {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.8px;
    font-family: 'EB Garamond', serif;
    display: inline-block;
}
.post-card .list-inline-item:not(:last-child) {
    border-right: 2px solid #999;
    padding-right: 5px;
}
.post-card .blog-item-links{
    position: relative;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.post-card .blog-item-links::after {
    display: block;
    border-top: 2px solid var(--main-color);
    position: absolute;
    top: 61px;
    left: 50%;
    height: 8px;
    width: 68px;
    content: '';
    margin-left: -34px;
}
.post-card .list-inline-item {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway",sans-serif;
    letter-spacing: 4px;
    position: relative;
}
.post-card .card-details .card-tag-date span {
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    color: #999;
    letter-spacing: 0.3px;
}
.post-card .card-details .card-tag span {
    margin: 35px 0 25px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
    text-indent: 8px;
    color: #999;
}
.post-card .card-details .card-tag span::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    top: 7px;
    right: -30px;
}
.post-card .card-details .card-tag span::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    top: 7px;
    left: -30px;
}
.post.post-card .templates-details h2,.post-card .card-details h2 {
    font-family: "Raleway",sans-serif;
    color: #444;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.post.post-card .templates-details ol li,.post.post-card .templates-details ul li,.post-card .card-details ol li,.post-card .card-details ul li {
    color: #777;
    font-weight: 400;
    text-indent: 10px;
    line-height: 2.2rem;
    font-size: 15px;
    text-transform: uppercase;
}
.post.post-card .templates-details ol,.post.post-card .templates-details ul,.post-card .card-details ol,.post-card .card-details ul {
    padding-left: 25px;
}
.post.post-card .templates-details,.post-card .card-details {
    margin: 0 20px;
    border-bottom: 1px solid #eee;
    padding: 30px;
}
.post.post-card .templates-details hr,.post.post-card .card-details hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-color: #ccc;
}
.post.post-card .templates-details,.post.post-card .card-details {
    margin: 0;
    border: none;
}
.post.post-card .card-details img {
    max-width: 100%;
}
.post.post-card .templates-details img {
}
.post-card .card-details h3 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.post-card .card-tag + h3 {
    color: #273f5b;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
}
.post.post-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    word-spacing: 1px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}
.post.post-card .post-image .featured-img {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}
.post-card .featured-img {
    height: 250px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post.post-card .share-icon {
    padding: 0;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.post.post-card .share-icon i {
    font-size: 20px;
    margin-right: 5px;
}
.post.post-card .share-icon .list-inline-item {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #999;
    padding: 12px 20px;
    margin: 15px 1px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.post-writer .media {
    background-color: #fff;
}
.post-writer .media img {
    max-width: 140px;
    border-radius: 50%;
}
.post-writer .media .media-body {
    padding: 0 20px 0 0;
}
.post-writer .media p {
    line-height: 1.8;
    font-size: 14px;
}
.post-writer .media h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #333;
}

/*==================== Comments =====================*/
.all-comments {
    padding-top: 0;
}
.all-comments .comment-section-title {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    word-spacing: 2px;
}
.border-wrapper {
    border-top: 1px solid #ddd;
    margin-top: 45px;
    padding-top: 30px;
}
.comment-posts {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
.comment-posts .single-content {
    background-color: transparent;
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.comment-posts .single-content:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.comment-posts .single-content .media-body .single-content {
    border-top: 2px dashed rgba(198, 198, 198, .5);
    padding-top: 25px;
    margin-top: 25px;
}
.comment-posts .single-content:last-child {
    border: none;
    padding-bottom: 0;
}

.comment-posts .single-content img {
    margin-right: 25px;
    max-width: 68px;
    border-radius: 50%;
}
.comment-posts .single-content h3 span{
    font-size: 12px;
    color: var(--main-color);
}
.comment-posts .single-content h3 {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 auto 20px;
}
.comment-posts .single-content p {
    color: #777;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0;
    word-spacing: 2px;
}

/*==================== blog page ===========================*/
.blog-page-1 .blog-post {
    background-color: #ffffff;
    margin-bottom: 40px;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.blog-page-1 .news-post {
    background-color: #ffffff;
    margin-bottom: 20px;
	padding-bottom: 20px;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.2);
    border-radius: 5px;
    overflow: hidden;
	border-bottom: #e2e2e2 solid 1px;
}
.blog-page-1 h4 {
    color: #444;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: capitalize;
}
.blog-page-1 .blog-details p {
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.blog-page-1 .news-details p {
    color: #777;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.blog-page-1 .post-img {
    position: relative;
}
.blog-page-1 .post-img img {
    width: 100%;
}
.blog-page-1 .blog-post .blog-details {
    padding: 10px;
    min-height: 210px;
}
.blog-page-1 .blog-post .blog-details .list-inline {
    margin: 0;
    margin-top: 10px;
    display: block;
}

.blog-page-1 .blog-post .blog-details .blog-item-links > .list-inline-item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog-page-1 .blog-post .blog-details .blog-item-tags > .list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 8px;
}
.blog-page-1 .blog-post .blog-details .blog-item-tags > li a {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #999;
}
.blog-page-1 .blog-post .blog-details .blog-item-links > li > a  > i  {
    color: var(--main-color);
    margin-right: 6px;
    font-size: 17px;
}
.blog-page-1 .blog-post .blog-details .blog-item-links > li a {
    color: #888;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.blog-page-1 .blog-post .blog-details .blog-item-tags > li a:hover,
.blog-page-1 .blog-post .blog-details .blog-item-links > li a:hover {
    color: var(--main-color);
    text-decoration: none;
}
.blog-page-1 .blog-post .blog-item-btn:active:focus,
.blog-page-1 .blog-post .blog-item-btn:hover {
    background-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-page-1 .blog-post .blog-post-link:hover { color: var(--main-color); }
.blog-page-1 .blog-post .blog-post-link {
    margin-top: 25px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    word-spacing: 4px;
    color: #888;
}
.blog-page-1 .news-post .blog-post-link:hover { color: var(--main-color); }
.blog-page-1 .news-post .blog-post-link {
    margin-top: 25px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    word-spacing: 4px;
    color: #888;
}

/* ========================= slick config ===========================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots li button::before {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.slick-dots {
    bottom: 10px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li.slick-active button{
    background: #fff;
    opacity: 1;
}
.slick-dots > li > button {
    width: 25px;
    height: 5px;
    padding: 0;
    background: #fff;
    opacity: 0.5;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.slick-prev {
    left: 20px;
    z-index: 100;
}
.slick-prev::before {
    content: '\f3d2';
}
.slick-next {
    right: 20px;
    z-index: 100;
}
.slick-next::before {
    content: '\f3d3';
}
.slick-prev::before, .slick-next::before {
    font-family: 'Ionicons';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #666;
    position: absolute;
}

/*==================== about & why choose us =====================*/
.why-choose-wrap,
.about-wrap {
    margin-left: auto;
    margin-right: auto;
}
.why-choose-wrap p,
.about-wrap p {
    font-size: 13px;
    font-weight: 500;
}
.about-image img,
.why-choose-image img {
    max-width: 500px;
    width: 100%;
}

/*==================== header intro =====================*/
.header-intro-1 {
    background: url("../images/background/background_01.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 150px 0;
    min-height: 800px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 70% 100%, 0 80%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 80%, 70% 100%, 0 80%, 0 0);
}

.header-intro-1::before {
    /* background: linear-gradient(0deg, #97BEE5 15%, transparent 100%, rgba(0, 0, 0, 0) 100%); */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(circle farthest-side at 24% 93%, #557186ad, #6e6767);
    opacity: .6;
}
.header-intro-1 .header-intro-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
}
.header-intro-1 .header-intro-wrap .header-intro-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    letter-spacing: 12px;
    text-transform: uppercase;
}
.header-intro-1 .header-intro-wrap .header-intro-tag {
    font-family: 'Microsoft YaHei', serif;
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 65px;
    letter-spacing: 10px;
}
.header-intro-1 .header-intro-wrap .btn.main-btn {
    /*background-color: #fff;*/
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}

.header-intro-1 .btn.main-btn.bg-main {
    background-color: transparent;
    border: 1px solid #fff;
}
.header-intro-1 .btn.main-btn.bg-green {
    color: #666;
}
.header-intro-1 .header-intro-wrap .btn.main-btn.bg-green:hover {
    background-color: #313a44;
    color: #fff;
}
.header-intro-1 .header-intro-wrap .btn.main-btn:hover {
    background-color: #fff;
    color: #555;
}

/*==================== header intro 2 =====================*/
.header-intro-2 {
    background: url("../images/background/background_04.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 150px 0 0;
    max-height: 820px;
    overflow: hidden;
}
.header-intro-2::before {
    background: var(--main-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .95;
}
.header-intro-2 .header-intro-wrap {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.header-intro-2 .header-intro-wrap .header-intro-title h3 {
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 40px;
}
.header-intro-2 .header-intro-wrap .header-intro-tag {
    font-family: 'EB Garamond', serif;
    color: #fff;
    font-size: 30px;
}
.header-intro-2 .header-intro-wrap .btn.main-btn {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}
.header-intro-2 .header-intro-wrap .btn.main-btn:hover {
    background-color: #fff !important;
    color: #555;
}
.header-intro-2 .btn.main-btn.bg-green { background-color: var(--main-color);}
.header-intro-image {
    position: relative;
}
.header-intro-image img {
    width: 50%;
    float: left;
}
/*==================== speciality =====================*/
.speciality {
    background-color: #fff;
}
.speciality-wrap {
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0);
    border-radius: 15px;
    padding: 25px 15px;
    min-height: 165px;
    overflow: hidden;
}
.speciality-wrap a {
    color: #777;
    font-weight: 600;
    max-width: 130px;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
.speciality-wrap i {
    background-color: #85acd3;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 55px;
    line-height: 120px;
}
.speciality [class^="col"]:nth-child(1) .speciality-wrap i { background-color: #ffb521; }
.speciality [class^="col"]:nth-child(2) .speciality-wrap i { background-color: #5CC3F2; }
.speciality [class^="col"]:nth-child(3) .speciality-wrap i { background-color: #92989E; }
.speciality [class^="col"]:nth-child(4) .speciality-wrap i { background-color: #CE81EF; }
.speciality [class^="col"]:nth-child(5) .speciality-wrap i { background-color: #2BD55C; }
.speciality [class^="col"]:nth-child(6) .speciality-wrap i { background-color: #FF681F; }

/*==================== feature =====================*/
.feature {
    position: relative;
}
.feature-wrap {
    margin-top: 20px;
    max-width: 275px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.feature-icon-wrap {
    float: left;
}
.feature-image {
    margin-top: 40px;
}
.feature-image img {
	width: 100%;
    max-height: 175px;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.2));
}
.feature-wrap i:before {
    transform: rotate(45deg);
}
.feature-wrap i {
    background-color: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 15px 100% 15px 0;
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
    padding-left: 12px;
    transform: rotate(-45deg);
    text-align: left;
}
.feature-wrap p {
    letter-spacing: 0.3px;
    font-size: 13px;
    line-height: 2.2;
    font-weight: 500;
}
.feature-wrap a {
    color: #444;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

/*==================== call to action =====================*/
.call-to-action {
    background-color: #E4ECF4;
    min-height: 200px;
    padding: 75px 0;
}
.call-to-action-title { position: relative; }
.call-to-action-title h3 {
    color: #3d4853;
    font-size: 28px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: Raleway;
    max-width: 900px;
    line-height: 40px;
}
.call-to-action-title .call-btn-wrap  {
    display: inline-block;
    top: 50%;
    position: relative;
    transform: translate(100%, -50%);
}
.call-to-action-title a.main-btn:hover {
    background-color: #fff;
    color: #666;
}
.call-to-action .call-to-action-title a.main-btn{
    background-color: var(--main-color);
    border: none;
    color: #fff;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 500;
}

/*==================== call to action 2 =====================*/
.call-to-action-2 {
    background-color: var(--main-color);
    min-height: 200px;
    padding: 75px 0;
    -webkit-clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 50% 100%, 0 100%, 0 15%);
    clip-path: polygon(50% 0%, 100% 15%, 100% 100%, 50% 100%, 0 100%, 0 15%);
}

.call-to-action-2 .call-to-action-wrap {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.call-to-action-2 .call-to-action-title h3 {
    color: #fff;
    font-family: 'Microsoft YaHei', serif;
    font-size: 27px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight:400;
}
.call-to-action-2 .call-to-action-title div {
    display: block;
    float: none;
}
.call-to-action-title a.main-btn:hover {
    background-color: #fff;
    color: #666;
}
.call-to-action-title a.main-btn{
    border-color: #fff;
    border-width: 1px;
    color: #fff;
    letter-spacing: .5px;
    font-size: 15px;
    font-weight: 500;
}
.applications li a img {
    border-radius: 4px;
}
/*==================== highlight section =====================*/
.highlight-section {
    background: url("../images/background/background_02.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 250px 0;
    -webkit-clip-path: polygon(10% 0, 100% 10%, 100% 90%, 90% 100%, 0 90%, 0 10%);
    clip-path: polygon(10% 0, 100% 10%, 100% 90%, 90% 100%, 0 90%, 0 10%);
}
.highlight-section::before {
    background-color: #61616142;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.97;
}
.highlight-section-wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.highlight-section-wrap .highlight-section-title h3 {
    color: black;
    font-weight: bold;
    font-size: 55px;
    word-spacing: 3px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.highlight-section-wrap .highlight-section-tag {
    font-family: 'Microsoft YaHei', serif;
    color: black;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 55px;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 10px;
}
.highlight-section-wrap .btn.main-btn {
    background-color: #fff;
    border-color: transparent;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 500;
    padding: 18px 25px;
}
.highlight-section-wrap .btn.main-btn:hover {
    background-color: #fff !important;
    color: #555;
}
.btn.main-btn.bg-main { background-color: #85acd3;}
.btn.main-btn.bg-green { background-color: var(--main-color); }

/*==================== newsletter =====================*/
.newsletter {
    min-height: 270px;
    position: relative;
    background: #97bee5 url("../images/logo/wave=banner.png") no-repeat scroll right top / cover;
}
.newsletter::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: url("../images/logo/pattern_01.png") repeat scroll;
    background-size: 270px;
    opacity: .15;
}
.newsletter-wrap .newsletter-title h3 {
    color: #fff;
    font-weight: 200;
    font-size: 35px;
    text-transform: uppercase;
}
.newsletter-wrap p {
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    margin-bottom: 0;
}
.newsletter .subscribe {
    margin-top: 20px;
}
.form-control::placeholder {
    color: #ddd;
    font-weight: 500;
    opacity: 1;
}
.subscribe .form-control {
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    min-height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.5rem;
    color: #eee;
    letter-spacing: 1px;
}
.subscribe button.btn-primary {
    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #97bee5;
    min-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -2px;
}

/*==================== client =====================*/
.testimonial .client-content-wrap {
    padding-top: 70px;
}
.client-content-wrap img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
    height: 60px;
    padding: 10px 15px;
    display: inline-block;
    max-height: 60px;
    margin-top: 15px;
    filter: sepia(.4);
}
.list-inline.client-content-logo {
    text-align: center;
}
.client-content-logo .list-inline-item{
    margin-right: 4px;
    margin-left: 4px;
}
.client-content-logo.list-inline-item:not(:last-child) {
    margin-right: 0;
}
/*==================== testimonial =====================*/
.testimonial {
    background: rgba(0, 0, 0, 0) url("../images/background/background_02.jpg") no-repeat scroll center top / cover ;
    position: relative;
    padding: 90px 0;
}
.testimonial::before {
    background-color: #313A44;
    background: linear-gradient(to bottom, #f7be66a6, #7b81ae7a);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .97;
}
.testimonial .section-tag,
.testimonial .section-detail-para {
    color: #ffffff;
}
.testimonial .section-title h2 {
    color: black;
    letter-spacing: 10px;
}
.testimonial-wrap {
    max-width: 750px;
}
.testimon-icon {
    float: left;
    margin-right: 20px;
    min-width: 100px;
}
.testimon-icon i {
    font-size: 70px;
    color: #fff;
}
.testimon-detail {
    max-width: 750px;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 50px;
    background: linear-gradient(98deg, var(--main-color) 17%, transparent 17%, #fff 10%);
}
.testimon-detail strong {
    color: #555;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 3px;
    position: relative;
}
.testimon-detail strong::after {
    display: block;
    border-top: 1px solid #999;
    position: absolute;
    top: 13px;
    right: -45px;
    height: 8px;
    width: 40px;
    content: '';
}
.testimon-detail p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
    color: #888;
}
.testimon-img-wrap img {
    border-radius: 50%;
    width: 76px;
    border: 3px solid #eee;
    margin-bottom: 20px;
}
.testimon-img::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    margin-left: -4px;
}
.testimon-img::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #ffff;
    transform: none;
    position: absolute;
    border-radius: 50%;
    top: -42px;
    margin-left: -6px;
}
.testimon-img-wrap {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 65px;
}
.testimon-img {
    display: inline-block;
    position: relative;
}
.testimon-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    word-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: .5px;
}
.testimon-tag {
    font-weight: 500;
    font-size: 18px;
    color: #f1f1f1;
    font-family: 'Microsoft YaHei', serif;
    letter-spacing: 8px;
}

/* slick slider config */
.slick-dots {
    bottom: 0;
    z-index: 100;
}
.slick-dots li {
    margin: 4px;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: none;
    border-radius: 50%;
    opacity: .2;
}

/*=== product details ===*/
.pro-action {
    margin-top: 30px;
    margin-bottom: 45px;
}

.page-header-title h1 {
    color: #fff;
    margin-top: 16px;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.single-pro-title h1 {
    font-size: 20px;
    font-family: "Raleway",sans-serif;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    letter-spacing: .5px;
    word-spacing: 2px;
}
.single-pro-title {
    background-color: #E4ECF4;
    border-radius: 5px;
    padding: 25px 30px 18px;
    margin-bottom: 30px;
}
.pro-screenshot {
    display: block;
    position: relative;
}

.pro-img img {
    width: 100%;
    border: 1px solid #dddd;
    padding: 12px;
    border-radius: 4px;
}

a.preview {
    display: block;
    background-color: #eee;
    color: #888;
    text-align: center;
    padding: 16px 10px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0px 15px 10px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 10px -13px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 15px;
}

a.preview:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--main-color);
    -webkit-box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px var(--main-color);
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px var(--main-color);
}

a.preview:active {
    color: #fff;
    border-color: transparent;
    background-color: var(--main-color);
    -webkit-box-shadow: 0px 0px 0px 2px #168758, 0px 0px 0px 4px #168758;
    box-shadow: 0px 0px 0px 2px #168758, 0px 0px 0px 4px #168758;
}

a.preview i {
    margin-right: 8px;
    display: inline;
}
.product-details .nav-tabs {
    border-bottom: 0;
    margin-top: 50px;
}
.pro-features h3 {
    font-size: 18px;
    color: #444;
    margin: 30px 0 15px;
}
.pro-features .list-unstyled {
    padding-left: 15px;
    list-style: outside;
}

.pro-features .list-ordered {
    padding-left: 20px;
}
.pro-features li {
    font-size: 14px;
    line-height: 2.2;
    padding-left: 8px;
    font-weight: 500;
}
.product-details .nav-tabs .nav-item.nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    padding: 14px 12px;
    text-transform: uppercase;
    background-color: #E4ECF4;
    border-radius: 0;
    margin-right: 0;
    border: 0;
    width: 33.3333333333%;
    text-align: center;
}
.product-details .nav-tabs .nav-item.nav-link:first-child { border-radius: 3px 0 0 3px; }
.product-details .nav-tabs .nav-item.nav-link:last-child { border-radius: 0 3px 3px 0; }
.product-details .nav-tabs .nav-item.nav-link:not(:last-child) {
    border-right: 1px solid #ccc;
}
.product-details .nav-tabs .nav-item.show .nav-link,
.product-details .nav-tabs .nav-link.active:hover,
.product-details .nav-tabs .nav-link.active {
    background-color: #85acd3;
    color: #fff;
}

.product-details .nav-tabs .nav-link:focus {
    border-bottom-color: transparent;
}

.product-details .nav-tabs .nav-link:hover {
    background-color: #85acd3;
    color: #fff;
}

.pro-des {
    background-color: #fff;
    padding: 45px 0 0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    border: 0;
}

.pro-des .pro-link {
    color: var(--main-color);
    font-weight: 500;
}
.pro-des strong {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.input-comment {
    margin-bottom: 30px;
    margin-top: 15px;
}

.input-comment form input.form-control {
    font-size: 13px;
    border-radius: 3px;
    border-color: #eee;
    background-color: #f9f9f9;
    padding: 14px 15px;
    color: #666;
}

.input-comment form input.form-control:focus {
    background-color: #Fff;
}

.input-comment .btn.main-btn:hover {
    background-color: #3A444F;
}
.input-comment .btn.main-btn {
    border-color: transparent;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    background-color: var(--main-color);
    cursor: pointer;
    color: #fff;
    min-width: 160px;
}

.user3 {
    width: 50px;
}

.user2 {
    width: 56px;
    border-radius: 50%;
}

.show-comments > .media {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
}

.show-comments > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.show-comments h5 a {
    color: var(--main-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.show-comments .list-inline li {
    border-right: 1px solid #ccc;
    margin: 8px 5px 15px 0;
    padding-right: 6px;
    line-height: 1;
}
.show-comments .list-inline li a {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}
.show-comments .list-inline li a:hover {
    color: var(--main-color);
}

.show-comments .list-inline li:last-child {
    border-right: 0;
    padding-right: 0;
}

.com-replies > .media {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 25px;
}

.com-replies .user2 {
    width: 40px;
}

/*=== aside ===*/
.single-product-sidebar-wrap {
    border-radius: 6px;
    background-color: #E4ECF4;
    padding: 30px;
}

aside {
    background-color: transparent;
    min-height: 500px;
}
.buy, .cart, .table,
.aside-box {
    margin-bottom: 20px;
}

.aside-box {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin: 40px 0 15px;
}
.aside-box img {
    width: 65px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px #ccc;
    box-shadow: 0px 0px 0px 5px #fff, 0px 0px 0px 6px #ccc;
    margin-bottom: 23px;
    margin-top: -60px;
}
.profile-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #444;
    text-transform: capitalize;
}

.single-product-action-btn > a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 18px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    background-color: #85acd3;
    border-radius: 3px;
    text-transform: uppercase;
    /*
    -webkit-box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 3px 1px 0px rgba(0, 0, 0, 0.5);

    */
}

.single-product-action-btn > a:hover {
    background-color: var(--main-color);
}
.single-product-action-btn > a > i {
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.single-product-action-btn > a .price {
    display: inline-block;
    margin-right: 3px;
    font-weight: 800;
}
.support > a { background-color: var(--main-color); }
.cart > a:hover { background-color: #3A444F; }

.item-attributes tr {
    border-bottom: 1px solid #bfbfbf;
}
.item-attributes th {
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    font-weight: 400;
    padding: 14px 20px;
    text-transform: uppercase;
}
.item-attributes.table-bordered {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}
.item-attributes td {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding: 14px 20px;
    color: var(--main-color);
}
.table-bordered td, .table-bordered th {
    border: 0;
}
.dreamer-pagination{
	font-size: 14px;
	float: right;
}
.dreamer-ul{

}
.dreamer-ul,.dreamer-ul li{
	list-style: none;
}
.dreamer-ul li{
	min-width: 30px;
	height: 30px;
	float: left;
	border: #777 solid 1px;
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
	padding: 0 10px;
}
.dreamer-ul .active{
	background: var(--main-color);
	color: #ffffff;
}
.document-ul{
	background: var(--main-color);
}
.document-ul a{
	padding: 10px;
}
.document-ul,.document-ul ul{
	list-style: none;
	line-height: 35px;
}
.document-title{
	font-weight: bold;
	color: #ffffff;
	display: block;
}
.document-ul a:hover{
	color: #e2e2e2;
	background: #3e6f02;
}
.document-ul-item{
	text-indent: 10px;
	font-size: 14px;
}
.document-ul-item a{
	color: #ffffff;
	display: block;
}
.document-details{
	color: #777;
    font-weight: 400;
    line-height: 2.2rem;
    font-size: 15px;
    margin: 0 20px;
    padding: 10px;
}
.document-details table{
	width: 100%;
	border-top:#e2e2e2 solid 1px;
	border-left:#e2e2e2 solid 1px;
}
.document-details table td,.document-details table th{
	border-right:#e2e2e2 solid 1px;
	border-bottom:#e2e2e2 solid 1px;
}
.document-details ul,.document-details ol{
	margin: 0 30px;
}
.document-details img{
	width: 100%;
}
.search-list{border-bottom:var(--main-color) dashed 1px;margin-bottom:30px;}
.search-item-links{line-height:35px;}
.search-item-links a:hover{color:var(--main-color);}
.search-item-links .date{float:right;}


/*详情*/
.commont{margin: auto; position: relative;}
/*.commont::after{display: block;content: "";width: 749px; height: 15px;background: url(../images/css_detail.png) no-repeat -624px -2px;position: absolute;top: 0;bottom: 0;right: 0;margin: auto;}*/
.commont span{display: inline-block;font-size: 18px;color: #243159;font-weight: bold;padding: 0 6px 0 22px;background: #fff ;position: relative;}
.commont span::before{position: absolute;content: '';width: 10px;height: 10px;top:4px;left: 4px;background: url(../images/css_sprites.png) no-repeat -146px -105px;}
.commont .special{color: #ff4e00;}
.content{width: 100%;background: #eaeef5;}
.content .location{width: 1200px;margin: auto;padding: 22px 0 18px 0;font-size: 12px;color: #797979;}
.content .location a{font-size: 12px;color: #797979;margin-left: 18px;position: relative;}
.content .location a:after{content: '';display: block;position: absolute;top: 50%;right: -14px;width: 7px;height: 5px;margin-top: -2.5px;background: url(../images/css_sprites.png) no-repeat -51px -136px;}
.content .location a:last-child:after{content: none;}
.content .head{width: 1200px;margin: auto;background: #fff;}
.content .head_detail{width: 955px;padding-top: 16px;}
.content .head_detail_img{width: 350px;margin: 0 11px 0 16px;position: relative;}
.content .head_detail_img_show{/*width: 310px;height: 310px; */width: 350px;height: 350px;display: table;text-align: center;margin-bottom: 19px;position: relative;}
.content .head_detail_img_show .gallery-top img{max-width: 350px;max-height: 350px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.content .head_detail_img_show .icon_jp{display: block;position: absolute;width: 101px;height: 101px;background: url(../images/css_detail.png) no-repeat -624px -21px;top: 0; left: 0; z-index: 2;}
.content .head_detail_img_info{width: 298px;font-size: 12px;color: #9b9b9b;margin-bottom: 14px;}
.content .head_detail_img_info input{width: 190px;color: #a6a6a6;}
.content .head_detail_img_info .copy{display: block;padding: 0 5px;height: 20px;text-align: center;line-height: 18px;border: 1px solid #dbdbdb;background: #f3f5f9;user-select: none;cursor: pointer;color: #a6a6a6;font-size: 12px;}
.content .head_detail_img_info .share,
.content .head_detail_img_info .collect{display: inline-block;height: 16px;padding-left: 16px;margin-right: 18px;line-height: 16px;user-select: none;cursor: pointer;position: relative;}
.content .head_detail_img_info .share::after{display: block;content: "";width: 12px;height: 12px;background: url(../images/css_detail.png) no-repeat -993px -21px;position: absolute;left: 0;top: 2px;}
.content .head_detail_img_info .collect::after{background: url(../images/css_sprites.png) no-repeat -146px -5px;position: absolute;content: '';top: 3px;left: 0;width: 12px;height: 10px;}
.content .head_detail_img_info .collect.on{color: #243159;}
.content .head_detail_img_info .collect.on::after{background-position: -146px -25px;}
.content .head_detail_show{width: calc(100% - 380px); padding-top: 10px;}
.content .head_detail_show_title, .head_detail_show_title-t{font-size: 30px;color: #404040;font-weight: bold;position: relative;display: inline-block;}
.content .head_detail_show_title span, .head_detail_show_title-t span{display: inline-block;vertical-align: top;max-width: 415px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.content .head_detail_show_code{position: absolute;right: 0;top: 0;cursor: pointer;}
.content .head_detail_show_code .codediv{position: relative;display: inline-block;width: 100px;height: 30px;padding-left: 40px;line-height: 30px;font-size: 12px;background: #ebedf1;}
.content .head_detail_show_code .codediv span{position: absolute;left: 0;top: 0;width: 30px;height: 30px;background: #2b3d63;text-align: center;}
.content .head_detail_show_code .codediv span i{display: inline-block;width: 20px;height: 20px;margin-top: 5px;background: url(../images/css_sprites.png) no-repeat  -137px -123px;}
.content .head_detail_show_code:hover>p{display:block;}
.content .head_detail_show_code>p{display:none;position: absolute;top: 30px;z-index: 1;width: 120px;height: 120px;background: #fff;padding: 10px;box-shadow: 0px 2px 12px 0px rgba(47,57,79,0.3100);}
.content .head_detail_show_code>p img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}
.content .head_detail_show .biaost{padding-left: 30px;}
.content .head_detail_show .bgh_goods{background-image: linear-gradient(225deg, #ffc885 0%, #ffa438 100%);width: 22px;height: 22px;display: inline-block;border-radius: 3px;color: #ffffff;font-size: 14px;text-align: center;line-height: 22px;vertical-align: top;margin-right: 4px;margin-top: 13px;}
.content .head_detail_show .shouquan{background-image: linear-gradient(225deg, #5bc8e7 0%, #5ca2ea 100%);width: 39px;height: 22px;display: inline-block;border-radius: 3px;color: #ffffff;font-size: 14px;text-align: center;line-height: 22px;vertical-align: top;margin-right: 4px;margin-top: 13px;}
.content .head_detail_show .tj_goods{background-image: linear-gradient(225deg, #ff8a8a 0%, #fa3c3c 100%);width: 22px;height: 22px;display: inline-block;border-radius: 3px;color: #ffffff;font-size: 14px;text-align: center;line-height: 22px;vertical-align: top;margin-right: 8px;margin-top: 13px;}
.content .head_detail_show_title:after{content: '';display: block;width: 17px;height: 17px;border-radius: 100%;background: url(../images/css_sprites.png) no-repeat -93px -32px;position: absolute;top: 1.5px;right: -22px;}
.content .head_detail_show_title-t:after{content: 'TM';display: block;width: 17px;height: 17px;border-radius: 100%;position: absolute;top: 1.5px;right: -22px;font-size: 12px;}
.content .head_detail_show_expiry{font-size: 12px;color: #8e8e8e;}
.content .head_detail_show_price{position: relative;width: 580px;height: 115px;background: url(../images/css_detail.png) no-repeat -21px -2px;margin-top: 9px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 15px 0 0 10px;}
.content .head_detail_show_price_row1 span:first-child{font-size: 14px;color: #878787;}
.content .head_detail_show_price_row1 .price{font-size: 30px;color: #ff4e00;font-weight: bold;}
.content .head_detail_show_price_row1 .price:before{content: '￥';font-size: 16px;color: #ff5a28;font-weight: bold;}
.content .head_detail_show_price_row1 .icon{width: 69px;height: 21px;background: #ff839a;text-align: center;text-align: center;line-height: 21px;font-size: 12px;color: #fff;display: inline-block;position: relative;top: -7px;margin-left: 15px;}
.content .head_detail_show_price_row1 .icon:before{content: '';display: block;position: absolute;bottom: 0px;left: -5px;width: 0;height: 0;border-bottom: 5px solid #ff839a;border-left: 5px solid transparent;}
.content .head_detail_show_price_row1 .active_tag{width: 131px; height: 48px; display: inline-block; padding: 2px 5px; font-size: 12px; color: #fff; line-height: 55px; background: url(../images/order_down.png) no-repeat center; text-align: center; vertical-align: bottom; margin-left: 10px;}
.content .head_detail_show_price_row2{margin-top: 8px;}
.content .head_detail_show_price_row2 span:first-child{font-size: 14px;color: #878787;}
.content .head_detail_show_price_row2 .earnest{font-size: 16px;color: #ff5a28;}
.content .head_detail_show_sort{font-size: 14px;color: #959595;margin: 20px 0 0 10px;}
.content .head_detail_show_sort span{color: #656565;}
.content .head_detail_show_apply{font-size: 14px;color: #959595;margin: 16px 0 0 10px;}
.content .head_detail_show_apply .dotd{display: inline-block;width: 420px;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;position: relative;top: 5px;}
.content .head_detail_show_apply a{font-size: 14px;color: #fc5524;}
.content .head_detail_show_apply a:after{content: '';display: inline-block;width: 11px;height: 10px;background: url(../images/css_sprites.png) no-repeat -146px -45px;}
.content .head_detail_show_tip{font-size: 14px;color: #b2b2b2;margin: 7px 0 0 80px;}
.content .head_detail_show_tip a{color: #b2b2b2;transition: 0.3s;}
.content .head_detail_show_tip a:hover{color: #fc5524;}
.content .head_detail_show_similar{margin: 15px 0 0 10px;font-size: 14px;color: #959595;}
.content .head_detail_show_similar span{color: #656565;display: inline-block;width: 450px;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;position: relative;top: 5px;}
.content .head_detail_show_similar span:before{content: '';display: inline-block;width: 13px;height: 14px;background: url(../images/css_sprites.png) no-repeat -31px -112px;position: relative;top: 2px;margin-right: 5px;}
.content .head_detail_show_state{margin: 15px 0 0 10px;font-size: 14px;color: #959595;}
.content .head_detail_show_state span{color: #656565;}
.content .head_detail_show_combine{position: relative;margin: 15px 0 0 10px;font-size: 14px;color: #959595;}
.content .head_detail_show_combine .show_combine.on{height: 39px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; float: left;}
.content .head_detail_show_combine .show_title{color: #959595; font-size: 14px; width: 70px; display: inline-block; float: left;}
.content .head_detail_show_combine .show_combine{color: #656565; font-size: 14px;width: calc(100% - 76px);display: inline-block;vertical-align: top;}
.content .head_detail_show_combine .show_combine i{display: none; position: absolute; top: 21px; right: 8px; color: #ff580e; background: #fff; cursor: pointer;}
.content .head_detail_show_combine .show_combine.on i.reviewDown{display: block;}
.content .head_detail_show_btns{margin: 30px 0 0 10px;}
.content .head_detail_show_btns a{display: block;width: 133px;height: 40px;border: 1px solid;border-radius: 4px;}
.content .head_detail_show_btns .buy{border: 1px solid #ff580e;background: #ff580e;text-align: center;line-height: 40px;font-size: 14px;color: #fff;font-weight: bold;margin-right: 6px;transition: 0.3s;}
.content .head_detail_show_btns .buy i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -5px -59px;margin-right: 10px;vertical-align: middle;/* transition: 0.3s; */}
.content .head_detail_show_btns .buy:hover{border: 1px solid #ff7033;background: #ff7033;color: #fff;}
.content .head_detail_show_btns .buy:hover i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -33px -59px;margin-right: 10px;vertical-align: middle;}
.content .head_detail_show_btns .consultation{border: 1px solid #ff580e;background: #fff;text-align: center;line-height: 40px;font-size: 14px;color: #ff580e;font-weight: bold;margin-right: 6px;transition: 0.3s;}
.content .head_detail_show_btns .consultation i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -93px -59px;margin-right: 10px;vertical-align: middle;/* transition: 0.3s; */}
.content .head_detail_show_btns .consultation:hover{border: 1px solid #ff580e;background: #ff580e;color: #fff;}
.content .head_detail_show_btns .consultation:hover i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -36px -33px;margin-right: 10px;vertical-align: middle;}
.content .head_detail_show_btns .cart{border: 1px solid #d5dae4;background: #fff;text-align: center;line-height: 40px;font-size: 14px;color: #888888;font-weight: bold;margin-right: 6px;transition: 0.3s;}
.content .head_detail_show_btns .cart i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -64px -5px;margin-right: 10px;vertical-align: middle;/* transition: 0.3s; */}
.content .head_detail_show_btns .cart:hover{border: 1px solid #ff580e;background: #fff;color: #ff580e;}
.content .head_detail_show_btns .cart:hover i{display: inline-block;width: 19px;height: 20px;background: url(../images/css_sprites.png) no-repeat -64px -32px;margin-right: 10px;vertical-align: middle;}
.content .head_detail_down{width: 955px;height: 67px;border-top: 1px dotted #d2d2d2;margin-top: 28px;}
.content .head_detail_down_l .buy{display: inline-block;height: 67px;line-height: 67px;padding: 0 25px;position: relative;font-size: 14px;color: #8a8a8a;}
.content .head_detail_down_l .buy:after{content: '';display: inline-block;width: 1px;height: 11px;background: #e6e6e6;position: absolute;top: 50%;right: 0;margin-top: -5.5px;}
.content .head_detail_down_l .buy i{display: inline-block;height: 20px;width: 16px;vertical-align: middle;background: url(../images/css_sprites.png) no-repeat -57px -86px;margin-right: 6px;position: relative;margin-top: 5px;top: -2px;}
.content .head_detail_down_l .sign{display: inline-block;height: 67px;line-height: 67px;padding: 0 25px;position: relative;font-size: 14px;color: #8a8a8a;}
.content .head_detail_down_l .sign:after{content: '';display: inline-block;width: 1px;height: 11px;background: #e6e6e6;position: absolute;top: 50%;right: 0;margin-top: -5.5px;}
.content .head_detail_down_l .sign i{display: inline-block;height: 20px;width: 16px;vertical-align: middle;background: url(../images/css_sprites.png) no-repeat -121px -81px;margin-right: 6px;position: relative;margin-top: 5px;top: -2px;}
.content .head_detail_down_l .confirm{display: inline-block;height: 67px;line-height: 67px;padding: 0 25px;position: relative;font-size: 14px;color: #8a8a8a;}
.content .head_detail_down_l .confirm:after{content: '';display: inline-block;width: 1px;height: 11px;background: #e6e6e6;position: absolute;top: 50%;right: 0;margin-top: -5.5px;}
.content .head_detail_down_l .confirm i{display: inline-block;height: 20px;width: 16px;vertical-align: middle;background: url(../images/css_sprites.png) no-repeat -121px -55px;margin-right: 6px;position: relative;margin-top: 5px;top: -2px;}
.content .head_detail_down_l .below{display: inline-block;height: 67px;line-height: 67px;padding: 0 25px;position: relative;font-size: 14px;color: #8a8a8a;}
.content .head_detail_down_l .below:after{content: '';display: inline-block;width: 1px;height: 11px;background: #e6e6e6;position: absolute;top: 50%;right: 0;margin-top: -5.5px;}
.content .head_detail_down_l .below i{display: inline-block;height: 20px;width: 16px;vertical-align: middle;background: url(../images/css_sprites.png) no-repeat -5px -112px;margin-right: 6px;position: relative;margin-top: 5px;top: -2px;}
.content .head_detail_down_l .assure{display: inline-block;height: 67px;line-height: 67px;padding: 0 25px;position: relative;font-size: 14px;color: #8a8a8a;}
.content .head_detail_down_l .assure:after{content: '';display: inline-block;width: 1px;height: 11px;background: #e6e6e6;position: absolute;top: 50%;right: 0;margin-top: -5.5px;}
.content .head_detail_down_l .assure i{display: inline-block;height: 20px;width: 16px;vertical-align: middle;background: url(../images/css_sprites.png) no-repeat -31px -86px;margin-right: 6px;position: relative;top: -2px;margin-top: 5px;}
.content .head_detail_down_l .assure:after{content: none;}
.content .head_detail_down_r{margin-right: 15px;font-size: 14px;color: #ff580e;line-height: 67px;}
.content .head_detail_down_r i{display: inline-block;width: 16px;height: 20px;background: url(../images/css_sprites.png) no-repeat -5px -86px;margin-right: 5px;vertical-align: middle;position: relative;top: -2px;margin-top: 5px;}
.content .head_customer{width: 245px;height: 586px;border: 1px solid #e9ecf3; border-width: 0 0 1px 1px; box-sizing: border-box;}
.qwtabbox .hd{height: 40px;padding-bottom: 32px;position: relative;}
.qwtabbox .hd ul{height: 40px;display: table;margin: 0 auto;}
.qwtabbox .hd li{float: left;width: 104px;height: 40px;line-height: 40px;text-align: center;font-weight: bold;font-size: 14px;color: #fff;margin-left: 4px;cursor: pointer; border-radius: 4px; box-sizing: border-box; color: #ffffff; transition: all .28s;}
.qwtabbox .hd li.online:active,
.qwtabbox .hd li.wechat:active{opacity: .7;}
.qwtabbox .hd li.online:hover{background: rgba(43, 61, 99, .88);}
.qwtabbox .hd li.wechat:hover{background: rgba(255, 88, 13, .88);}
.qwtabbox .hd li.online{background: #2B3D63;}
.qwtabbox .hd li.online.full{width: 212px;}
.qwtabbox .hd li.wechat{background: #FF580D;}
.qwtabbox .hd li.wechat .wechat_icon, .qwtabbox .hd li.online .advisory_icon{width: 16px; height: 16px;}
.qwtabbox .hd li:first-child{margin-left: 0;}
.qwtabbox .hd li a{font-weight: bold;font-size: 14px;color: #fff;}
.qwtabbox .bd .hover-wechat{position: absolute;top: 16px;left: 23px;width: 192px;height: 220px;padding: 16px; box-sizing: border-box; box-shadow: 0px 4px 16px 0px rgba(0, 64, 75, 0.16); border-radius: 2px; background: #ffffff; display: none;}
.qwtabbox .bd .hover-wechat .hover-wechat__body{width: 160px; height: 160px; border: 1px solid #f2f4f8; display: block;}
.qwtabbox .bd .hover-wechat .hover-wechat__foot{width: 162px;height: 28px; background: #f2f4f8;}
.qwtabbox .bd .hover-wechat .hover-wechat__foot .wechat_icon{width: 16px; height: 16px; margin: 0 8px 0 16px; vertical-align: -4px;}
.qwtabbox .bd .hover-wechat .hover-wechat__foot span{position: relative; font-size: 12px; color: #333333; line-height: 28px; padding-left: 8px;}
.qwtabbox .bd .hover-wechat .hover-wechat__foot span::after{content: ''; display: block; width: 1px; height: 8px; background: #dce1e6; position: absolute; top: 5px; left: 0;}
.content .head_customer_avatar{width: 138px;height: 138px;border-radius: 100%;text-align: center;display: table;margin: 0 auto;padding-top: 40px;position: relative;}
.content .head_customer_avatar_cell{display: table-cell;vertical-align: middle;}
.content .head_customer_avatar_cell img{width: 138px;height: 138px;border-radius: 100%;}
.content .head_customer_avatar_icon{width: 70px;height: 19px;line-height: 19px;text-align: center;font-size: 12px;color: #ffffff;font-weight: bold;position: absolute;top: 5px;left: -40px;background: #ff580e;border-radius: 9.5px;}
.content .head_customer_name,
.content .head_customer_mobile{text-align: center;font-size: 18px;line-height: 18px;color: #2A2A2A; font-weight: 500;}
.content .head_customer_name{padding: 10px 0 12px;}
.content .head_customer_mobile{margin-bottom: 10px; font-size: 14px; color: #999999;}
.content .head_customer_contact{display: block;width: 188px;height: 41px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 5px;border-radius: 20.5px;background: #fff;box-shadow: 0 0 10px rgba(194, 194, 194, 0.34);margin: 0 auto 12px auto;}
.content .head_customer_contact span{display: block;width: 100%;height: 100%;border-radius: 16.4px;background: #2b3d63;text-align: center;line-height: 31px;font-size: 14px;color: #ffffff;font-weight: bold;}
.content .head_customer_qq{width: 100%;height: 42px;text-align: left;border-top: 1px dashed #e5e5e5;border-bottom: 1px dashed #e5e5e5;line-height: 42px;font-size: 12px;color: #727272;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 28px;}
.content .head_customer_phone{width: 100%;height: 42px;text-align: left;border-bottom: 1px dashed #e5e5e5;line-height: 42px;font-size: 12px;color: #727272;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 28px;}
.content .head_customer_phone span{color: #f46a41;font-weight: bold;}
.content .head_customer_otherc{width: 100%;padding: 16px 0 16px 16px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: #fff;}
.content .head_customer_otherc img{height: 56px;width: 56px; border-radius: 2px;}
.content .head_customer_otherc .otherc_info{padding-left: 12px;}
.content .head_customer_otherc .otherc_info_name{margin-bottom: 12px;font-size: 16px; color: #2B2B2B;line-height: 16px;}
.content .head_customer_otherc .otherc_info_qq{font-size: 12px;color: #999999;}
.content .head_customer_otherc .otherc_info_consult{margin-top: 4px;width: 52px;height: 19px;border: 1px solid #ff8400;text-align: center;line-height: 19px;font-size: 12px;color: #ff8a17;}
.content .head_customer .qwtabbox .bd{position: relative;}
.content .head_customer .qwtabbox .bd{position: relative;}
.content .head_customer .other_info_head{padding: 32px 16px 16px 14px; background: #ffffff; border-top: 1px solid #E9ECF3;}
.content .head_customer .other_info_head .title{font-size: 18px; line-height: 18px; color: #2A2A2A; font-weight: 700;}
.content .head_customer .other_info_head .btn{float: right; font-size: 14px; color: #979797; line-height: 16px; cursor: pointer;}
.content .head_customer .other_info_head .btn .change_icon{width: 12px; height: 12px; margin-right: 5px;}
.content .head_customer_otherc .otherc_info_contact{position: relative;}
.content .head_customer_otherc .otherc_info_contact .hover-wechat{position: absolute;top: -180px; left: -37px;width: 144px;height: 160px;padding: 12px; box-sizing: border-box; -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 64, 75, 0.16)); filter: drop-shadow(0px 4px 16px rgba(0, 64, 75, 0.16)); border-radius: 2px; background: #ffffff; display: none;}
.content .head_customer_otherc .otherc_info_contact .hover-wechat::after{content: ''; display: block; width: 16px; height: 16px; background: #ffffff; position: absolute; bottom: -8px; border-radius: 2px; left: 64px; transform: rotate(135deg);}
.content .head_customer_otherc .otherc_info_contact .hover-wechat .hover-wechat__body{width: 120px; height: 120px; display: block;}
.content .head_customer_otherc .otherc_info_contact .hover-wechat .hover-wechat__foot{padding: 4px 0 12px; font-size: 12px; line-height: 12px; color: #333333; text-align: center;}
.content .head_customer_otherc .otherc_info_btn{width: 70px; height: 28px; border-radius: 2px; font-size: 12px; line-height: 26px; text-align: center; box-sizing: border-box; background: #ffffff; transition: all .3s; cursor: pointer;}
.content .head_customer_otherc .otherc_info_btn:active{opacity: .7;}
.content .head_customer_otherc .otherc_info_btn.wechat{border: 1px solid #FF580D; color: #FF580D; float: left; margin-right: 4px;}
.content .head_customer_otherc .otherc_info_btn.wechat:hover{background: rgba(255, 88, 13, 0.08); border: 1px solid #FF580D;}
.content .head_customer_otherc .otherc_info_btn.consult{border: 1px solid #2B3D63; color: #2B3D63; float: left;}
.content .head_customer_otherc .otherc_info_btn.consult:hover{background: rgba(43, 61, 99, 0.08); border: 1px solid #2B3D63;}
.content .head_customer_btns{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 9px 0 0 12px;}
.content .head_customer_btns_contact{display: inline-block;width: 98px;height: 28px;line-height: 28px;border-radius: 15px;text-align: center;border: 1px solid #ebaeaf;color: #dc9596;font-size: 13px;}
.content .head_customer_btns_contact i{display: inline-block;width: 15px;height: 15px;vertical-align: middle;background: url(../images/css_detail.png) no-repeat -936px -21px;margin-right: 6px; margin-top: 7px;position: relative;top: -2px;}
.content .head_customer_btns_contact{margin-right: 3px;display: none;}
.content .head_customer_btns_complain{display: block;width: 202px;height: 28px;line-height: 28px;border-radius: 15px;text-align: center;border: 1px solid #e0ba9b;color: #e0ba9b;font-size: 13px;}
.content .head_customer_btns_complain i{display: inline-block;width: 15px;height: 15px;vertical-align: middle;background: url(../images/css_detail.png) no-repeat -955px -21px; margin-top: 7px;margin-right: 6px;position: relative;top: -2px;}
.content .package{width: 1200px;height: 240px;margin: 20px auto 0 auto;background: #fff;}
.content .package_t{width: 1200px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 14px;height: 50px;line-height: 50px;border-bottom: 1px dotted #dddddd;}
.content .package_t .fl{font-size: 18px;color: #2b3d63;}
.content .package_t .fl i{display: inline-block;width: 10px;height: 20px;background: url(../images/css_sprites.png) no-repeat -146px -85px;margin-right: 6px;vertical-align: middle;position: relative;top: -2px;margin-top: 5px;}
.content .package_t .fr{font-size: 14px;color: #a3a3a3;}
.content .package_show{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 22px 0 0 30px;}
.content .package_show_brand{width: 200px;}
.content .package_show_brand_l{width: 165px;}
.content .package_show_brand_l_name{font-size: 14px;color: #404040;font-weight: bold;}
.content .package_show_brand_l_sort{margin-top: 5px;font-size: 14px;color: #46494d;padding-bottom: 6px;border-bottom: 1px dotted #dcdcdc;}
.content .package_show_brand_l_sell{font-size: 14px;color: #aeaeae;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;width: 165px;padding: 6.5px 0;}
.content .package_show_brand_l_sell:after{content: '';display: block;width: 39px;height: 1px;background: url(../images/icon-2.png) no-repeat center;margin-top: 6.5px;}
.content .package_show_brand_l_price{margin-top: 4.5px;font-size: 16px;color: #fb6514;font-weight: bold;}
.content .package_show_brand_r{height: 128px;width: 35px;background: url(../images/icon_add.png) no-repeat center;}
.content .package_show_slide{width: 710px;margin: 8px 20px 0;position: relative;}
.content .package_show_slide_in{width: 710px;overflow: hidden;}
.content .package_show_slide_bd{overflow: hidden;}
.content .package_show_slide_bd_each{width: 177px;text-align: center;position: relative;padding-top: 24px;}
.content .package_show_slide_bd_each .brandimg{max-width: 40px;max-height: 40px;}
.content .package_show_slide_bd_each .sort{font-size: 14px;color: #585858;font-weight: bold;/* margin-top: 10px; */}
.content .package_show_slide_bd_each .detail{font-size: 12px;color: #999da5;width: 150px;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;margin: 10px auto 15px auto;}
.content .package_show_slide_bd_each .price{margin-top: 9px;font-size: 14px;color: #fb6514;font-weight: bold;}
.content .package_show_slide_bd_each .price i{display: inline-block;width: 12px;height: 12px;background: url(../images/icon_unselect.png) no-repeat center;cursor: pointer;margin-right: 6px;vertical-align: middle;position: relative;top: -1px;}
.content .package_show_slide_bd_each .select i{background: url(../images/icon_select.png) no-repeat center;}
.content .package_show_slide_bd_each:after{content: '';display: blokc;position: absolute;width: 1px;height: 122px;background: #f4f4f4;top: 5px;right: 0;}
.content .package_show_slide_bd .noBorder:after{content: none;}
.content .package_show_slide_left{width: 20px;height: 50px;transition: 0.3s;background: url(../images/left.png) no-repeat center;position: absolute;top: 50%;left: -20px;margin-top: -25px;cursor: pointer;}
.content .package_show_slide_left:hover{background: url(../images/left_h.png) no-repeat center;}
.content .package_show_slide_right{width: 20px;height: 50px;transition: 0.3s;background: url(../images/right.png) no-repeat center;position: absolute;top: 50%;right: -20px;margin-top: -25px;cursor: pointer;}
.content .package_show_slide_right:hover{background: url(../images/right_h.png) no-repeat center;}
.content .package_show_contact{width: 220px;margin-top: 16px;}
.content .package_show_contact .equal{width: 48px;height: 110px;background: url(../images/icon_equl.png) no-repeat center;}
.content .package_show_contact .detail{text-align: left;}
.content .package_show_contact .detail_tip{font-size: 12px;color: #616161;position: relative;margin-bottom: 5px;}
.content .package_show_contact .detail_tip span{color: #ff580e;font-weight: bold;}
.content .package_show_contact .detail_tip:before{content: '';display: inline-block;width: 41px;height: 21px;background: url(../images/icon_discount.png) no-repeat center;position: absolute;top: -21px;left: 0;}
.content .package_show_contact .detail_price{font-size: 12px;color: #616161;margin-top: 5px;}
.content .package_show_contact .detail_price span{font-size: 16px;color: #ff580e;font-weight: bold;}
.content .package_show_contact .detail_buy{display: block;width: 100px;height: 24px;background: #ff580e;color: #fff;font-size: 14px;text-align: center;line-height: 24px;margin: 15px 0 10px 0;}
.content .package_show_contact .detail_consult{display: block;width: 98px;height: 22px;background: #fff;border: 1px solid #ff580e;text-align: center;line-height: 22px;font-size: 14px;color: #ff580e;}
.content .turning{margin: 20px auto 0 auto;}
.content .turning_turn{position: relative;padding: 0px 0 50px 0;background: #fff;}
.content .turning_turn_wrap{height: 60px;border-bottom: 1px solid #eaeaea;}
.content .turning_turn_nav{height: 60px;background: #fff;}
.content .turning_turn_nav span{display: block;margin-left: 45px;height: 60px;line-height: 60px;font-size: 16px;color: #656565;position: relative;cursor: pointer;user-select: none;}
.content .turning_turn_nav .on{color: #ff580e;}
.content .turning_turn_nav .on:after{content: '';display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #fb6514;}
.content .turning_turn_trademark .commont{margin: 34.5px auto 27px auto;}
.content .turning_turn_trademark_show{width: 852px;margin: auto;}
.content .turning_turn_trademark_show p{line-height: 28px; word-break: break-all; text-align: justify; font-size: 14px; color: #939393; padding-bottom: 22px;}
.content .turning_turn_trademark_show_row1{width: 291px;font-size: 14px;color: #9a9a9a;}
.content .turning_turn_trademark_show_row1 p{margin-bottom: 25px;}
.content .turning_turn_trademark_show_row1 span{display: inline-block;width: 122px;color: #575757;border-bottom: 1px solid #e1e4ea;}
.content .turning_turn_trademark_show_row2{width: 262px;font-size: 14px;color: #9a9a9a;}
.content .turning_turn_trademark_show_row2 p{margin-bottom: 25px;}
.content .turning_turn_trademark_show_row2 span{display: inline-block;width: 122px;color: #575757;border-bottom: 1px solid #e1e4ea;}
.content .turning_turn_trademark_show_row3{width: 298px;font-size: 14px;color: #9a9a9a;}
.content .turning_turn_trademark_show_row3 p{margin-bottom: 25px;}
.content .turning_turn_trademark_show_row3 span{display: inline-block;width: 224px;color: #575757;border-bottom: 1px solid #e1e4ea;}
.content .turning_turn_explain{padding-top: 30px;text-align: center;}
.content .turning_turn_explain .turning_turn_explain_body.hidden_over_image{position: relative; max-height: 1300px; overflow: hidden;}
.content .turning_turn_explain .turning_turn_explain_body.hidden_over_image .show_more{display: block;}
.content .turning_turn_explain .turning_turn_explain_body .show_more{display: none; position: absolute; bottom: 0; width: 100%; height: 170px;}
.content .turning_turn_explain .turning_turn_explain_body .show_more .show_more_mask{position: absolute; left: 50%; top: 0; margin: 0 0 0 -425px; width: 850px; height: 170px;}
.content .turning_turn_explain .turning_turn_explain_body .show_more .show_more_btn{position: absolute; left: 50%; bottom: 0; margin: 0 0 20px -125px; z-index: 2; height: 60px; width: 250px; cursor: pointer;}
.content .turning_turn_explain .turning_turn_explain_body .show_more .show_more_btn span{font-size: 18px; color: #25315B; line-height: 60px;}
.content .turning_turn_explain .turning_turn_explain_body .show_more .show_more_btn img{width: 20px; height: 20px; margin: 0; padding: 0 0 0 5px; vertical-align: -3px;}
.content .turning_turn_explain .commont{text-align: left;}
.content .turning_turn_explain img{max-width: 850px;margin-bottom: 10px;}
.content .turning_turn_explain .img1{margin: 13px 0 10px 0;}
.content .turning_turn_explain .videobox{width: 850px;margin: 13px auto 10px;position: relative;}
.content .turning_turn_why{padding-top: 43px;}
.content .turning_turn_why_benefit{width: 852px;margin: 13.5px auto auto auto;}
.content .turning_turn_why_benefit_l{width: 420px;height: 200px;background: url(../images/why_bg1.png) no-repeat center;}
.content .turning_turn_why_benefit_l_title{margin: 40px 0 8px 23px;font-size: 26px;color: #454545;}
.content .turning_turn_why_benefit_l img{margin: 0 0 0 23px;}
.content .turning_turn_why_benefit_l_show{margin: 8px 0 0 23px;width: 314px;font-size: 14px;font-weight: normal;line-height: 30px;color: #96969b;}
.content .turning_turn_why_benefit_r{width: 420px;height: 200px;background: url(../images/why_bg2.png) no-repeat center;}
.content .turning_turn_why_benefit_r_title{margin: 40px 0 8px 23px;font-size: 26px;color: #454545;}
.content .turning_turn_why_benefit_r img{margin: 0 0 0 23px;}
.content .turning_turn_why_benefit_r_show{margin: 8px 0 0 23px;width: 314px;font-size: 14px;font-weight: normal;line-height: 30px;color: #96969b;}
.content .turning_turn_process{padding-top: 34px;}
.content .turning_turn_process_chart{height: 200px;border-radius: 4px;background: url(../images/css_detail2.png) no-repeat -0 -697px;margin: 10px auto auto auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 10px 10px 10px;}
.content .turning_turn_process_chart_in{width: 100%;height: 100%;overflow: hidden;}
.content .turning_turn_process_chart_each{width: 100%;height: 178px;margin-top: 10px;cursor: pointer;}
.content .turning_turn_process_chart_each_num{width: 61px;height: 52px;margin: 18px auto auto auto;background: url(../images/css_detail.png) no-repeat -729px -21px;text-align: center;line-height: 61px;font-size: 12px;color: #495260;}
.content .turning_turn_process_chart_each_num span{font-size: 18px;}
.content .turning_turn_process_chart_each_name{font-size: 16px;color: #304158;text-align: center;margin: 2px 0 8px 0;}
.content .turning_turn_process_chart_each_intro{font-size: 12px;color: #b2b5b9;text-align: center;margin: auto;width: 135px;height: 18px;}
.content .turning_turn_process_chart_each i{display: block;width: 18px;height: 18px;background: url(../images/css_sprites.png) no-repeat -36px -5px;margin: -84px auto auto auto;}
.content .turning_turn_process_chart .first{border-radius: 4px 0 0 4px;overflow: hidden;background: url(../images/css_detail.png) no-repeat -300px -121px;border-right: 1px solid #d7dde7;}
.content .turning_turn_process_chart .espic .first{background: url(../images/css_detail2.png) no-repeat -1212px -697px;}
.content .turning_turn_process_chart .second{overflow: hidden;background: url(../images/css_detail.png) no-repeat -2px -121px;border-right: 1px solid #d7dde7;}
.content .turning_turn_process_chart .espic .second{background: url(../images/css_detail2.png) no-repeat -637px -387px;}
.content .turning_turn_process_chart .third{overflow: hidden;background: url(../images/css_detail.png) no-repeat -151px -121px;border-right: 1px solid #d7dde7;}
.content .turning_turn_process_chart .espic .third{background: url(../images/css_detail2.png) no-repeat -850px -697px;}
.content .turning_turn_process_chart .fourth{border-radius: 0 4px 4px 0;overflow: hidden;background: url(../images/css_detail.png) no-repeat -449px -121px;}
.content .turning_turn_process_chart .espic .fourth{background: url(../images/fourth_2.png) no-repeat center;}
.content .turning_turn_process_chart .on{width: 250px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 14px; transition: 0.3s; background: none!important; border-right: 1px solid transparent!important;}
.content .turning_turn_process_chart .turning_turn_process_chart_in.espic .third{border-right: 1px solid transparent!important;}
.content .turning_turn_process_chart .turning_turn_process_chart_in.espic .on{width: 287px; padding-left: 46px;}
.content .turning_turn_process_chart .on .turning_turn_process_chart_each_num{background: none;text-align: left;color: #fff;margin: 28px 0 0 0;height: auto;line-height: 18px;font-size: 12px;}
.content.turning_turn_process_chart.on.turning_turn_process_chart_each_numspan{font-size: 30px;}
.content .turning_turn_process_chart .on .turning_turn_process_chart_each_name{text-align: left;font-size: 18px;color: #ffffff;position: relative;}
.content.turning_turn_process_chart.on.turning_turn_process_chart_each_name:after{content: '';display: block;width: 39px;height: 1px;background: url(../images/css_detail.png) no-repeat -1009px -21px;position: absolute;bottom: -8px;left: 0;}
.content.turning_turn_process_chart.on.turning_turn_process_chart_each_intro{text-align: left;width: 225px;height: 48px;line-height: 24px;font-size: 13px;color: #c4cbd7;margin: 15px 0 0 0;}
.content .turning_turn_process_chart .on i{display: none;}
.content .turning_turn_transfer{padding-top: 35px;}
.content .turning_turn_transfer_table{width: 850px;height: 329px;background-color: #ffffff;border-radius: 4px;border: solid 1px #e2e2e2;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 8px auto auto auto;}
.content .turning_turn_transfer_table_nav{width: 100%;height: 56px;border-bottom: 1px solid #e6e6e6;}
.content .turning_turn_transfer_table_nav1{width: 107px;height: 56px;text-align: center;line-height: 56px;font-weight: bold;font-size: 14px;color: #777777;border-right: 1px solid #e6e6e6;text-align: left;padding-left: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.content .turning_turn_transfer_table_nav2{width: 135px;height: 56px;text-align: center;line-height: 56px;font-weight: bold;font-size: 14px;color: #777777;border-right: 1px solid #e6e6e6;text-align: left;padding-left: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.content .turning_turn_transfer_table_nav3{width: 224px;height: 56px;text-align: center;line-height: 56px;font-weight: bold;font-size: 14px;color: #777777;border-right: 1px solid #e6e6e6;text-align: left;padding-left: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.content .turning_turn_transfer_table_nav4{width: 139px;height: 56px;text-align: center;line-height: 56px;font-weight: bold;font-size: 14px;color: #777777;border-right: 1px solid #e6e6e6;text-align: left;padding-left: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.content .turning_turn_transfer_table_nav5{width: 238px;height: 56px;text-align: center;line-height: 56px;font-weight: bold;font-size: 14px;color: #777777;border-right: 1px solid #e6e6e6;text-align: left;padding-left: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-right: none;}
.content .turning_turn_transfer_tablebody .col1{width: 106px;height: 172px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;display: table;text-align: left;float: left;}
.content .turning_turn_transfer_tablebody .col1_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col1_in_up,
.content .turning_turn_transfer_tablebody .col1_in_down{width: 106px;height: 85px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;padding-left: 10px;font-size: 14px;line-height: 85px;color: #6d6d6d;display: table;}
.content .turning_turn_transfer_tablebody .col1_in_up > div,
.content .turning_turn_transfer_tablebody .col1_in_down > div{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col1_in_up > div p,
.content .turning_turn_transfer_tablebody .col1_in_down > div p{font-size: 14px;color: #949494;line-height: 14px;}
.content .turning_turn_transfer_tablebody .col1_in_up > div p:not(:first-child),
.content.turning_turn_transfer_tablebody.col1_in_down> divp:not(:first-child){margin-top: 15px;}
.content .turning_turn_transfer_tablebody .col1_in_down{border: none;}
.content .turning_turn_transfer_tablebody .col1_in_p1{font-size: 14px;color: #949494;margin-left: 10px;}
.content .turning_turn_transfer_tablebody .col1_in_p1:not(:first-child){margin-top: 13px;}
.content .turning_turn_transfer_tablebody .col2{width: 134px;height: 172px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;display: table;text-align: left;float: left;}
.content .turning_turn_transfer_tablebody .col2_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col2_in_up,
.content .turning_turn_transfer_tablebody .col2_in_down{width: 134px;height: 85px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;padding-left: 10px;font-size: 14px;line-height: 85px;color: #6d6d6d;display: table;}
.content .turning_turn_transfer_tablebody .col2_in_up > div,
.content .turning_turn_transfer_tablebody .col2_in_down > div{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col2_in_up > div p,
.content .turning_turn_transfer_tablebody .col2_in_down > div p{font-size: 14px;color: #949494;line-height: 14px;}
.content .turning_turn_transfer_tablebody .col2_in_up > div p:not(:first-child),
.content.turning_turn_transfer_tablebody.col2_in_down> divp:not(:first-child){margin-top: 15px;}
.content .turning_turn_transfer_tablebody .col2_in_down{border: none;}
.content .turning_turn_transfer_tablebody .col2_in_p1{font-size: 14px;color: #949494;margin-left: 10px;}
.content .turning_turn_transfer_tablebody .col2_in_p1:not(:first-child){margin-top: 13px;}
.content .turning_turn_transfer_tablebody .col3{width: 224px;height: 172px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;display: table;text-align: left;float: left;}
.content .turning_turn_transfer_tablebody .col3_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col3_in_up,
.content .turning_turn_transfer_tablebody .col3_in_down{width: 224px;height: 85px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;padding-left: 10px;font-size: 14px;line-height: 85px;color: #6d6d6d;display: table;}
.content .turning_turn_transfer_tablebody .col3_in_up > div,
.content .turning_turn_transfer_tablebody .col3_in_down > div{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col3_in_up > div p,
.content .turning_turn_transfer_tablebody .col3_in_down > div p{font-size: 14px;color: #949494;line-height: 14px;}
.content .turning_turn_transfer_tablebody .col3_in_up > div p:not(:first-child),
.content.turning_turn_transfer_tablebody.col3_in_down> divp:not(:first-child){margin-top: 15px;}
.content .turning_turn_transfer_tablebody .col3_in_down{border: none;}
.content .turning_turn_transfer_tablebody .col3_in_p1{font-size: 14px;color: #949494;margin-left: 10px;}
.content .turning_turn_transfer_tablebody .col3_in_p1:not(:first-child){margin-top: 13px;}
.content .turning_turn_transfer_tablebody .col4{width: 139px;height: 172px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;display: table;text-align: left;float: left;}
.content .turning_turn_transfer_tablebody .col4_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col4_in_up,
.content .turning_turn_transfer_tablebody .col4_in_down{width: 139px;height: 85px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;padding-left: 10px;font-size: 14px;line-height: 85px;color: #6d6d6d;display: table;}
.content .turning_turn_transfer_tablebody .col4_in_up > div,
.content .turning_turn_transfer_tablebody .col4_in_down > div{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col4_in_up > div p,
.content .turning_turn_transfer_tablebody .col4_in_down > div p{font-size: 14px;color: #949494;line-height: 14px;}
.content .turning_turn_transfer_tablebody .col4_in_up > div p:not(:first-child),
.content.turning_turn_transfer_tablebody.col4_in_down> divp:not(:first-child){margin-top: 15px;}
.content .turning_turn_transfer_tablebody .col4_in_down{border: none;}
.content .turning_turn_transfer_tablebody .col4_in_p1{font-size: 14px;color: #949494;margin-left: 10px;}
.content .turning_turn_transfer_tablebody .col4_in_p1:not(:first-child){margin-top: 13px;}
.content .turning_turn_transfer_tablebody .col5{width: 238px;height: 172px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;display: table;text-align: left;float: left;border-right: none;}
.content .turning_turn_transfer_tablebody .col5_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col5_in_up,
.content .turning_turn_transfer_tablebody .col5_in_down{width: 238px;height: 85px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #e6e6e6;padding-left: 10px;font-size: 14px;line-height: 85px;color: #6d6d6d;display: table;}
.content .turning_turn_transfer_tablebody .col5_in_up > div,
.content .turning_turn_transfer_tablebody .col5_in_down > div{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_tablebody .col5_in_up > div p,
.content .turning_turn_transfer_tablebody .col5_in_down > div p{font-size: 14px;color: #949494;line-height: 14px;}
.content .turning_turn_transfer_tablebody .col5_in_up > div p:not(:first-child),
.content.turning_turn_transfer_tablebody.col5_in_down> divp:not(:first-child){margin-top: 15px;}
.content .turning_turn_transfer_tablebody .col5_in_down{border: none;}
.content .turning_turn_transfer_tablebody .col5_in_p1{font-size: 14px;color: #949494;margin-left: 10px;}
.content .turning_turn_transfer_tablebody .col5_in_p1:not(:first-child){margin-top: 13px;}
.content .turning_turn_transfer_table_down{width: 100%;height: 100px;display: table;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 10px;}
.content .turning_turn_transfer_table_down_in{display: table-cell;vertical-align: middle;}
.content .turning_turn_transfer_table_down_in p{width: 785px;font-size: 14px;line-height: 30px;color: #939393;}
.content .turning_turn_choose{padding-top: 38px;}
.content .turning_turn_choose .commont{background: none;}
.content .turning_turn_choose .commont_info{font-size: 13px;color: #a5a5a5;}
.content .turning_turn_choose_showyuzhua{margin: 25px auto auto auto;background-color: #f7f8fa;width: 850px;height: 450px;border-radius: 4px;border: solid 1px #e1e3e9;}
.content .turning_turn_choose_showyuzhua_up{width: 100%;height: 310px;}
.content .turning_turn_choose_showyuzhua_up .smallimg{width: 213px;height: 310px;}
.content .turning_turn_choose_showyuzhua_up .smallimg_up,
.content .turning_turn_choose_showyuzhua_up .smallimg_down{width: 213px;height: 155px;position: relative;}
.content .turning_turn_choose_showyuzhua_up .smallimg_up img,
.content .turning_turn_choose_showyuzhua_up .smallimg_down img{max-width: 213px;max-height: 155px;}
.content .turning_turn_choose_showyuzhua_up .smallimg_up_mask,
.content .turning_turn_choose_showyuzhua_up .smallimg_down_mask{position: absolute;bottom: 0;left: 0;width: 213px;height: 32px;background-color: rgba(36, 49, 81, 0.6);text-align: left;line-height: 32px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 8px;font-size: 14px;color: #ffffff;}
.content .turning_turn_choose_showyuzhua_up .choose_lunbo{width: 637px;height: 310px;overflow: hidden;position: relative;}
.content .turning_turn_choose_showyuzhua_up .bigimg{width: 637px;height: 310px;overflow: hidden;position: relative;}
.content .turning_turn_choose_showyuzhua_up .bigimg1{background: url(../images/css_detail2.png) no-repeat -0 -387px;}
.content .turning_turn_choose_showyuzhua_up .bigimg2{background: url(../images/css_detail2.png) no-repeat -850px -0;}
.content .turning_turn_choose_showyuzhua_up .bigimg3{background: url(../images/css_detail2.png) no-repeat -850px -310px;}
.content .turning_turn_choose_showyuzhua_up .bigimg_point{position: absolute;bottom: 10px;left: 25px;width: 57px;height: 14px;}
.content .turning_turn_choose_showyuzhua_up .bigimg_point li{display: inline-block;width: 12px;height: 12px;border-radius: 100%;border: solid 1px #e1e3e9;margin-right: 5px;}
.content .turning_turn_choose_showyuzhua_up .bigimg_point .on{background: #fff;}
.content .turning_turn_choose_showyuzhua_up .bigimg_mask{position: absolute;bottom: 0;right: 0;width: 143px;height: 32px;background-color: rgba(36, 49, 81, 0.6);border-radius: 16px 0px 0px 0px;text-align: center;line-height: 32px;font-size: 14px;line-height: 30px;color: #ffffff;}
.content .turning_turn_choose_showyuzhua_down{width: 850px;height: 139px;}
.content .turning_turn_choose_showyuzhua_down_each{width: 25%;height: 139px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-right: solid 1px #e1e3e9;padding-top: 18px;text-align: center;}
.content .turning_turn_choose_showyuzhua_down_each .p1{font-size: 15px;color: #525353;margin-top: 10px;}
.content .turning_turn_choose_showyuzhua_down_each .p1 i{display: inline-block;width: 3px;height: 3px;background-color: #97a1b5;border-radius: 100%;margin: 0 3px;position: relative;top: -4px;}
.content .turning_turn_choose_showyuzhua_down_each .p2{font-size: 12px;color: #b0b0b0;margin-top: 4px;}
.content .turning_turn_choose_showyuzhua_down_each:last-child{border-right: none;}
.content .turning_turn .honorwall{width: 850px;height: 387px;border-radius: 4px;margin: 28px auto auto auto;background: url(../images/css_detail2.png) no-repeat -0 -0;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 25px;}
.content .turning_turn .honorwall_t{font-size: 18px;color: #ffffff;}
.content .turning_turn .honorwall_t:before,
.content .turning_turn .honorwall_t:after{content: '';display: inline-block;width: 10px;height: 10px;background: url(../images/css_detail.png) no-repeat -848px -47px;}
.content .turning_turn .honorwall_t:before{margin-right: 10px;}
.content .turning_turn .honorwall_t:after{margin-left: 10px;}
.content .turning_turn .honorwall_et{font-size: 10px;color: #788096;}
.content .turning_turn .honorwall_imgs{width: 792px;margin: 15px auto auto auto;overflow: hidden;}
.content .turning_turn .honorwall_imgs_l{width: 201px;height: 276px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 8px;margin-right: 14px;float: left;background: rgba(255, 255, 255, 0.2);}
.content .turning_turn .honorwall_imgs_l img{max-width: 182px;max-height: 259px;}
.content .turning_turn .honorwall_imgs_m{width: 362px;height: 276px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 8px;margin-right: 14px;float: left;background: rgba(255, 255, 255, 0.2);}
.content .turning_turn .honorwall_imgs_m img{max-width: 346px;max-height: 259px;}
.content .turning_turn .honorwall_imgs_r{width: 201px;height: 276px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 8px;margin-right: 14px;float: left;background: rgba(255, 255, 255, 0.2);margin-right: 0;}
.content .turning_turn .honorwall_imgs_r img{max-width: 182px;max-height: 259px;}
.content .turning_turn .problem{margin: auto;padding-top: 30px;}
.content .turning_turn .problems{margin-top: 15px;}
.content .turning_turn .problems_each{;background: #f5f6f8;border-radius: 4px;margin-right: 10px;margin-bottom: 10px;}
.content .turning_turn .problems_each_t{;height: 52px;line-height: 52px;border-bottom: 1px dashed #dbdde0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 16px;color: #434343;font-weight: bold;}
.content .turning_turn .problems_each_t p{position: relative;height:52px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 45px;line-height: 52px;}
.content .turning_turn .problems_each_t p:before{content: '';display: block;position: absolute;top: 50%;left: 20px;width: 18px;height: 17px;margin-top: -8.5px;background: url(../images/css_sprites.png) no-repeat -61px -59px;}
.content .turning_turn .problems_each_detail{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 15px 15px 0 45px;}
.content .turning_turn .problems_each_detail_con{font-size: 13px;color: #b4b4b4;line-height: 25px;height: 50px;margin-bottom: 8px;position: relative;}
.content .turning_turn .problems_each_detail_con:before{content: '';display: block;position: absolute;top: 5px;left: -25px;width: 18px;height: 17px;background: url(../images/css_sprites.png) no-repeat -93px -5px;}
.content .turning_turn .problems_each_detail_link{display: block;font-size: 13px;color: #858585;margin: 8px 0 22px 0;position: relative;}
.content .turning_turn .problems_each_detail_link:after{content: '';display: block;position: absolute;top: 50%;left: 62px;width: 4px;height: 8px;margin-top: -4px;background: url(../images/css_detail.png) no-repeat -862px -47px;}
.content .turning_othershow{
    /*width: 230px;*/
}
.content .turning_othershow_t{text-align: center;height: 60px;line-height: 60px;border-bottom: 1px solid #eaeaea;background: #fff;}
.content .turning_othershow_t span{font-size: 18px;color: #2b3d63;position: relative;}
.content .turning_othershow_t span:before{content: '';position: absolute;top: 50%;left: -20px;margin-top: -3.5px;display: block;width: 13px;height: 7px;background: url(../images/css_detail.png) no-repeat -1009px -26px;}
.content .turning_othershow_t span:after{content: '';position: absolute;top: 50%;right: -20px;margin-top: -3.5px;display: block;width: 13px;height: 7px;background: url(../images/css_detail.png) no-repeat -1026px -26px;}
.content .turning_othershow_goods{height: 360px;background: #fff;margin-bottom: 10px;overflow: hidden;position: relative;}
.content .turning_othershow_goods_up{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 6px 15px 0 15px;transition: 0.3s;}
.content .turning_othershow_goods_up_name{margin-top: 16px;-webkit-transition: all .3s; transition: all .3s;}
.turning_othershow_goods:hover .turning_othershow_goods_up_name{margin-top: 4px;}
.turning_othershow_goods_up_name1{margin-top: 0;-webkit-transition: all .3s; transition: all .3s;}
.turning_othershow_goods:hover .turning_othershow_goods_up_name1{margin-top: -15px;}
.turning_othershow_goods_up_name span{font-size: 16px;color: #46494d;width: 160px;display: inline-block;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;}
.turning_othershow_goods_up_about{display: block;font-size: 12px;color: #999da5;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;}
.turning_othershow_goods_down{padding: 0 15px;padding-top: 2px;}
.turning_othershow_goods_down_price{margin-left: -3px;font-size: 16px;color: #fb6514;font-weight: bold;}
.turning_othershow_goods:hover .opbar{bottom: 0;}
.turning_othershow_goods .opbar{height: 38px;position: absolute;bottom: -38px;left: 0;right: 0;-webkit-transition: all .3s;transition: all .3s;}
.turning_othershow_goods a.othershow_btn{height: 38px;padding-right: 38px;display: block;
    background: var(--main-color);
    color: #fff;font-size: 14px;font-weight: bold;line-height: 38px;text-align: center;}
.turning_othershow_goods a.othershow_btn i{display: inline-block;vertical-align: top;width: 18px;height: 18px;margin: 11px 2px 0 0;background: url(../images/css_detail.png) no-repeat -874px -21px;}
.turning_othershow_goods .opbar > i{width:38px;height:38px;position:absolute;right:0;bottom:0;text-indent:-9999px;background:#F4683F;cursor: pointer;z-index: 9;}
.turning_othershow_goods .opbar > i.on{background:#FFF;}
.turning_othershow_goods .opbar > i::after{display: block;content: "";width: 16px;height: 16px;background-image: url(../images/css_detail.png);background-repeat: no-repeat;background-position: -896px -21px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.turning_othershow_goods .opbar > i.on::after{background-position: -916px -21px;}
.bdshare-button-style0-16 .bds_more{background: none !important;display: inline-block;height: 16px;line-height: 16px;user-select: none;color: #9b9b9b !important;cursor: pointer;margin: 0 !important;padding: 0 !important;}
.proalertbox{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: fixed;top: 0;left: 0;z-index: 999999;display: none;}
.proalert{width: 600px;background: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);}
.proalert .stip_tit{height: 55px;line-height: 55px;background-color: #3c5791;padding: 0 32px 0 28px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.proalert .stip_tit p{color: #fff;font-size: 18px;float: left;}
.proalert .stip_tit img{float: right;margin-top: 20px;cursor: pointer;}
.proalert .links{margin: 30px auto;width: 560px;max-height: 130px;overflow-x: hidden;overflow-y: auto;}
.proalert .links a{display: inline-block;padding: 0 10px;line-height: 26px;font-size: 14px;color: #333;}
.proalert .links a:hover{color: #ff6600;}
/* 知产官网首页搜索优化 2019.10.06 Add By LiGang */
.recommend_goods_original_price,
.content .head_detail_show_price_row1 .original_price{font-size: 20px;color: #b3b3b3; font-weight: 400; margin-left: 8px; position: relative; letter-spacing: -1px;}
.turning_othershow_goods_down b{display: block; overflow: hidden; float: left;width: 100%;margin-top: -4px;}
.recommend_goods_original_price{font-size:12px;margin-left: 0;}
.content .head_detail_show_price_row1 .original_price_unit{font-size: 14px; font-style: normal;}
.recommend_goods_original_price_unit{font-size: 12px; font-style: normal;}
.recommend_goods_original_price::after,
.content .head_detail_show_price_row1 .original_price::after{left: 0; top: 50%; right: -2px; content: ''; position: absolute; border-top: 1px solid #b3b3b3;}
.head_detail_img_show{float: left;}
.head_detail_img_show .swiper-container{width: 350px;height: 350px;margin-left: auto;margin-right: auto;}
.head_detail_img_show .swiper-slide{background-size: cover;background-position: center;}
.head_detail_img_show .gallery-top .swiper-slide{cursor:pointer;overflow: hidden;}
.head_detail_img_show .gallery-thumbs{height: 20%;box-sizing: border-box;padding: 10px 0;}
.head_detail_img_show .gallery-thumbs .swiper-slide{width: 50px !important;height: 50px;cursor:pointer;border: 3px solid #fff !important;overflow: hidden;}
.head_detail_img_show .gallery-thumbs .swiper-slide img{position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;}
.head_detail_img_show .gallery-thumbs .swiper-slide.swiper-slide-s-active{border: 3px solid #ff8a56 !important;}
.head_detail_img_show .swiper-slide .videoMask{position: absolute; top: 0; left: 0;width: 350px; height: 350px; background: rgba(0,0,0,.3); cursor: pointer;}
.head_detail_img_show .swiper-slide .videoMask::after{content: "";display: block;width: 50px;height: 50px;background: url(../images/css_detail.png) no-repeat -794px -21px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.head_detail_img_show .swiper-slide .swiper_video_box{width: 350px; height: 350px; position: relative;}
.head_detail_img_show .swiper-slide .swiper_slide_video{width: 350px; max-height: 100%; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.videoWrap{position: fixed;top: 0;z-index: 999;display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, .6);}
.videoWrap .close4{position: absolute;top: 0;right: 17px;width: 30px;height: 30px;cursor: pointer;z-index: 2;}
.videoWrap .prop-box{width: 80%;height: 63%;margin: auto;text-align: center;position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
.videoWrap .prop-box .video-container{height: 100%;}
.videoWrap .prop-box .video{position: relative;text-align: center;}
.videoWrap .prop-box video{width: 80%; max-height: 100%; margin: 0 auto;}
.videoWrap .prop-box .swiper-slide img{/* max-width: 350px;max-height: 350px; */margin: auto;position: absolute;top: 0;left: 0;right: 0; bottom: 0; background: #fff;}
.videoWrap .prop-box .swiper-button-next, .swiper-button-prev{width: 70px !important; height: 140px !important; background-color: rgba(255,255,255,.05) !important;}
.content .turning_turn .problems_each_t p a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/* 2021.5精品商标迭代 */
.rscroll{height: 60px;position: fixed;right: 0;top: 760px;z-index: 99999;}
.rscroll .bd{height: 60px;overflow: hidden;}
.rscroll .bd ul{height: 60px;}
.rscroll .bd li{height: 60px;}
.rscroll .bd li>div{display: inline-block;float: right;height: 22px;line-height: 22px;font-size: 12px;color: #fff;padding: 9px 32px 9px 12px;background: rgba(0, 0, 0, 0.4);border-radius: 20px 0 0 20px;-webkit-border-radius: 20px 0 0 20px;margin: 10px 0;}
.rscroll .bd li i{display: inline-block;vertical-align: top;width: 22px;height: 22px;background: url(../images/css_detail.png) no-repeat -848px -21px;position: relative;margin-right: 25px;}
.rscroll .bd li i::after{content: "";display: inline-block;vertical-align: top;width: 8px;height: 1px;background: #ddd;position: absolute;top: 10px;right: -17px;}
.rscroll .bd li span{padding: 0 6px 0 4px;}
.content .head_detail_show_btns .bargain{display: inline-block;vertical-align: top;padding: 0 8px;height: 36px;line-height: 36px;background: #F7F9FB;font-size: 14px;color: #888;border-radius: 4px;-webkit-border-radius: 4px;margin: 3px 0 0 0;}
.content .head_detail_show_btns .bargain i{display: inline-block;vertical-align: top;width: 15px;height: 15px;background: url(../images/css_detail.png) no-repeat -974px -21px;margin: 11px 3px 0 0;}
/*商品列表*/
.content_ccmbox {
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
}

.content_ccml {
    background-color: #ffffff;
    border-radius: 4px;
}

.content_ccml > dd:first-child {
    border-top: 0;
    height: auto;
    min-height: 60px;
}

.content_ccml > dd {
    border-top: 1px dashed #e5e5e5;
    margin-bottom: 0;
}

.content_ccml > dd > label {
    line-height: 60px;
    color: #949494;
    font-size: 14px;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 0;
}

.content_ccml > dd > label i {
    font-size: 14px;
    margin: 0 4px 0 16px;
}

.content_ccml > dd > span {
    display: inline-block;
    max-width: calc(100% - 133px);
    font-size: 14px;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: top;
}

.content_ccml > dd > span > a {
    margin-right: 19px;
    display: inline-block;
    color: #767676;
    white-space: nowrap;
    width: 68px;
}

.content_ccml > dd > span > a.on {
    color: var(--main-color);
}

.content_ccml > dd .selfprice {
    width: 222px;
    height: 30px;
    position: relative;
    top: 16px;
    right: 10px;
}

.content_ccml > dd .selfprice > div {
    width: 72px;
    height: 100%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 0 8px;
    color: #b7b7b7;
    font-size: 12px;
}

.content_ccml > dd .selfprice > div input {
    width: 38px;
    line-height: 30px;
    margin: auto;
    border: 0;
    outline: none;
    background: none;
    filter: chroma(color=#000000);
}

.content_ccml > dd .selfprice > label {
    display: inline-block;
    width: 24px;
    text-align: center;
    line-height: 30px;
}

.content_ccml > dd .fr {
    display: inline;
    float: right;
}

.content_ccml > dd .selfprice > a {
    display: inline-block;
    width: 49px;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content_ccml > dd > span > dl {
    width: 114px;
    background-color: #ffffff;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    margin-right: 8px;
    height: 30px;
    float: left;
    overflow: hidden;
}

.content_ccml > dd > span > dl dt {
    font-size: 14px;
    color: #767676;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.content_ccml .qita_sx > dl:hover  {
    overflow: visible;
}
.content_ccml .qita_sx > dl dt  {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.content_ccml > dd > span > dl dt i {
    vertical-align: middle;
    float: right;
}

.content_ccml > dd.choose a {
    display: inline-block;
    height: 30px;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
    padding: 0 8px 0 8px;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: auto !important;
    border-color:var(--main-color);
    color:var(--main-color);
}
.content_ccml > dd.choose a.clear {
    border: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #767676;
}
.content_cclf {
    height: 52px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
    border: solid 1px #ececec;
    line-height: 54px;
}
.content_cclf > a:first-child {
    width: 140px;
}
.content_cclf > a {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #696969;
    border-right: 1px solid #f2f2f3;
}
a:link {
    text-decoration: none;
}
.content_ccml > dd > span > dl dd {
    width: 100%;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.content_ccml > dd > span > dl dd a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*商品详情*/
.item-price{
    color: var(--main-color);
    font-size: 18px;
}
.item-price1{
    color: var(--main-color);
    font-size: 38px;
}
.box-price{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.btn-main {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.btn-main:hover{
    background-color: var(--main-color1);
    border-color: var(--main-color1);
    color: white;
}


.item-props{
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 10px 0;
    margin: 10px 0;
}
.item-props .prop{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 66px;
    flex: 1;
}
.item-props .box-price1{
    flex: 2.5!important;
}
.item-props .prop:not(:last-child){
    border-right: 1px dashed gainsboro;
}
.goods-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.goods-title img{
    width: 24px;
    margin-right: 10px;
}

.prop-line{
    width: 50px;
    border-top: 1px dashed #dbdbdb;
}

@media (min-width:368px){
    .content_cclf > a:not(:first-child){
        width: 58px;
    }
    .auto-height{
        height: 175px;
    }
    .content_ccml > dd > span {
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .item-price {
        font-size: 16px;
    }
    .item-price1 {
        font-size: 26px;
    }
}
@media (min-width:568px){
    .content_cclf > a:not(:first-child){
        width: 80px;
    }
    .auto-height{
        height: auto;
    }
    .content_ccml > dd > span {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .item-price {
        font-size: 18px;
    }
    .item-price1 {
        font-size: 28px;
    }

}

.product__item .card{
    height: 175px;
}

.box-price {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
}
.prop-labe,prop-top{
    height: 20px;
}
@media (max-width: 768px){
    .box-price {
        display: flex;
        flex-direction: row;
        align-content: center;
        margin-top: 16px;
    }
    .product__item .card{
        height: 216px;
    }

    .item-props .prop:nth-child(n+5) {
        display: none;
    }
}
@media (min-width: 768px){
    .box-price {
        display: flex;
        flex-direction: row;
        align-content: center;
        margin-top: 16px;
    }
    .product__item .card{
        height: 216px;
    }
}

/*弹出二维码联系窗*/
.mask_error {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=.5);
    filter: progid:dximagetransform.microsoft.alpha(opacity=50);
    z-index: 999;
    top: 0;
    left: 0;
}
.error_content {
    width: 615px;
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: calc(50% - 308px);
    z-index: 9999;
    padding-bottom: 20px;
}
.error_content_qr {
    width:425px!important;
    left: calc(50% - 210px);
}


.error_title {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
}
.proposal_content {
    /*margin-left: 45px;*/
}
.error_title h3 {
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 400;
}
.proposal_textarea {
    width: 520px;
    height: 60px;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-top: 4px;
}
.proposal_textarea textarea {
    width: 510px;
    height: 50px;
    margin-top: 10px;
    margin-left: 10px;
    *margin-left: -10px;
    font-size: 14px;
    color: #333;
    display: block;
    resize: none;
    border: 0;
    outline: 0;
    padding: 0;
    -webikt-transition: .1s height linear;
    -webkit-transition: .1s height linear;
    -o-transition: .1s height linear;
    transition: .1s height linear;
}
.proposal_opt li {
    float: left;
    position: relative;
    width: 112px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    overflow: hidden;
    text-indent: 20px;
    cursor: pointer;
    background: url(../images/check.png) no-repeat 0 0;
}
.proposal_opt li.act {
    background: url(../images/check_sure.png) no-repeat 0 0;
}
.error_title i {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 14px;
    z-index: 9;
    display: block;
    width: 27px;
    height: 21px;
    background: url(../images/close_sp.png) no-repeat -3px 3px;
}

.error_submit {
    width: 350px;
    margin: 25px auto 0;
    position: relative;
}
.error_submit .error_button_a {
    display: block;
    width: 210px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    border: 0;
    border-radius: 4px;
    background: #d1d1d1;
    font-size: 16px;
    color: #fff;
    cursor: default;
}
.error_submit .error_button_a.disabled {
    background-color: #ee4b4c;
}
.proposal_phone .mail_phone_cnt {
    padding-top: 10px;
}
.proposal_phone .mail_input {
    border: 1px solid #e0e0e0;
    height: 30px;
    width: 204px;
    line-height: 30px;
    padding-left: 10px;
    float: left;
}
.proposal_phone .phone_input {
    border: 1px solid #e0e0e0;
    height: 30px;
    width: 204px;
    line-height: 30px;
    padding-left: 10px;
    margin-left: 35px;
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.step-num{
    color: #e5e5e5;
    font-size: 48px;
}
.step-title{
     font-size: 18px;
     color: #333;
     margin-bottom: 15px;
     margin-top: 5px;
     font-weight: 550;
}

.step-item p {
    color: #999;
    font-size: 14px;
}
.safe-content{
    display: flex;
    justify-content: space-between;
    color: white;
    flex-wrap: wrap;
}
.safe-content p{
    font-size: 16px;
    color: black;
}
