* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: Microsoft YaHei, Arial;
    font-size: 14px;
    background: #ffffff;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

dl, dd {
    margin: 0;
    list-style: none;
}

a {
    cursor: pointer;
    transition: color .3s linear;
}

a, a:hover, a:link, a:visited {
    color: #000;
}

a, a:link, a:visited {
    text-decoration: none;
}

form {
    margin: 0px
}

a img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    border: 0;
    border-bottom: 1px solid #eee;
    height: 0px;
    overflow: hidden;
}

i, em, u {
    text-decoration: none;
    font-style: normal;
}

p {
    margin: 0;
}

.ovh {
    overflow: hidden;
}

.w1200_center {
    width: 1200px;
    margin: 0 auto;
}

.w1440_center {
    width: 1440px;
    margin: 0 auto;
}

.w1600_center {
    width: 1600px;
    margin: 0 auto;
}

/*Boot*/
@keyframes boot_logo {
    0% {
        opacity: 0;
        top: 21%;
    }

    100% {
        opacity: 1;
        top: 17%;
        visibility: visible;
    }
}

@keyframes boot_lang {
    0% {
        opacity: 0;
        top: 58%;
    }

    100% {
        opacity: 1;
        top: 54%;
        visibility: visible;
    }
}

@keyframes boot_footer {
    0% {
        opacity: 0;
        bottom: -5%;
    }

    100% {
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }
}

.boot_wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

.boot_logo {
    position: absolute;
    top: 17%;
    margin: 0 auto;
    width: 100%;
    animation: boot_logo 1s ease-in-out .5s forwards;
    opacity: 0;
    visibility: hidden;
}

.boot_logo img {
    display: block;
    margin: 0 auto;
    width: 40%;
}

.boot_lang {
    position: absolute;
    top: 54%;
    left: 50%;
    margin-left: -32%;
    width: 64%;
    opacity: 0;
    animation: boot_lang 1s ease-in-out 1s forwards;
    visibility: hidden;
}

.boot_lang a {
    display: block;
    margin-top: 3%;
    width: 100%;
    border: 2px solid #07a8ff;
    border-radius: 5px;
    font-size: 1em;
    line-height: 2;
    color: #07a8ff;
    text-align: center;
}

.boot_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
    background: url('../images/boot-foot-bg.png') center 0 no-repeat;
    background-size: 100%;
    animation: boot_footer 1s ease-in-out 1.5s forwards;
    opacity: 0;
    visibility: hidden;
}

.boot_footer span {
    position: absolute;
    top: 60%;
    display: block;
    width: 100%;
}

.boot_footer p {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #fff;
}

.boot_footer p a {
    color: #fff;
}

/*Boot End*/

/*Header*/
.header {
    /*position: fixed;*/
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 9;
}

.header_btn {
    position: relative;
    padding: 10px;
    background: #07a8ff;
    overflow: hidden;
}

.header_btn .back {
    position: relative;
    z-index: 9;
    background: url('../images/back.png') center center no-repeat;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
}

.header_btn p {
    position: absolute;
    width: calc(100% - 100px);
    left: 50px;
    top: 0;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.header_btn > a {
    display: block;
    width: 30px;
    height: 30px;
}

.header_btn .nav_btn {
    float: left;
    background: url('../images/nav.png') center center no-repeat;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
}

.header_btn .header_mw {
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(100% - 60px);
    float: left;
}

.header_btn .header_mw span.ph_icon {
    display: block;
    width: 50px;
    height: 30px;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.header_btn .header_mw span.ph_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.header_btn .header_mw span.ph_title_img {
    display: block;
    max-width: calc(100% - 50px);
    height: 30px;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.header_btn .header_mw span.ph_title_img img {
    width: 100%;
    height: 100%;
    display: block;
}

/*
.header_btn .header_mw span.ph_title {
    max-width: calc(100% - 50px);
    height: 30px;
    display: inline-block;
    line-height: 30px;
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}*/

.header_btn .search {
    float: right;
    background: url('../images/search.png') center center no-repeat;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
}

.header_btn .oc_search_link {
    float: right;
    background: url('../images/search.png') center center no-repeat;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
}

.header .nav {
    position: absolute;
    left: -80%;
    top: 0;
    background: #07a8ff;
    width: 80%;
    height: 100vh;
    box-shadow: inset -30px 0 50px rgba(0, 0, 0, .2);
    transition: .3s ease-in-out;
}

/*
.header .nav .logo {
    width: 100%;
    padding: 15% 0;
}

.header .nav .logo img {
    display: block;
    width: 40%;
    margin: 0 auto;
}
*/
.header .nav .logo {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav .logo .main_logo {
    width: 100%;
    display: block;
    margin: 30px auto 5px;
    padding: 0 110px;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav .logo .main_logo img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav .logo .cname_text {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    overflow: hidden;
}

.header .nav .logo .cname_text img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav ul li a {
    display: block;
    padding: 0 20%;
    width: 100%;
    font-size: 1em;
    color: #fff;
    line-height: 3;
    border-bottom: 1px solid #53C2FF;
    box-sizing: border-box;
    transition: .3s;
}

.header .nav ul li a:hover {
    background: #fff;
    color: #07a8ff;
}

.header .nav .language_select {
    width: 100%;
    padding: 20px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav .language_select a {
    display: inline-block;
    line-height: 30px;
    height: 42px;
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

.header .nav .language_select a:hover {
    background-color: #fff;
    color: #07a8ff;
}

.header .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url('../images/close.png') center center no-repeat;
    z-index: 999;
    background-size: 80%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header.on .nav {
    left: 0;
}

.header.on .close {
    opacity: 1;
    visibility: visible;
}

.header.on .header_btn a {
    visibility: hidden;
}

.mainw {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}

.main {
    /*padding-top: 50px;*/
}

/*Header End*/

/*Home*/
.home_wrap {
    background: #eee;
}

.banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 15px;
    bottom: 5px;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    background: none;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    font-size: 0;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.banner .hd li.on {
    background: #fff;
}

.banner .bd {
    position: relative;
    z-index: 0;
}

.banner .bd li img {
    display: block;
    width: 100%;
    background: url('../images/loading.gif') center center no-repeat;
}

.banner .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

.main .home_nav {
}

.main .home_nav ul {
    margin-top: 10px;
    overflow: hidden;
    padding: 15px 0;
    background: #fff;
}

.main .home_nav ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .home_nav ul li a {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
}

.main .home_nav ul .about_icon a {
    background: #07a8ff url('../images/home_about.png') center center no-repeat;
    background-size: 60%;
}

.main .home_nav ul .products_icon a {
    background: #fe841f url('../images/home_type.png') center center no-repeat;
    background-size: 60%;
}

.main .home_nav ul .news_icon a {
    background: #ed3d3d url('../images/home_news.png') center center no-repeat;
    background-size: 60%;
}

.main .home_nav ul .contact_icon a {
    background: #a5d54d url('../images/home_contact.png') center center no-repeat;
    background-size: 60%;
}

.main .home_nav ul li p {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 1em;
    color: #959595;
}

.main .new_products {
    margin-top: 10px;
}

.main .new_products ul {
    overflow: hidden;
}

.main .new_products ul li {
    float: left;
    position: relative;
    width: 49.5%;
    background: #fff;
    padding-bottom: 24.25%;
}

.main .new_products ul li:nth-child(1) {
    padding-bottom: 49.5%;
    margin-right: 1%;
}

.main .new_products ul li:nth-child(4) {
    margin-right: 1%;
}

.main .new_products ul li:nth-child(3),
.main .new_products ul li:nth-child(4),
.main .new_products ul li:nth-child(5) {
    margin-top: 1%;
}

.main .new_products ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.main .new_products ul li.small img {
    float: right;
    height: calc(100% - 20px);
    bottom: 0;
    right: 0;
}

.main .new_products ul li.big img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.main .new_products ul li a p {
    position: relative;
    padding: 0 5px;
    width: 100%;
    line-height: 20px;
    z-index: 1;
    font-size: 1em;
    color: #959595;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_bottom {
}

.main .new_products_bottom .title {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    height: 50px;
    background: #fff;
}

.main .new_products_bottom .title p {
    float: left;
    font-size: 1em;
    line-height: 50px;
    color: #236ffb;
}

.main .new_products_bottom .title a {
    float: right;
    font-size: 1em;
    line-height: 50px;
    color: #959595;
}

.main .new_products_banner {
    width: 100%;
}

.main .new_products_banner img {
    display: block;
    width: 100%;
}

.main .new_products_list {
    margin-top: 10px;
    padding: 0 0.5%;
}

.main .new_products_list .bd ul {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_list .bd ul li {
    float: left;
    margin: 4px;
    padding: 5px;
    width: calc(33.33% - 8px);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_list .bd ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_list .bd ul li a img {
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_list .bd ul li a p {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    text-align: left;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.main .new_products_list .bd ul li a i {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #959595;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
}

.main .sale_products_wrapper {
    overflow: hidden;
}

.main .sale_products_wrapper .title {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    height: 50px;
    background: #fff;
}

.main .sale_products_wrapper .title p {
    float: left;
    font-size: 1em;
    line-height: 50px;
    color: #236ffb;
}

.main .sale_products_wrapper .title a {
    float: right;
    font-size: 1em;
    line-height: 50px;
    color: #959595;
}


.main .sale_products_wrapper .sale_products_list {
    margin-top: 10px;
    padding: 0 0.5%;
}

.main .sale_products_wrapper .sale_products_list .bd li {
    float: left;
    margin: 4px 1%;
    padding: 5px;
    width: 31%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.main .sale_products_wrapper .sale_products_list .bd li a {
    display: block;
}

.main .sale_products_wrapper .sale_products_list li img {
    display: block;
    width: 100%;
}

.main .sale_products_wrapper .sale_products_list .bd li p {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    text-align: left;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.main .sale_products_wrapper .sale_products_list .bd li i {
    display: block;
    margin-top: 5px;
    font-size: 1em;
    color: #959595;
    text-align: left;
}

.main .home_news {
    margin-top: 10px;
}

.main .home_news .title {
    overflow: hidden;
    padding: 0 10px;
    height: 50px;
    background: #fff;
}

.main .home_news .title p {
    float: left;
    font-size: 1em;
    line-height: 50px;
    color: #07a8ff;
}

.main .home_news .title a {
    float: right;
    font-size: 1em;
    line-height: 50px;
    color: #959595;
}

.main .home_news .home_news_banner img {
    display: block;
    width: 100%;
}

.home_news_details {
    background: #fff;
}

.home_news_details img {
    display: block;
    width: 100%;
}

.home_news_details .news_info {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.home_news_details .news_info .date {
    float: left;
    width: 70px;
    height: 70px;
    padding: 10px;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
}

.home_news_details .news_info .date i {
    display: block;
    font-size: 1em;
    text-align: center;
    line-height: 25px;
    color: #777;
}

.home_news_details .news_info .date u {
    display: block;
    font-size: 1em;
    text-align: center;
    line-height: 25px;
    color: #c9caca;
}

.home_news_details .news_info span {
    float: right;
    width: 70%;
    height: 70px;
    padding: 10px 0;
    box-sizing: border-box;
}

.home_news_details .news_info span h1 {
    font-size: 1em;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home_news_details .news_info span p {
    font-size: 1em;
    line-height: 30px;
    color: #c9caca;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .home_contact {
    margin-top: 10px;
}

.main .home_contact .title {
    overflow: hidden;
    padding: 0 10px;
    height: 50px;
    background: #fff;
}

.main .home_contact .title p {
    float: left;
    font-size: 1em;
    line-height: 50px;
    color: #ffc219;
}

.home_contact .home_contact_details {
    margin: 10px auto 0;
    padding: 10px;
    width: 95%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.home_contact .home_contact_details h1 {
    font-size: 1em;
    color: #777;
}

.home_contact .home_contact_details ul li {
    margin-top: 10px;
}

.home_contact .home_contact_details ul li p {
    font-size: 1em;
    color: #959595;
}

.copy_right {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    height: 60px;
    background: #fff;
    text-align: center;
}

.copy_right p {
    font-size: 1em;
    line-height: 30px;
    color: #959595;
}

.copy_right a {
    font-size: 1em;
    line-height: 30px;
    color: #959595;
}

/*Home End*/
/*Bottom nav*/
.main .bottom_nav {
    position: fixed;
    width: 100%;
    max-width: 640px;
    left: 0;
    /* box-shadow: 0 -20px 20px rgba(0, 0, 0, .1); */
    bottom: 0;
    z-index: 1;
}

.main .bottom_nav ul {
    width: 100%;
    box-sizing: border-box;
    background: #f4f4f4;
    font-size: 1em;
    overflow: hidden;
}

.main .bottom_nav ul li {
    float: left;
    padding: 8px 0;
    width: 20%;
}

.main .bottom_nav ul li a {
    display: block;
    text-align: center;
    font-size: 1em;
    color: #777;
    line-height: 1;
}

.main .bottom_nav ul li a::before {
    content: '';
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 20px;
    background: url('../images/home.png') center center no-repeat;
    background-size: auto 100%;
}

.main .bottom_nav .type a::before {
    background-image: url('../images/type.png');
}

.main .bottom_nav .new_pro a::before {
    background-image: url('../images/new_pro.png');
}

.main .bottom_nav .cart a::before {
    background-image: url('../images/cart.png');
}

.main .bottom_nav .me a::before {
    background-image: url('../images/me.png');
}

.main .bottom_nav ul li.on a {
    color: #3fbbbd;
}

.main .bottom_nav .home.on a::before {
    background-image: url('../images/home_on.png');
}

.main .bottom_nav .type.on a::before {
    background-image: url('../images/type_on.png');
}

.main .bottom_nav .new_pro.on a::before {
    background-image: url('../images/new_pro_on.png');
}

.main .bottom_nav .cart.on a::before {
    background-image: url('../images/cart_on.png');
}

.main .bottom_nav .me.on a::before {
    background-image: url('../images/me_on.png');
}

/*Bottom nav End*/
/*Products*/


/*Products End*/


/*About*/
.about_wrap {
    width: 100%;
    box-sizing: border-box;
}

.about_wrap .title {
    margin: 20px 0;
}

.about_wrap .title h1 {
    display: block;
    font-size: 1.5em;
    color: #595757;
    text-align: center;
    line-height: 1.5;
}

.about_wrap .title p {
    display: block;
    font-size: 1em;
    color: #777;
    text-align: center;
    line-height: 1.5;
}

.about_wrap .about_img {
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.about_wrap .about_text {
    padding: 20px;
}

.about_wrap .about_text p {
    margin: 10px 0;
    display: block;
    font-size: 1em;
    color: #777;
    line-height: 1.5;
}

.about_wrap .about_company_info {
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    box-sizing: border-box;
}

.about_wrap .about_company_info li {
    float: left;
    margin-top: 40px;
    padding: 20px 0;
    width: 50%;
    border-right: 1px solid #777;
    box-sizing: border-box;
    text-align: center;
}

.about_wrap .about_company_info li:nth-child(2n) {
    border: none;
}

.about_wrap .about_company_info li h1 {
    position: relative;
    font-size: 3em;
    font-weight: 400;
    color: #777;
}

.about_wrap .about_company_info li h1 i {
    position: absolute;
    top: 0;
    margin-left: 0.4em;
    font-size: 0.4em;
    line-height: 1;
}

.about_wrap .about_company_info li p {
    font-size: 1em;
    color: #b5b5b6;
}

.about_wrap .culture {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.about_wrap .culture h1 {
    font-size: 1.5em;
    color: #777;
}

.about_wrap .culture p {
    display: block;
    margin: 40px 0;
    font-size: 1em;
    color: #777;
    line-height: 1.5;
}

.about_wrap .culture i {
    display: block;
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px dashed #777;
}

.about_wrap .values {
    margin-bottom: 50px;
    padding: 0 20px;
}

.about_wrap .values h1 {
    font-size: 1.5em;
    color: #777;
}

.about_wrap .values ul {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.about_wrap .values ul li {
    float: left;
    margin-top: 30px;
    width: 50%;
}

.about_wrap .values ul li img {
    display: block;
    margin: 0 auto;
    width: 70%;
}

.about_wrap .values ul li h2 {
    margin-top: 25px;
    font-size: 1.5em;
    color: #777;
    text-align: center;
}

.about_wrap .values ul li p {
    margin-top: 20px;
    font-size: 1em;
    color: #777;
    text-align: center;
}

/*About End*/

/*News End*/

/*Contact*/

/*Contact End*/

/*Login*/
.login_wrap {
    padding: 0 30px;
    overflow: hidden;
}

.login_wrap .logo {
    margin: 20px auto;
    width: 50%;
}

.login_wrap .logo img {
    display: block;
    width: 100%;
}

.login_wrap .login_in {
    width: 100%;
}

.login_wrap .login_in > input {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    font-size: 1em;
    color: #777;
    box-sizing: border-box;
    outline: none;
}

.login_wrap .vcode {
    margin-top: 20px;
    overflow: hidden;
    height: 50px;
}

.login_wrap .vcode input {
    padding: 0 20px;
    width: 70%;
    height: 50px;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    font-size: 1em;
    color: #777;
    box-sizing: border-box;
    outline: none;
}

.login_wrap .vcode img {
    float: right;
    padding: 10px;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
}

.login_wrap .login_in .rem_forget {
    margin-top: 10px;
    overflow: hidden;
}

.login_wrap .login_in .rem_forget span {
    float: left;
    font-size: 1em;
    overflow: hidden;
}

.login_wrap .login_in .rem_forget span input {
    float: left;
    margin: 5px;
    width: 20px;
    height: 20px;
}

.login_wrap .login_in .rem_forget span p {
    float: left;
    line-height: 30px;
    color: #777;
}

.login_wrap .login_in .rem_forget .go_forget {
    float: right;
    font-size: 1em;
    line-height: 30px;
    color: #07a8ff;
}

.login_wrap .login_in .login_btn {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 1em;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #07a8ff;
    border-radius: 5px;
}

.login_wrap .login_in .go_reg {
    margin-top: 10px;
    font-size: 1em;
    color: #777;
}

.login_wrap .login_in .go_reg a {
    color: #07a8ff;
}

.login_wrap .forget > input {
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    font-size: 1em;
    color: #777;
    box-sizing: border-box;
    outline: none;
}

.login_wrap .forget .forget_btn {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 1em;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #07a8ff;
    border-radius: 5px;
}

/*Login End*/


/*Search*/
.header_btn .header_search_wrap {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -35%;
    width: 70%;
    height: 30px;
}

.header_btn .header_search_wrap input {
    display: block;
    padding: 5px 40px 5px 5px;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    background: #07a8ff;
    color: #fff;
    outline: none;

}

.header_btn .header_search_wrap input::-webkit-input-placeholder {
    color: #ffff;
}

.header_btn .header_search_wrap input:focus::-webkit-input-placeholder {
    opacity: .7;
}

.header_btn .header_search_wrap i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url('../images/search.png') center center no-repeat;
    -webkit-background-size: 70% auto;
    background-size: 70% auto;
    z-index: 1;
}

.search_wrap {
    min-height: calc(100vh - 50px);
    margin-bottom: 60px;
    background: #eee;
    overflow: hidden;
}

.search_wrap h1 {
    margin: 20px 10px;
    font-size: 1.25em;
    font-weight: 400;
    color: #777;
}

.search_wrap .adv_search {
    margin: 0 auto;
    width: calc(100% - 20px);
    background: #fff;
    overflow: hidden;
}

.search_wrap .adv_search ul {

}

.search_wrap .adv_search ul li {
    padding-left: 10px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    line-height: 45px;
}

.search_wrap .adv_search ul li p {
    float: left;
    line-height: 45px;
}

.search_wrap .adv_search ul li .select_box {
    position: relative;
    height: 45px;
}

.search_wrap .adv_search ul li select {
    position: relative;
    padding-right: 30px;
    float: right;
    width: 60%;
    height: 100%;
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    z-index: 1;
    font-size: 1.2em;
    color: #777;
}

.search_wrap .adv_search ul li .select_box::after {
    position: absolute;
    content: '';
    right: 5px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url('../images/more.png') center center no-repeat;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}

.search_wrap .adv_search ul li input {
    display: inline-block;
    margin: 10px 0;
    height: 25px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 1.2em;
    color: #777;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.search_wrap .adv_search ul li input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.search_wrap .adv_search ul li.volume input {
    width: 25%;
}

.search_wrap .adv_search ul li.price input {
    width: 35%;
}

.search_wrap .adv_search ul li.date input {
    width: 40%;
    background: none;
}

.search_wrap .adv_search .adv_search_btn {
    display: block;
    margin: 20px auto;
    width: 50%;
    height: 40px;
    border-radius: 5px;
    background: #07a8ff;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

/*Search End*/
/*Feedback End*/
.back_to_top {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    right: 5px;
    bottom: 100px;
    background: url('../images/top.png') center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-color: rgba(0, 0, 0, 0);
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #efefef;
    opacity: 0.628;
    border-radius: 50%;
    border: 1px #ddd solid;
}

@media screen and (max-width: 350px) {
    body {
        font-size: 12px;
    }

    .feedback_wrap .feedback_text textarea {
        height: 150px;
    }

    .cart_wrap ul li span {
        margin-left: 5px;
    }

    .main .bottom_nav ul li {
        padding: 9px 0;
    }

    .header .nav > ul > li i {
        right: 5px;
        top: 5px;
    }
}

@media (min-width: 60em) {
    .oc_search_panel {
        width: 26em;
        right: -26em;
        z-index: 1003;
    }

    .oc_search_panel.ui-panel-animate.ui-panel-position-right {
        -webkit-transform: translate3d(26em, 0, 0);
        -moz-transform: translate3d(26em, 0, 0);
        transform: translate3d(26em, 0, 0);
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

/*search nav*/
.oc_search_panel {
    right: 0;
    z-index: 1001;
    min-height: 100%;
    border-width: 0;
    position: absolute;
    top: 0;
    display: block;
    border-style: solid;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    box-shadow: -5px 0 5px rgba(0, 0, 0, .15);
    text-shadow: 0 1px 0 #f3f3f3;
    -webkit-transform: translate3d(17em, 0, 0);
    -moz-transform: translate3d(17em, 0, 0);
    transform: translate3d(17em, 0, 0);
    -webkit-backface-visibility: hidden;
    transition: transform 300ms ease;

}

.oc_search_panel.ui-panel-closed {
    width: 0;
    max-height: 100%;
    overflow: hidden;
    visibility: hidden;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(17em, 0, 0);
    transition: transform 300ms ease;
}

.oc_search_panel.ui-panel-open {
    width: 80%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
}

.oc_search_panel .oc_search {
    padding: 0;
}

.oc_search_panel .oc_search .search_content {
    min-height: calc(100vh - 50px);
    overflow: hidden;
}

.oc_search_panel .oc_search .search_content .search_panel_divider {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background-color: #07a8ff;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    box-sizing: border-box;
    box-shadow: none;
    text-shadow: none;
}

.oc_search_panel .oc_search .search_content .search_label {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}

.oc_search_panel .oc_search .search_content .search_label h1 {
    width: calc(100% - 60px);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    float: left;
    margin-left: 10px;
    font-size: 1.25em;
    font-weight: 400;
    color: #777;
    box-sizing: border-box;
}

.oc_search_panel .oc_search .search_content .search_label a.search_panel_close_btn {
    margin: 6px;
    float: right;
    box-shadow: none;
    text-shadow: none;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    font-weight: 700;
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap !important;
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    text-decoration: none !important;
    border-width: 1px;
    border-style: solid;
    transition: color .3s linear;
}

.oc_search_panel .oc_search .search_content .search_label a.search_panel_close_btn::after {
    background-color: #07a8ff;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}


.oc_search_panel .oc_search .search_content .pno_name_search {
    width: calc(100% - 40px);
    display: inline-block;
    line-height: 35px;
    padding: 10px;
    margin: 20px;
    float: left;
    border: 1px #ddd solid;
    border-radius: .3125em;
    box-sizing: border-box;
}

.oc_search_panel .oc_search .search_content .pno_name_search div.ui-input-text {
    width: calc(100% - 60px);
    height: 32px;
    margin: 0 8px;
    padding: 0;
    float: left;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

.oc_search_panel .oc_search .search_content .pno_name_search input._top_search_input {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 32px;
    margin: 0;
    padding: 0;
    float: left;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #3eb249;
    text-indent: 6px;
    text-shadow: none;
    outline: none;

}

.oc_search_panel .oc_search .search_content .pno_name_search a.search_btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 0;
    padding: 0;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px #07a8ff solid;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-5.5%2C5.5s2.463%2C5.5%2C5.5%2C5.5%20c1.152%2C0%2C2.223-0.355%2C3.104-0.962l3.684%2C3.683l1.414-1.414L10.171%2C8.766z%20M5.649%2C9.14c-1.933%2C0-3.5-1.567-3.5-3.5%20c0-1.933%2C1.567-3.5%2C3.5-3.5c1.933%2C0%2C3.5%2C1.567%2C3.5%2C3.5C9.149%2C7.572%2C7.582%2C9.14%2C5.649%2C9.14z%22%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
}

.oc_search_panel .oc_search .search_content .pno_name_search a.search_btn:hover {
    background-color: #07a8ff;
}

.oc_search_panel .oc_search .search_content .adv_search {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.oc_search_panel .oc_search .search_content .adv_search ul {
    margin: 0 20px;
}

.oc_search_panel .oc_search .search_content .adv_search ul li {
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
}

.oc_search_panel .oc_search .search_content .adv_search ul li label.search_item_title {
    width: auto;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding-left: 8px;
    float: left;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-input-text {
    width: calc(100% - 72px);
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    float: left;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    text-align: left;
}


.oc_search_panel .oc_search .search_content .adv_search ul li input {
    display: inline-block;
    margin: 10px 0;
    height: 25px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 1.2em;
    color: #777;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.oc_search_panel .oc_search .search_content .adv_search ul li input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.oc_search_panel .oc_search .search_content .adv_search ul li input.adv_pn_search_key {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    text-align: left;
    text-indent: 8px;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box {
    width: calc(100% - 72px);
    margin: 0;
    padding: 0;
    display: contents;
    position: relative;
    float: left;
    border: none;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select {
    margin: 0;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select .ui-btn {
    padding: 0.5em 0.5em 0.5em 2.5em;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select .ui-shadow,
.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select .ui-focus {
    border: none;
    border-radius: 0;
    background: transparent;
    text-shadow: none;
    box-shadow: none;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select .ui-focus {
    /*
    background-color: #ededed;
    border-color: #ddd;
    */
    background-color: #fff;
    border-color: #f6f6f6;
    color: #07a8ff;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select .product_search_select {
    width: 100%;
    font-size: 12px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 12px;
    background: #fff url(../images/down.png) no-repeat 100% center;
    background-size: 5%;
    height: 30px;
    text-indent: 8px;
    color: #38c;

    border: none;
    border-radius: 0;
    /*background: transparent;*/
    text-shadow: none;
    box-shadow: none;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.select_box .ui-select div.ui-btn span {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain {
    width: calc(100% - 40px);
    padding: 0;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain div.ui-input-text {
    width: calc(50% - 46px);
    margin: 0;
    float: left;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain div.ui-shadow-inset {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain div.ui-input-text input.search_min_input {
    max-width: 60px;
    margin: 0;
    font-size: 12px;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain div.ui-input-text input.search_middle_input {
    width: 100%;
    max-width: 100px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

.oc_search_panel .oc_search .search_content .adv_search ul li div.ui-field-contain span.mi_separation {
    height: 100%;
    min-height: 28.4px;
    display: inline-block;
    line-height: 28.4px;
    margin: auto 5px;
    float: left;
}

.oc_search_panel .oc_search .search_content .adv_search ul li.volume input {
    width: 25%;
}

.oc_search_panel .oc_search .search_content .adv_search ul li.price input {
    width: 35%;
}

.oc_search_panel .oc_search .search_content .adv_search ul li.date input {
    width: 40%;
    background: none;
}

.oc_search_panel .oc_search .search_content .adv_search .adv_search_btn {
    width: 80px;
    height: 40px;
    display: block;
    line-height: 40px;
    margin: 20px auto;
    padding: 0;
    border-radius: 5px;
    background: #07a8ff;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-shadow: none;
    text-shadow: none;
}


