@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
}
@font-face {
    font-family: 'holyton';
    src: url('../fonts/logo.woff?v=12') format('woff'),
    url('../fonts/logo.ttf?v=12') format('truetype');
    font-weight: normal;
    font-style: normal
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4
}

/*响应式导航*/
@media (max-width: 1200px) {
    .navbar-toggle {
        display: block;
        margin-right: 0;
    }

    .index_slide {
        height: 490px
    }

    .nav-ul {
        display: none !important;
    }

    .navbar-header {
        width: 100%;
    }
}

.text-warning {
    color: #ff902d
}

/*.sidenav start*/
.navbar-toggle {
    background-color: #000;
    margin: 20px 15px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black:hover {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.sidenav {
    background: #212121;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-100%, 0);
    transition: transform .3s;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 60px;
}

.sidenav-menu li {
    display: block;
    position: relative
}

.sidenav-menu a {
    background: 0 0;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    text-decoration: none
}

.sidenav-menu a:hover {
    background: #616161;
    color: #fff;
}

.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
    color: #FAFAFA
}

.sidenav-dropdown-icon .material-icons,
.sidenav-dropdown-icon .material-icons2 {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-top: -3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidenav-dropdown-icon, .sidenav-link-icon {
    color: #757575;
    position: absolute;
    text-align: center;
    top: 8px
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #191919;
    padding-left: 32px
}

.sidenav-dropdown a:hover {
    background: #616161
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}

.sidenav-dropdown-icon:after {
    content: ">";
    font-size: 22px;
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

nav.navbar-default .container-fluid, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
    margin-top: 0;
}

/*响应式导航结束*/
body {
    font-family:'Poppins',"Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f7f7fa;
    margin-top: 74px;
}

.common_alert {
    top: 10%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    position: fixed;
    z-index: 99999;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    color: #999999;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

.img-responsive {
    display: inline-block;
}

.text-info {
    color: #999999 !important;
}

.text-333 {
    color: #333 !important;
}

.font12 {
    font-size: 12px !important;
}

header {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-contant .nav-ul {
    padding-left: 15px;
}

.header-contant .nav-ul > li {
    float: left;
}

.header-contant .nav-ul > li > a {
    display: inline-block;
    padding: 26px 20px;
    font-weight: bold;
    color: #000;
}

.header-contant .nav-ul > li.active > a, .header-contant .nav-ul > li:hover > a {
    color: #ff902d !important;
}

.header-contant .nav-ul > li:hover .nav-ul2-wrap {
    display: block;
    opacity: 1;
    border-top: 1px solid #eee;
}

.flex{
    display: flex;
}

.header-contant .nav-ul2.cat7 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0;
    padding: 0 32px;
    width: 1200px;
    text-align: left;
    z-index: 999;
    display: flex;
}

.header-contant .nav-ul2.cat7 .nav_btn {
    padding: 10px 0 0;
    width: 100%;
    margin-bottom: 0;
    padding-left: 40px;
    margin-left: 20px;
    border-left: 1px solid #ddd;
}

.header-contant .nav-ul2.cat7 .nav_btn a {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.header-contant .nav-ul2 .sub-title {
    font-size: 12px;
    margin-bottom: 8px;
    color:#666;
}


.header-contant .nav-ul2.cat7 li a.drone-cat{
    color: #000;
    padding-right: 80px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}
/*.header-contant .nav-ul2.cat7 .li-box{*/
/*    display: flex;*/
/*}*/
.header-contant .nav-ul2.cat7 .flex li{
    padding-right: 20px;
    box-sizing: content-box;
    width: 192px;
    /*padding-bottom: 22px;*/
    margin-bottom: 0;
    /* display: flex; */
}
.header-contant .nav-ul2.cat7 a{
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
}
.header-contant .nav-ul2.cat7 .menu-description{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
}
.header-contant .nav-ul2.cat7 img{
    position: static;
    top:auto;
    left:auto;
    width: 196px;
    height: 122px;
    background-color: #F5F5F5;
    display: block;
    object-fit: cover;
    object-position: center;
    margin-right: 0;
    transition: background-color 0.5s;
}

.header-contant .nav-ul2.cat7 .thumb:hover{
    background-color: #FAFAFA;
    /* box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25); */
}


.header-contant .nav-ul2{
    width:1200px;
}

.header-contant .nav-ul2.cat8{
    width: 800px;
    width: 1200px;
    margin: 0 16px;
}

.header-contant .nav-ul2.cat8 .cat8-banner{
    font-size: 14px;
    font-weight: 700;
    /* height: 88px;
    background-color: #D8E4F0;
    padding-left: 12px;
    padding-top: 12px; */
    width:1200px;
    margin-top: 12px;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;

    box-sizing: border-box;
}

.header-contant .nav-ul2.cat8 .cat8-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
}

.header-contant .nav-ul2.cat8 .cat8-sub-title{
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
    color: #666;
}

.header-contant .nav-ul2.cat8 .cat8-content{
    font-size: 10px;
    line-height: 12px;
}

.header-contant .nav-ul2.cat8 li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
}
.header-contant .nav-ul2.cat8 li a{
    width: 25%;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-contant .nav-ul2.cat13{
    width:800px;
    display: flex;
    justify-content: space-between;
}

.header-contant .nav-ul2.cat13 .left{
    width:20%;
    font-size:16px;
    /* width:34%; */
}

.header-contant .cat13-title{
    font-size:16px;
    margin-bottom: 8px;
}

.header-contant .cat13-sub-title{
    color:#999;
    margin-bottom: 12px;
}

.header-contant .cat13-list{
    display: flex;
    flex-wrap: wrap;
}

.header-contant .cat13-list li{
    width: 25%;
    display: block;
    margin-bottom: 8px;
}

.header-contant .nav-ul2.cat13 .left{
    padding-top: 4px;
    width:20%;
}

.header-contant .nav-ul2.cat13 .right{
    /* width:66%; */
    width:80%;
    /* text-align: right; */
}

.header-contant .nav-ul2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px 32px;
    width: 600px;
    text-align: left;
    padding: 0;
    z-index: 999;
}

.header-contant .nav-ul2 li {
    margin-bottom: 22px;
    line-height: 1;
}

.header-contant .nav-ul2 li a {
    color: #666;
    padding-right: 80px;
    white-space: nowrap;
}

.header-contant .nav-ul2 li a:hover {
    color: #ff902d !important;
}

.header-contant .nav-ul2 li img {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 400px;
    height: 170px;
}

.header-contant .nav-ul2 li.active img, .header-contant .nav-ul2 li:hover img {
    display: block;
    z-index: 1;
}

.header-contant .icon-wrap {
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 130px;
    position: relative;
}

.header-contant .logo {
    /*font-family: holyton;*/
    color: #000;
    font-size: 35px;
    margin-top: 10px;
    width: 120px;
    display: flex;
    align-items: center;
}

.nav-ul2-wrap {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 3;
}

.icon-wrap > a {
    height: 100%;
    display: flex;
    margin-left: 15px;
    align-items: center;
    border-bottom: 2px solid transparent;
}

.icon-wrap .person {
    width: 54px;
    height: 100%;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #fff;
}

.icon-wrap .person:after {
    font-family: FontAwesome;
    content: "\f2c0";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}

.icon-wrap .person:hover:after {
    color: #fff;
}

.icon-wrap .person:hover div {
    display: block;
}

.person a {
    display: block;
    text-align: center;
    color: #666666;
}

.icon-wrap .person > div {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    width: auto;
    background-color: #fff;
    z-index: 2;
    padding: 0 10px 30px;
    display: none;
}

.icon-wrap .person > div p {
    height: 48px;
    line-height: 48px;
    color: #666666;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee;
}

.icon-wrap .person > div p:hover {
    color: #ff902d;
}

.icon-wrap .person > div p img {
    margin-right: 12px;
}

.icon-wrap .language {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    min-width: 30px;
    text-align: right;
}

.icon-wrap .language a {
    color: #999
}

.icon-wrap .language:hover i, .icon-wrap .language li:hover {
    color: #ff902d;
}

.icon-wrap .language ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: -15px;
    z-index: 2;
    background-color: #fff;
    width: 60px;
    display: none;
}

.icon-wrap .language ul li {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 6px 0;
    cursor: pointer;
}

.navbar-fixed-top .icon-wrap .person:after,
.navbar-fixed-top .icon-wrap .language,
.navbar-fixed-top .icon-wrap > a {
    color: #000
}

/*banner轮播*/
.index_slide {
    height: 790px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.swiper-slide {
    padding-bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}

.index_banner .swiper-pagination-bullet {
    background-color: transparent;
    width: 22px;
    height: 22px;
    opacity: 1;
    border: none;
    background: url(https://static.holytontoy.com/Public/Home/images/icon6.png!webp) no-repeat center center;
}

.index_banner .swiper-pagination-bullet-active {
    background: url(https://static.holytontoy.com/Public/Home/images/icon5.png!webp) no-repeat center center;
}

/*banner轮播结束*/
.imgShow .img-box {
    float: left;
    width: 33.3333%;
    padding: 3.3% 7px;
    text-align: center;
}

.imgShow .img-box a {
    display: inline-block;
    text-align: center;
    color: #333;
    transition: .4s;
    position: relative;
}

.imgShow .img-box a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.imgShow a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 9%;
}

.imgShow2 {
    padding: 0 3.5px 39px;
}

.imgShow2 a {
    position: relative;
    display: block;
    color: #fff;
    transition: .4s;
}

.imgShow2 .img-box a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.imgShow2 a span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
}

.imgShow2 > div {
    width: 50%;
}

.imgShow2 .img-box {
    padding: 3px;
}

.imgShow2 img {
    transition: .4s;
}

.imgShow3 {
    position: relative;
    display: none;
    background-color: #333;
}

.imgShow3 .imgShow3-a {
    background-color: #ff902d;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    width: 128px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.imgShow3 .imgShow3-a span span {
    display: block;
    margin-bottom: 22px;
}

.imgShow3 .img-wrap {
    width: 50%;
    float: left;
    overflow: hidden;
}

.imgShow3 .img-wrap:nth-child(even) {
    padding-right: 64px;
}

.imgShow3 .img-wrap:nth-child(odd) {
    padding-left: 64px;
}

.imgShow3 .img-wrap img {
    max-width: 100%;
}

.imgShow3 .img-wrap .img-box a {
    width: 20%;
    padding: 1px;
    position: relative;
    float: left;
}

.imgShow3 .img-wrap .img-box a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: "";
    background: rgba(36, 36, 36, .6);
    transition: .4s;
}

.imgShow3 .img-wrap .img-box a:hover:after {
    background: rgba(36, 36, 36, 0);
}

footer {
    background: #242424;
    color: #fff;
    padding-top: 3.3%;
}

footer .text-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
}

footer dl {
    padding-left: 6%;
}

footer dl dt {
    font-weight: normal;
    min-width: 100px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 1px solid #666666;
}

footer dl dd {
    font-size: 12px;
    line-height: 25px;
}

footer dl dd a:hover {
    color: #ff902d;
}

footer h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

footer .ft_btn {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 14px;
    background-color: #ff902d;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

footer .ft_btn::placeholder {
    color: #cccccc;
}

footer .ft_btn.btn1 {
    color: #cccccc;
    font-size: 12px;
    background-color: #666666;
    margin-right: 10px;
}

footer .a-wrap {
    display: none;
    margin-top: 32px;
}

footer .a-wrap a {
    display: inline-block;
    width: 28px;
    height: 28px;
    transition: .2s;
}

footer .a-wrap a + a {
    margin-left: 18px;
}

footer .a-wrap a.a1 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_1.png!webp) no-repeat center center;
}

footer .a-wrap a.a1:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_1_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a2 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_2.png!webp) no-repeat center center;
}

footer .a-wrap a.a2:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_2_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a3 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_3.png!webp) no-repeat center center;
}

footer .a-wrap a.a3:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_3_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a4 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_4.png!webp) no-repeat center center;
}

footer .a-wrap a.a4:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_4_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a5 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_5.png!webp) no-repeat center center;
}

footer .a-wrap a.a5:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_5_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a6 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_6.png!webp) no-repeat center center;
}

footer .a-wrap a.a6:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_6_active.png!webp) no-repeat center center;
}

footer .a-wrap a.a7 {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_7.png!webp) no-repeat center center;
}

footer .a-wrap a.a7:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/ft_7_active.png!webp) no-repeat center center;
}

footer .footer-bottom {
    font-size: 12px;
    color: #666666;
    padding-top: 5%;
    padding-bottom: 27px;
}

.inside-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
}

.inside-banner p {
    text-align: center;
    margin-bottom: 0;
}

.inside-banner span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 25px;
}

.inside-title {
    text-align: center;
    max-width: 960px;
    height: 1px;
    background-color: #eee;
    position: relative;
    margin: 9.1% auto;
}

.inside-title h1 {
    margin-bottom: 0;
    display: inline-block;
    margin-top: -20px;
    background-color: #fff;
    padding: 0 6%;
}

.inside-title span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
}

.contactWay {
    background-color: #f2f2f2;
}

.contactWay .box {
    display: inline-block;
    font-size: 12px;
    padding-top: 10.5%;
    padding-bottom: 6.2%;
}

.contactWay .box h4 {
    font-weight: bold;
    margin-top: 19px;
    margin-bottom: 12px;
}

.contactWay .box p {
    margin-bottom: 0;
    line-height: 38px;
    color: #ff902d;
}

.contactWay .box span {
    color: #666666;
    display: inline-block;
    margin-right: 8px;
}

.contactWay .box a {
    color: #ff902d;
    text-decoration: underline;
}

.aboutUs ul {
    max-width: 460px;
    font-size: 12px;
    margin: 4.1% 0 8.5% 6%;
}

.aboutUs ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
}

.aboutUs ul li span {
    font-size: 14px;
}

.aboutUs ul li a {
    color: #ff902d;
}

.aboutCompany .company-itr {
    padding-bottom: 7%;
}

.aboutCompany .p-logo {
    margin-bottom: 40px;
}

.aboutCompany .cp-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 36px;
}

.aboutCompany .cp-text {
    color: #666666;
    margin-bottom: 0;
    line-height: 36px;
}

.box-wrap {
    background-color: #eeeeee;
    text-align: center;
    padding-top: 6%;
    margin-bottom: 10%;
}

.box-wrap h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
}

.box-wrap p {
    max-width: 322px;
    margin: 0 auto;
    line-height: 36px;
}

.box-wrap a {
    font-size: 14px;
    color: #333333;
    border: 1px solid #cccccc;
    padding: 13px 36px;
    display: inline-block;
    margin-top: 15.6%;
    margin-bottom: 12%;
    transition: .4s;
}

.box-wrap a:hover {
    background-color: #ff902d;
    border-color: #ff902d;
    color: #fff;
}

.aboutBuy {
    margin-bottom: 10%;
}

.aboutBuy li {
    float: left;
    width: 25%;
    padding: 5px;
}

.aboutBuy li a {
    display: block;
    border: 1px solid #dddddd;
    padding: 31px 0;
    transition: .4s;
}

.aboutBuy li p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
}

.aboutBuy li p img {
    max-height: 26px;
}

.aboutBuy li p span + span:before {
    content: "";
    width: 1px;
    height: 26px;
    background-color: #cfcfcf;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.aboutBuy li p span {
    color: #333 !important;
    transition: .4s;
}

.aboutBuy li a:hover span {
    color: #ff902d;
}

.aboutBuy li a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.news-marginT {
    margin-top: 38px;
}

.news-wrap .inside-banner {
    height: 400px;
    border-radius: 8px;
}

.news-box {
    max-width: 1200px;
    margin: 0 auto;
}

.nav-tabs {
    border: none;
    padding: 1.9% 0;
}

.nav-tabs li {
    float: inherit;
    display: inline-block;
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: none;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ff902d;
    background: transparent;
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    border: none;
}

.news-list a {
    display: block;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 9.3%;
    transition: .4s;
}

.news-list a:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.news-list p {
    min-height: 84px;
    padding: 20px 15px 0;
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 23px;
}

.news-list .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
    color: #cccccc;
}

.news-list .icon-wrap div img {
    margin-right: 8px;
    vertical-align: middle;
}

.news-list .icon-wrap div span + span {
    margin-left: 5px;
}

/*分页*/
.pagination {
    margin-top: 5px;
    margin-bottom: 90px;
}

.pagination > li > a, .pagination > li > span {
    padding: 17px 23px;
}

.pagination > li > a {
    margin: 0 4px;
    color: #666666;
    font-size: 14px;
    border: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > li > a.active {
    background-color: #ff902d;
    color: #fff;
    border-color: #ff902d;
}

/*分页end*/
.frame {
    margin-bottom: 5%;
}

.frame .left {
    width: 66.7%;
}

.frame .right {
    background-color: #fff;
    width: 31.7%;
    padding: 27px;
    margin-bottom: 60px;
}

.frame .right h5 {
    font-size: 18px;
    color: #666666;
    margin-top: 0;
    margin-bottom: 27px;
}

.frame .right li a {
    display: flex;
}

.frame .right li + li {
    margin-top: 24px;
}

.frame .right .img-box {
    width: 90px;
    height: 90px;
}

.frame .right .text-box {
    color: #666666;
    font-size: 14px;
    max-width: 236px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.frame-l-t {
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.newsDt-itr {
    font-size: 14px;
    background-color: #eeeeee;
    padding: 14px 20px;
}

.newsDt-itr span:nth-of-type(2) {
    margin-left: 24px;
}

.newsDt-itr .click-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/icon11.png!webp) no-repeat left center;
    padding-left: 22px;
}

.marginB37 {
    margin-bottom: 5%;
}

.news-titleImg {
    position: relative;
    cursor: pointer;
}

.news-titleImg p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    padding: 8px 10px;
    margin-bottom: 0;
    opacity: 0;
    transition: .4s;
    display: none;
}

.news-titleImg p span.icon {
    background: url(https://static.holytontoy.com/Public/Home/images/icon16.png!webp) no-repeat left center;
    padding-left: 30px;
}

.news-titleImg:hover p {
    opacity: 1;
}

.magnifier {
    margin-bottom: 30px;
}

.magnifier .bigimg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
}

.magnifier .mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

.magnifier .bigbox {
    overflow: hidden;
}

.magnifier .bigbox > .imgbox {
    overflow: hidden;
}

.magnifier .bigbox > .imgbox > img {
    width: 100%;
}

.magnifier .mask:hover {
    cursor: zoom-out
}

.magnifier .bigimg:hover {
    cursor: move
}

.magnifier .mask > img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.magnifier .mask > img:hover {
    cursor: pointer
}

.news-detail p.text {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 30px;
}

.video-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.video-wrap .video-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.video-wrap .video-btn img {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-detail-content {
    background-color: #fff;
    padding: 3.75% 3.75% 70px;
    border-bottom: 1px solid #f7f7fa;
}

.news-share-btn {
    background-color: #fff;
    padding: 6.5% 0;
    margin-bottom: 30px;
}

.news-share-btn a + a {
    margin-left: 20px;
}

.comment .comment-header {
    font-size: 14px;
    background: url(https://static.holytontoy.com/Public/Home/images/a_3.png!webp) no-repeat 16px center #fff;
    border-bottom: 1px solid #f7f7fa;
    margin: 0;
    padding: 16px 0 16px 46px;
}

.comment li {
    background-color: #fff;
    display: flex;
    padding-top: 28px;
    padding-bottom: 26px;
    margin-bottom: 8px;
    font-size: 14px;
}

.comment li .head-img {
    width: 18%;
    min-width: 90px;
}

.comment li .head-img img {
    margin-bottom: 10px;
}

.comment li .text-info {
    width: 82%;
    padding-right: 20px;
}

.text-orage {
    color: #ff902d !important;
}

.comment li .text-info h5 {
    margin-top: 0;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.comment li .text-info p {
    color: #666666;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 15px;
}

.comment li .text-info .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment li .text-info .box a {
    height: 33px;
    line-height: 33px;
    padding-left: 18px;
    display: inline-block;
}

.comment li .text-info .box a.click-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/a_4.png!webp) no-repeat left center;
}

.comment li .text-info .box a.share-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/a_6.png!webp) no-repeat left center;
}

.comment li .text-info .box a.click-btn:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/a_4_active.png!webp) no-repeat left center #ff902d;
}

.comment li .text-info .box a.share-btn:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/a_6_active.png!webp) no-repeat left center #ff902d;
}

.product-list {
    margin-top: 2%;
    margin-bottom: 2.6%;
}

.product-list .box {
    background-color: #fff;
    margin-bottom: 30px;
}

.product-list .img-box {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-list .img-box .shade {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.product-list .img-box img {
    transition: .4s;
}

.product-list .img-box:hover .shade {
    top: 0;
}

.product-list .img-box:hover img {
    transform: scale(1.2);
}

.product-list .text {
    margin-top: 15px;
    height: 80px;
    line-height: 26.66666667px;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product-list .text a {
    color: #272d33;
}

.product-list .btns {
    position: relative;
    padding: 20px 0 25px;
    text-align: center;
}

.product-list .btns a {
    color: #44a8f3;
    font-size: 12px;
}

.product-list .btns ul {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    height: 0;
    overflow: hidden;
}

.product-list .btns:hover ul {
    min-height: 58px;
    height: auto;
}

.product-list .btns ul li + li {
    border-top: 1px solid #ccc;
}

.product-list .btns ul a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.product-list .btns ul a:hover {
    background: #a7a69f;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ff902d;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before, .header-contant .nav-ul > li.active > a.hvr-underline-from-center:before, .header-contant .nav-ul > li:hover .hvr-underline-from-center:before {
    left: 0;
    right: 0;
}

.inner-header {
    background-color: #fff;
    box-shadow: 0 0 12px #f0f0f0;
    font-size: 14px;
    color: #666666;
}

.inner-header ul {
    display: inline-block;
    padding: 23px 0px;
}

.inner-header #product_nav > li {
    float: left;
    padding: 0 18px;
}

.inner-header ul li a:hover {
    color: #ff902d;
}

.inner-header .buy-btn {
    color: #fff;
    background-color: #ff8f2e;
    border: none;
    font-size: 14px;
    padding: 4px 32px;
    outline: none;
    border-radius: 20px;
    margin: 19px 0 19px 8px;
}

.inner-header .content span {
    display: flex;
    height: 66px;
    align-items: center;
}

.details-show1 {
    background: url(https://static.holytontoy.com/Public/Home/images/dt1.jpg!webp) no-repeat center center;
    background-size: cover;
    height: 1300px;
    color: #fff;
}

.details-show-wrap .h1-title {
    font-size: 48px;
    font-weight: bold;
    margin-top: 12%;
    margin-bottom: 15px;
}

.font18 {
    font-size: 18px !important;
}

.details-show-wrap .details-show1 p {
    line-height: 38px;
}

.details-show-wrap .picShow {
    margin-top: 6.2%;
    margin-bottom: 16%;
}

.box-attribute li {
    float: left;
    width: 20%;
    font-size: 18px;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-attribute li + li {
    border-left: 1px solid #fff;
}

.box-attribute li span {
    display: block;
    line-height: 28px;
}

.details-show2 {
    padding-bottom: 8%;
    padding-top: 5.3%;
}

.comm-details h1 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 2.5%;
}

.comm-details p {
    max-width: 880px;
    margin: 0 auto;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.details-show-wrap .details-show2 .picShow2 {
    margin-top: 6.7%;
    margin-bottom: 6.7%;
}

.text-white {
    color: white !important;
}

.details-show3 {
    background: url(https://static.holytontoy.com/Public/Home/images/dt4.jpg!webp) no-repeat top center;
    background-size: cover;
    padding-top: 4.4%;
}

.details-show3 .picShow2 {
    margin-top: 3.8%;
    margin-bottom: 10%;
}

.details-show4 {
    padding-top: 5.2%;
}

.details-show4 .text-box {
    min-height: 215px;
}

.details-show4 .text-box h1 {
    font-weight: bold;
    padding-top: 25px;
    margin-top: 0;
    line-height: 47px;
    margin-bottom: 0;
}

.details-show4 .text-box p {
    line-height: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.details-show4 .itr-p {
    text-align: center;
    line-height: 1px;
    margin-top: 34px;
    margin-bottom: 34px;
    letter-spacing: 1.5px;
}

.details-show4 .ft-itr {
    text-align: center;
    margin: 20px 0;
    letter-spacing: 1px;
}

.details-show5 {
    background: url(https://static.holytontoy.com/Public/Home/images/dt8.jpg!webp) no-repeat top center #000;
    background-size: cover;
    color: #fff;
    margin-top: 6.3%;
    padding-top: 5.5%;
    padding-bottom: 6.6%;
    min-height: 400px;
}

.details-show5 h1 {
    margin-top: 0;
    margin-bottom: 5%;
}

.tab {
    display: flex;
    justify-content: center;
    margin: 4.3% 0;
}

.tab span {
    background-color: #d3d3d3;
    color: #fff;
    cursor: pointer;
    margin: 0 0.5px;
    padding: 10px 31px;
}

.tab span.active {
    background-color: #ff8f2e;
}

.paddingT0 {
    padding-top: 0 !important;
}

.middle {
    display: flex !important;
    align-items: center !important;
}

.select-tab .select-tab-ul > li .name {
    color: #ff8f2e;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding: 13px 0;
    cursor: pointer;
}

.select-tab .select-tab-ul > li .name i {
    margin-right: 8px;
}

.select-tab .select-tab-ul ul {
    display: none;
}

.select-tab .select-tab-ul ul li {
    padding: 10px 22px;
}

.select-tab .select-tab-ul ul li:hover {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}

.details-show8 {
    position: relative;
    margin-top: 6.5%;
}

.details-show8 .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.details-show8 h2 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 35px;
}

.details-show8 p {
    font-size: 24px;
    letter-spacing: 1px;
}

.details-show8 p img {
    margin-right: 12px;
}

.personal-center {
    margin-top: 20px;
}

.personal-center .banner-imgBox {
    position: relative;
    margin-bottom: 48px;
}

.personal-center .banner-imgBox .text-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-center .banner-imgBox .text-box p {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
}

.center-wrap {
    margin-bottom: 18%;
}

.center-wrap .center-left {
    width: 22.5%;
    padding-right: 20px;
}

.center-wrap .center-left > div {
    background-color: #fff;
    padding-bottom: 24px;
}

.center-wrap .center-left h4 {
    color: #ff902d;
    padding: 25px 0 25px 24px;
    margin: 0;
}

.center-wrap .center-left a {
    color: #747474;
    font-size: 14px;
    border-left: 3px solid transparent;
    padding: 14px 0 14px 60px;
    display: block;
}

.center-wrap .center-left a.active {
    color: #ff902d;
    border-left-color: #ff902d;
}

.center-wrap .center-left a:hover {
    color: #ff902d;
}

.center-wrap .center-left a.link-msg.active, .center-wrap .center-left a.link-msg:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/icon18_active.png!webp) no-repeat 24px center;
    background-size: 20px auto;
}

.center-wrap .center-left a.link-comm.active, .center-wrap .center-left a.link-comm:hover {
    background: url(https://static.holytontoy.com/Public/Home/images/a_9_active.png!webp) no-repeat 24px center;
    background-size: 20px auto;
}

.center-wrap .center-left a.link-msg {
    background: url(https://static.holytontoy.com/Public/Home/images/icon18.png!webp) no-repeat 24px center;
    background-size: 20px auto;
}

.center-wrap .center-left a.link-comm {
    background: url(https://static.holytontoy.com/Public/Home/images/a_9.png!webp) no-repeat 24px center;
    background-size: 20px auto;
}

.center-wrap .center-right {
    width: 77.5%;
}

.center-wrap .center-right > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 33px 20px;
    margin-bottom: 8px;
}

.center-wrap .center-right > ul > li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    width: 80%;
}

.center-wrap .center-right > ul > li a p {
    margin-bottom: 0;
    margin-left: 46px;
    max-width: 69%;
}

.center-wrap .center-right > ul > li .img-box {
    width: 170px;
    height: 105px;
    overflow: hidden;
}

.center-wrap .center-right .btn-wrap {
    width: 20%;
}

.center-wrap .center-right .btn-wrap span {
    display: inline-block;
    width: 53px;
    height: 32px;
    cursor: pointer;
}

.center-wrap .center-right .btn-wrap span.sp1-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/a_9.png!webp) no-repeat center center;
}

.center-wrap .center-right .btn-wrap span.sp2-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/a_8.png!webp) no-repeat center center;
}

.center-wrap .center-right .btn-wrap span.sp3-btn {
    background: url(https://static.holytontoy.com/Public/Home/images/a_7.png!webp) no-repeat center center;
}

.center-wrap .center-right .btn-wrap span.sp1-btn.active {
    background: url(https://static.holytontoy.com/Public/Home/images/a_9_active.png!webp) no-repeat center center;
}

.center-wrap .center-right .btn-wrap span.sp2-btn.active {
    background: url(https://static.holytontoy.com/Public/Home/images/a_8_active.png!webp) no-repeat center center;
}

.center-wrap .center-right .btn-wrap span.sp3-btn.active {
    background: url(https://static.holytontoy.com/Public/Home/images/a_7_active.png!webp) no-repeat center center;
}

.personal-info {
    background-color: #fff;
    padding-left: 5.8%;
    padding-right: 5.8%;
}

.personal-info h3 {
    margin: 0;
    padding-top: 5%;
    padding-bottom: 4.5%;
}

.personal-info .info-total {
    border-top: 1px solid #f7f7f7;
    margin-top: 6.3%;
    padding: 4.4% 0;
}

.personal-info .info-total .box {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 2.7% 0;
}

.personal-info .info-total .box p {
    margin-bottom: 0;
    margin-left: 7.1%;
}

.personal-info .info-total .box p span {
    color: #a80011;
}

.login {
    display: flex;
    background-color: #35465d;
    margin: 7.3% 0;
    color: #fff;
}

.login-left {
    /*background-color: #ff902d;*/
    width: 65.8%;
}

.login-left .swiper-slide {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}

.login .swiper-pagination-bullet-active {
    background-color: transparent;
    box-shadow: 0 0 15px #666;
}

.login-right {
    width: 34.2%;
}

.login-right .header {
    padding: 16px 20px 52px;
    font-size: 12px;
    color: #a5adb8;
    display: flex;
    justify-content: flex-end;
}

.login-right .header span:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.login-right .header span:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.login-right .header span {
    cursor: pointer;
    display: inline-block;
    padding: 4px 9px;
    background-color: #4c5d72;
}

.login-right .header span.active {
    color: #fff;
    background-color: #ff902d;
}

.login-right .content {
    padding: 0 9.7% 20px;
}

.login-right .content h4 {
    margin: 0;
    letter-spacing: 1px;
}

.login-right .content p {
    margin-bottom: 0;
    margin-top: 28px;
    position: relative;
}

.login-right .content p span {
    font-size: 14px;
}

.login-right .content p input {
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #3d4d61;
    font-size: 12px;
    padding: 10px 0;
}

.login-right .content .box {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #586473;
    margin-top: 12px;
    margin-bottom: 32px;
}

.login-right .content .box span {
    cursor: pointer;
}

.login-right .content .box span i {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #3d4d61;
    vertical-align: middle;
    margin-right: 6px;
}

.login-right .content .box span.active i {
    background: url(https://static.holytontoy.com/Public/Home/images/check.png!webp) no-repeat center center #ff902d;
}

.login-right .content .box a {
    color: #ff902d;
}

.login-right .content input[type="submit"] {
    font-size: 12px;
    background-color: #ff902d;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 17px;
    padding: 9px 0;
}

.login-right .content form > a {
    font-size: 12px;
    color: #fff;
    display: block;
    border-radius: 17px;
    padding: 9px 0;
    text-align: center;
    margin-top: 12px;
}

.login-right .get-code {
    position: absolute;
    right: 0;
    bottom: 0;
}

.login-right .sign-up {
    display: none;
}

.login-right .sign-up .box {
    margin-bottom: 0;
    margin-top: 10px;
}

.login-right .sign-up .box2 {
    font-size: 12px;
    color: #586473;
    margin-top: 10px;
    margin-bottom: 30px;
}

.login-right .sign-up .box2 a {
    color: #ff902d;
}

.center-wrap .support-ul a {
    border: none;
    padding: 0;
    color: #666;
    padding: 14px 24px;
}

.center-wrap .support-ul li:hover a, .center-wrap .support-ul li.active a {
    color: #fff;
    background-color: #ff902d;
}

.support-wrap .support-box {
    float: left;
    width: 25%;
    position: relative;
}

.support-wrap .support-box .img-box {
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-wrap .support-box p {
    font-size: 14px;
    height: 62px;
    margin-bottom: 0;
    padding-top: 8px;
    text-align: center;
}

.support-wrap .support-box:hover .text-box {
    opacity: 1;
}

.support-wrap .support-box .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 56px 20px 0;
    text-align: center;
    background-color: rgba(255, 144, 45, .6);
    opacity: 0;
    transition: .4s;
}

.support-wrap .support-box .text-box h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.support-wrap .support-box .text-box a {
    display: block;
    border: 1px solid #fff;
    margin-bottom: 10px;
    color: #fff;
}

.support-search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}

.support-search h4 {
    margin: 0;
}

.support-search div {
    border: 1px solid #e1e1e1;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 13px;
}

.support-search div input {
    width: 300px;
    color: #999999;
    font-size: 12px;
    border: none;
    outline: none;
}

.nav-navigation .pagination {
    margin: 40px 0 0;
}

.nav-navigation .pagination > li > a {
    font-size: 14px;
    color: #999999;
    margin: 0 8.5px;
}

.nav-navigation .pagination a span {
    font-size: 12px;
}

.nav-navigation .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #ff902d;
    color: #fff;
    border-color: #ff902d;
}

.nav-navigation .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.article-title {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 4% 0;
    letter-spacing: 0.5px;
}

.article-content {
    padding-bottom: 30px;
}

.article-content h3 {
    margin-top: 35px;
    margin-bottom: 16px;
}

.article-content p {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 18px;
}

.article-content p a {
    color: #ff902d;
}

.article-content p.article-time {
    margin-bottom: 25px;
}

.article-content p.p1 {
    color: #000;
}

.article-content p.p2 {
    color: #000;
    font-weight: 600;
}

.article-content p.title {
    font-size: 16px;
}

.article-content p.circle {
    padding-left: 15px;
    position: relative;
}

.article-content p.circle:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 10px;
}

.form-tab-header {
    background-color: #e9e9e9;
    font-size: 14px;
    margin-bottom: 35px;
}

.form-tab-header span {
    cursor: pointer;
    padding: 10px 32px;
    display: inline-block;
}

.form-tab-header span.active {
    color: #fff;
    background-color: #ff902d;
}

.radio,
.checkbox,
.t_radio {
    margin-top: 0;
    padding: 10px 10px 10px 25px !important;
    position: relative;
    font-weight: normal;
}

.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background: url("https://static.holytontoy.com/Public/Home/images/start_heart.png!webp") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}

.t_radio input[type="radio"] {
    background: url("https://static.holytontoy.com/Public/Home/images/radio.png!webp") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.t_radio input[type="radio"]:checked {
    background: url("https://static.holytontoy.com/Public/Home/images/radio_check.png!webp") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}

.radio input[type="radio"]:checked {
    background-position: -30px 0
}

.checkbox input[type="checkbox"] {
    background-position: 0 -30px
}

.checkbox input[type="checkbox"]:checked {
    background-position: -30px -30px
}

.form-content {
    font-size: 14px;
}

.form-content label {
    font-weight: normal;
    display: inline-block;
    margin-right: 5.1%;
}

.form-content label:nth-of-type(5n) {
    margin-right: 0;
}

.form-content .line .name {
    vertical-align: top;
    display: block;
    margin: 10px -25px 20px 0;
}

.form-content .line .name span {
    font-weight: normal;
    color: #ff902d;
}

.form-content .line .label-wrap {
    padding-left: 4.2%
}

.form-content .line .sp-name {
    color: #666666;
    margin-right: 18px;
    display: inline-block;
    min-width: 105px;
    text-align: right;
}

.form-content .line .min-input {
    border: 1px solid #dddddd;
    width: 268px;
    padding: 9px 16px;
    outline: none;
    border-radius: 11px;
}

.form-content .line .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.form-content .line .big-input {
    width: 738px;
}

.form-content .line .medium-input {
    width: 475px;
}

.form-content .line textarea.big-input {
    width: 734px;
    resize: none;
}

.form-content .line .code-wrap {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 82px;
    line-height: 40px;
    border-radius: 11px;
    overflow: hidden;
    margin-left: 18px;
}

.form-content .line input[type="reset"], .form-content .line input[type="submit"] {
    border: none;
    color: #fff;
    background-color: #242424;
    border-radius: 11px;
    outline: none;
    padding: 10px 64px;
}

.form-content .line input[type="submit"] {
    background-color: #ff902d;
    margin-left: 15px;
}

.form-tab {
    padding-bottom: 37px;
}

/*上传图片插件的样式*/

.up-p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.z_file {
    width: 106px;
    height: 106px;
    line-height: 106px;
    border: 1px solid #dddddd;
    border-radius: 11px;
    text-align: center;
    position: relative;
}

.z_file:after {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
    cursor: pointer;
    pointer-events: none;
}

.z_photo, .img-section {
    width: 106px;
    height: 106px;
    display: inline-block;
}

.z_photo .z_file {
    position: relative;
}

.z_file .file, .z_file .file2, .z_file .file3, .z_file .file4, .z_file .file5, .z_file .file6, .z_file .file7 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.z_photo .up-section {
    position: relative;
}

.up-section .close-upimg {
    position: absolute;
    top: -12px;
    right: -10px;
    display: none;
    z-index: 10;
}

.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
}

.up-section:hover .close-upimg {
    display: block;
}

.up-section:hover .up-span {
    visibility: visible;
}

.z_photo .up-img {
    display: block;
    width: 100%;
    height: auto;
}

.up-opcity {
    opacity: 0;
}

.img-name-p {
    display: none;
}

.upimg-div .z_file, .upimg-div .up-section {
    width: 100%;
    height: 100%;
}

.z_file .add-img {
    display: block;
    width: 100%;
    height: 100%;
}

/*遮罩层样式*/
.mask {
    z-index: 1000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.mask .mask-content {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -80px;
    background: white;
    height: 160px;
    text-align: center;
}

.mask .mask-content .del-p {
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
}

.mask-content .check-p {
    height: 66px;
    line-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mask-content .check-p span {
    width: 49%;
    display: inline-block;
    text-align: center;
    color: #d4361d;
    font-size: 18px;
}

.sidenav .sidenav-menu ul li a {
    padding-left: 40px;
}

#shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    pointer-events: none;
    display: none;
}

.comment_box {
    padding: 15px;
    background-color: #fff;
}

.comment_box .form-control {
    border-radius: 0;
    border-color: #e2e2e2
}

/*专题页*/
.big-height {
    height: 850px;
}

.text-white {
    color: white !important;
}

.special1 {
    padding-top: 16.3%;
}

.special1 .special-title {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 35px;
}

.special1 .special-p {
    font-size: 18px;
    font-family: arial;
}

.special1 .box, .special3 .box {
    display: flex;
    text-align: center;
    font-size: 12px;
    font-family: arial;
    margin-top: 5.4%;
}

.special1 .box > div + div, .special3 .box > div + div {
    margin-left: 22px;
}

.special1 .box > div p, .special3 .box > div p {
    margin-top: 15px;
}

.special2 {
    padding-top: 12%;
    position: relative;
}

.special-text-box {
    font-family: arial;
    max-width: 458px;
    display: inline-block;
}

.special-text-box h5 {
    font-size: 40px;
    font-weight: bold;
}

.special-text-box p {
    font-size: 20px;
}

.special-text-box hr {
    border-width: 4px;
    width: 53px;
    margin: 12% 0 9%;
}

.special2 .container > p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
}

.special3 {
    padding-top: 10%;
    position: relative;
}

.special3 .btn-box, .special8 .btn-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
}

.special3 .btn-box .sp1 img, .special8 .btn-box .sp1 img {
    transform: rotate(180deg);
    margin-right: 10px;
}

.special3 .btn-box .sp2 img, .special8 .btn-box .sp2 img {
    margin-left: 10px;
}

.special3 .btn-box div, .special8 .btn-box div {
    background-color: #fff;
    color: #000;
    font-family: cursive;
    font-weight: bold;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
    margin: 0 5px;
}

.special3 .btn-box div.active, .special8 .btn-box div.active {
    width: 38px;
    height: 38px;
    opacity: 1;
}

.special3 .btn-box div span {
    display: block;
}

.special3 .btn-box div .left, .special4 .left, .special8 .btn-box div .left, .btn-wrap .left {
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -3px;
    transform: rotate(90deg);
    cursor: pointer;
}

.special3 .btn-box div .right, .special4 .right, .special8 .btn-box div .right, .btn-wrap .right {
    transform: rotate(90deg);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
    cursor: pointer;
}

.special4 {
    padding-top: 2.5%;
    overflow-x: hidden;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 2.7%;
    padding-top: 2.7%;
}

.btn-wrap div {
    background-color: #d3d3d3;
    color: #fff;
    font-family: cursive;
    font-weight: bold;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.special4 ul {
    border-bottom: 1px solid #f2f2f2;
}

.special4 li {
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 50px;
}

.special4 li .img-box {
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: center;
}

.special4 li:nth-child(2n) {
    border-left: 1px solid #f2f2f2;
}

.special4 li:nth-of-type(1), .special4 li:nth-of-type(2) {
    border-bottom: 1px solid #f2f2f2;
}

.special4 li img {
    display: block;
}

.special4 li span {
    display: inline-block;
    font-size: 20px;
    color: #262626;
    border: 1px solid #262626;
    border-radius: 20px;
    min-width: 235px;
    padding: 7px 10px;
}

.special4 .img-text {
    display: flex;
    align-items: center;
    padding: 78px 0;
}

.special4 .img-text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #808080;
    padding-left: 5.9%;
}

.special5 {
    padding-top: 4%;
}

.special6 {
    padding-top: 12.5%;
}

.special8 {
    position: relative;
    padding-top: 3.9%;
}

.special8 .box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.special8 .box div + div {
    margin-left: 45px;
}

.special8 .box div p {
    margin-top: 16px;
    font-size: 12px;
}

.text-blue {
    color: #27aae2 !important;
}

.special9 .text-wrap {
    display: flex;
    align-items: center;
    color: #808080;
    margin-top: 8.9%;
}

.special9 .text-wrap h4 {
    font-size: 40px;
    color: #262626;
}

.special9 .text-wrap p {
    font-size: 19px;
    margin-bottom: 0;
}

.special9 .text-wrap p + p {
    margin-top: 30px;
}

.special9 .text-wrap .img-box {
    max-width: 500px;
    margin: 0 auto;
}

.special9 .text-wrap .text-box {
    max-width: 550px;
    margin: 0 auto;
}

.special9 hr {
    width: 65px;
    border-width: 5px;
    border-color: #27aae2;
    margin: 24px 0 45px;
}

.special9 .swiper-container-horizontal > .swiper-pagination-bullets, .special9 .swiper-pagination-custom, .special9 .swiper-pagination-fraction {
    bottom: -4px;
}

.special9 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #d9d9d9;
}

.swiper-pagination-bullet-active {
    background-color: #808080;
}

.special9 .p1, .special9 .p2 {
    padding-left: 60px;
    transition: .4s;
}

.special9 .p1 {
    background: url(https://static.holytontoy.com/Public/Home/images/zt15_active.png!webp) no-repeat left top;
}

.special9 .p2 {
    background: url(https://static.holytontoy.com/Public/Home/images/zt16_active.png!webp) no-repeat left top;
}

.special9 .p1.active {
    background: url(https://static.holytontoy.com/Public/Home/images/zt15.png!webp) no-repeat left top;
    color: #27aae2;
}

.special9 .p2.active {
    background: url(https://static.holytontoy.com/Public/Home/images/zt16.png!webp) no-repeat left top;
    color: #27aae2;
}

.special10 li {
    min-height: 750px;
}

.special10 li .img-box {
    min-height: 570px;
}

.special10 .h5-title {
    font-size: 40px;
    font-family: arial;
    margin-top: 0;
}

.special10 .p-text {
    font-size: 20px;
    font-family: arial;
    color: #808080;
}

/*专题页结束*/
/*detail2*/
.inner-banner .text-box {
    color: #000;
    font-size: 14px;
    max-width: 390px;
    line-height: 25px;
    display: inline-block;
    padding-top: 23.4%;
}

.inner-banner .text-box h5 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-top: 0;
}

.swiper-pagination-bullet {
    background-color: transparent;
    width: 36px;
    height: 36px;
    opacity: 1;
    border: none;
    background: url(https://static.holytontoy.com/Public/Home/images/inner-bn-1.png!webp) no-repeat center center;
    background-size: cover;
}

.swiper-pagination-bullet-active {
    background: url(https://static.holytontoy.com/Public/Home/images/inner-bn.png!webp) no-repeat center center;
    background-size: cover;
}

.inner-banner .swiper-container-horizontal > .swiper-pagination-bullets, .inner-banner .swiper-pagination-custom, .inner-banner .swiper-pagination-fraction {
    bottom: auto !important;
    top: 61%;
    right: 35%;
    left: auto !important;
    width: auto !important;
}

.details2 > div {
    padding-bottom: 2%;
}

.details2-title {
    font-size: 36px;
    background-color: #f7f8f9;
    text-align: left;
    padding: 2.34% 0;
}

.specs-content {
    padding-top: 2.4%;
}

.specs-content .name {
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    display: block;
}

.specs-content p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 18px;
}

.specs-content p span:first-child {
    display: inline-block;
    width: 51.8%;
    vertical-align: top;
}

.specs-content p span:last-child {
    display: inline-block;
    width: 48.2%;
}

.specs-content .box {
    margin-bottom: 55px;
}

.in-the-box-content, .faq-content {
    padding-top: 2.4%;
}

.in-the-box-content P {
    font-size: 14px;
    color: #666666;
    margin-bottom: 2.5%;
}

.faq-content .name {
    font-size: 24px;
    color: #666666;
    display: block;
    margin-bottom: 7.7%;
}

.faq-content p {
    font-size: 16px;
    color: #666666;
    padding-left: 16px;
    position: relative;
    margin-bottom: 9%;
}

.faq-content p:before {
    content: "+";
    color: #666;
    position: absolute;
    left: 0;
    top: -1px;
}

.faq-content .select-tab ul p:before {
    content: "";
}

#faq .faq-content li p.name {
    font-size: 16px;
    color: #666;
}

#faq .faq-content .select-tab > li p.name {
    margin-bottom: 20px;
}

.download-content .text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f7f8f9;
    padding: 9px 0;
    margin-top: 32px;
    margin-bottom: 30px;
}

.download-content .text-box button {
    color: #ff902d;
    border: 1px solid #ff902d;
    background-color: transparent;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 14px;
}

.download-content .box h4 {
    margin-top: 0;
    color: #666666;
    margin-bottom: 18px;
}

.download-content .box p {
    font-size: 14px;
    color: #ff902d;
}

.download-content .ewm {
    margin: 4.4% 0;
}

.buy-btn-wrap {
    position: relative;
    z-index: 9;
}

.buy-btn-wrap:hover ul:before, .buy-btn-wrap:hover ul {
    display: block;
}

.buy-btn-wrap ul {
    position: absolute;
    width: 100%;
    top: 54px;
    left: 0;
    background-color: #a7a79f;
    text-align: left;
    padding: 0;
    border-radius: 4px;
    margin-right: 0;
    display: none;
}

.buy-btn-wrap ul:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://static.holytontoy.com/Public/Home/images/gt-icon.jpg!webp) no-repeat;
    position: absolute;
    top: -5px;
    left: 20px;
    display: none;
}

.buy-btn-wrap ul li {
    float: inherit;
    padding: 0;
}

.buy-btn-wrap ul li + li {
    border-top: 1px solid #fff;
}

.buy-btn-wrap ul li:hover a {
    background-color: #fff;
}

.buy-btn-wrap ul a {
    color: #fff;
    display: block;
    padding: 5px 10px;
}

#product_content {
    display: none;
}

.p_puls {
    font-style: normal;
}

#product_nav_list {
    min-height: 66px;
}

.hs-livechat {
    position: fixed;
    z-index: 123456;
    right: 0;
    bottom: 10px;
    width: 180px
}

.hs-livechat .pre-sales span {
    border: 1px solid #999;
    border-left: 0;
    border-right: 0
}

.hs-livechat .pre-sales, .hs-livechat .after-sales {
    background: #000;
    display: none
}

.hs-livechat .pre-sales > span, .hs-livechat .after-sales > span {
    display: block;
    position: relative;
    margin: 0 13px;
    text-align: center
}

.hs-livechat .pre-sales:hover, .hs-livechat .after-sales:hover {
    background: #323232
}

.hs-livechat:hover .pre-sales, .hs-livechat:hover .after-sales {
    display: block
}

.product_new {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 5%;
}

.product_btn {
    margin-top: 15%;
}

.product_btn a {
    color: #000;
    font-size: 16px;
}

.product_btn .btn {
    margin-right: 46px;
    background-color: #000;
    color: #fff;
    height: 46px;
    line-height: 16px;
    padding: 15px 32px;
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    transition: all .3s ease;
}

.product_new:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.filter_word {
    background-color: #fff;
    padding: 15px;
}

.time_ago .ago {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    font-size: 12px;
}

.amazon_star {
    color: #ff902d;
    font-size: 14px;
}

.amazon_star img {
    width: 20px;
}

.t_star {
    margin-left: 8px;
}

.buy_btn_list {
    padding: 20px 0;
    margin-left: 20px;
}

.buy_btn_list .btn {
    border-radius: 30px;
}

.detail_banner {
    padding: 30px 0;
}

.detail_banner .list-paddingleft-2 {
    margin-left: 20px;
}

.detail_banner .list-paddingleft-2 li {
    list-style: disc
}

.review_list {
    padding: 15px 0;
    border-bottom: 1px solid #d2d2d2;
}

.review_star {
    color: #ff902d;
    margin-bottom: 10px;
}

.review_star i {
    margin-right: 5px;
}

.page {
    margin: 10px 0;
    display: inline-block;
}

.page:before,
.page:after {
    display: block;
    content: " ";
}

.page:after {
    clear: both;
}

.page a,
.page span {
    float: left;
    padding: 0 14px;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
    color: #323232;
}

.page .current {
    color: #fff;
    background-color: #5b5b5b
}

.page a:hover {
    text-decoration: none;
    background-color: #ff902d;
    color: #fff;
}

.page .next,
.page .prev {
    font-family: "宋体";
    font-weight: bold;
}

.gallery-thumbs {
    margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/*响应式导航*/
@media (max-width: 1680px) {
    .index_slide {
        height: 690px;
    }
}

@media (max-width: 1440px) {
    .index_slide {
        height: 590px;
    }
}

@media (max-width: 1280px) {
    .index_slide {
        height: 490px;
    }
}

@media (max-width: 1024px) {
    .index_slide {
        height: 450px;
    }
}

/*上传图片插件的样式  end*/

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 40px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right: 40px;
}

.imgShow2 .left > div:first-child img, .imgShow2 .right > div:last-child img {
    max-height: 284px;
}

.imgShow2 .right > div:first-child img, .imgShow2 .left > div:last-child img {
    max-height: 569px;
}

.toggle-wrap .content-wrap {
    display: none;
}

.index_banner .swiper-button-next, .index_banner .swiper-button-prev {
    opacity: 0.3;
}

.index_banner .swiper-button-next:hover, .index_banner .swiper-button-prev:hover {
    opacity: 1;
}

footer input[type="email"] {
    width: 180px;
}

#faq .faq-content li {
    padding: 0;
}

.select-tab ul {
    display: none;
}

.faq-content .select-tab ul li {
    float: none;
}

#faq .faq-content li p {
    margin-bottom: 10px;
}

#faq .faq-content li .an-content {
    padding-left: 16px;
    display: none;
}

.p_img,
.p_thumb_img {
    float: left;
}

.p_img {
    width: 100%;
}

.p_thumb_img {
    width: 50px;
    margin-left: -50px;
    height: 400px;
    padding-right: 10px;
}

.p_thumb_img img {
    height: 100%;
    width: 100%;
}

.p_thumb_img .thumb_img {
    border: 1px solid #999;
    overflow: hidden;
    height: 40px;
    margin-bottom: 5px;
}

.p_thumb_img .active {
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5);
}

.p_img .swiper-button-next,
.p_img .swiper-button-prev {
    background-color: rgba(0, 0, 0, .2);
    padding: 30px 20px;
    background-size: 13px 22px;
}

.p_img .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.p_img .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.review_list .imgs {
    margin-top: 10px;
}

.review_list .imgs img {
    margin-right: 10px;
    width: auto
}

.review_list .cr-video-desktop {
    width: 150px;
}

#product_banner {
    width: 100%;
}

.videoModal.modal {
    z-index: 99999;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
}

.videoModal .modal-body {
    padding: 0;
}

.selectTdClass {
    background-color: #edf5fa !important
}

.ue-table-interlace-color-single {
    background-color: #fff;
}

.ue-table-interlace-color-double {
    background-color: #eaeaea;
}

#imgModal .modal-body {
    height: 600px;
    text-align: center;
}

#imgModal .modal-body img,
#videoModal .modal-body video {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#imgModal .swiper-container {
    height: 100%;
    width: 100%;
}

.video-block {
    display: inline-block;
    position: relative;
}

.video-block:after {
    content: "\f101";
    font-family: VideoJS;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%, -50%);
}

#videoModal .video-js .vjs-tech {
    left: 50%;
    transform: translate(-50%, 0px);
}

.video-block span {
    display: block;
}

.attr {
    margin-bottom: 10px;
}

.attr .p_color {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-right: 20px;
}

.attr .p_color i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
}

.attr .p_txt {
    display: inline-block;
    margin-right: 20px;
}

.attr .p_txt .text-warning {
    font-size: 16px;
    margin-right: 10px;
}

.detail_banner h2 {
    margin-top: 0;
}

.specs-content .table p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .imgShow3 .imgShow3-a {
        position: static;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    .imgShow3 .img-wrap:nth-child(even), .imgShow3 .img-wrap:nth-child(odd), .imgShow2, footer dl {
        padding-right: 0;
        padding-left: 0;
    }

    .imgShow3 .img-wrap .img-box a {
        width: 30%;
        padding: 1px;
        position: relative;
        display: inline-block;
        margin: 5px;
        padding: 0;
        text-align: center;
        float: inherit;
    }

    .imgShow3 .img-wrap {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .p_thumb_img {
        display: none;
    }

    #imgModal .modal-body {
        height: 300px;
    }

    .index_slide, .inside-banner {
        height: 260px;
    }

    .imgShow .img-box, .imgShow2 > div, .imgShow3 .img-wrap, .frame .left, .newsDt-itr span, .center-wrap .center-left, .center-wrap .center-right, .support-search, .form-content .line input[type="submit"], .form-content .line input[type="reset"] {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .frame .right, .center-right > div, .support-wrap .support-box {
        width: 100%;
        padding: 15px !important;
    }

    .imgShow3 .img-wrap .img-box a {
        width: 140px;
    }

    .imgShow3 .img-wrap .img-box a img {
        height: auto;
    }

    .aboutCompany .cp-title, .aboutCompany .cp-text, .news-detail p.text, .comment li .text-info p, .article-content p {
        text-align: justify;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 9px;
    }

    .newsDt-itr span:nth-of-type(2) {
        margin: 5px 0;
    }

    .inside-title {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .center-wrap .center-left, .support-search h4, .form-content .line input[type="reset"] {
        margin-bottom: 20px;
    }

    .support-search div input {
        width: 90%;
    }

    .support-wrap .support-box {
        border-bottom: 1px solid #eee;
    }

    .inner-header .buy-btn {
        margin: 0;
        padding-left: 28px;
        padding-right: 28px;
    }

    .inner-header ul {
        padding: 0;
        max-width: 64%;
        text-align: left;
    }

    .inner-header ul li {
        width: 50%;
        line-height: 30px;
        padding: 0;
    }

    .details-show-wrap .h1-title {
        font-size: 36px;
    }

    .font18 {
        font-size: 16px !important;
    }

    h1 {
        font-size: 28px;
    }

    .box-attribute li {
        font-size: 14px;
        width: 33.3%;
        align-items: self-start;
        padding: 0 10px;
    }

    .box-attribute li + li {
        border: none;
    }

    .details-show1 {
        height: 750px;
    }

    .comm-details p {
        line-height: 28px;
    }

    .details-show4 .text-box {
        min-height: 140px;
    }

    .tab span {
        padding: 10px;
    }

    .details-show8 h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .details-show8 p, .inside-banner span {
        font-size: 16px;
    }

    .form-content .line .flex, .center-wrap .center-right > ul > li a, .center-wrap .center-right > ul > li, .login {
        display: block;
    }

    .form-content .line .min-input, .center-wrap .center-right .btn-wrap, .center-wrap .center-right > ul > li a, .personal-info .info-total .box, .login-left, .login-right {
        width: 100% !important;
    }

    .form-content .line .sp-name {
        text-align: left;
        min-width: auto;
        margin-right: 0;
    }

    .form-content .line .flex > div + div {
        margin-top: 24px;
    }

    .form-content .line .code-wrap, .form-content .line input[type="submit"] {
        margin-left: 0;
    }

    .form-content label:nth-of-type(5n) {
        margin-right: 5.1%;
    }

    .center-wrap .center-right > ul > li a p {
        max-width: 100%;
        margin-left: 0;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .center-wrap .center-right > ul > li .img-box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .article-content p.title {
        text-align: left;
    }

    .aboutBuy li {
        width: 50%;
    }

    .login-left .swiper-slide {
        height: 350px;
    }

    /*<500 专题页*/
    .special1 .special-title, .special-text-box h5, .special9 .text-wrap h4, .special10 .h5-title {
        font-size: 26px;
    }

    .special1 .box, .special3 .box, .special4 .img-text, .special8 .box, .special9 .text-wrap {
        display: block;
    }

    .special3 .btn-box .sp1 img, .special3 .btn-box .sp2 img, .special8 .btn-box .sp2 img, .special8 .btn-box .sp1 img {
        display: none;
    }

    .special1 .box div, .special3 .box div, .special8 .box div {
        display: inline-block;
        margin: 0 10px !important;
    }

    .special-text-box p, .special4 .img-text p, .special9 .text-wrap p, .special10 .p-text {
        font-size: 16px;
    }

    .special4 .container {
        padding: 0 !important;
    }

    .special4 li, .special4 .img-text, .special9 .text-wrap .text-box, .special9 .text-wrap .img-box {
        padding: 0 8px 15px;
    }

    .special4 li .img-box {
        min-height: 216px;
    }

    .special4 li span {
        min-width: auto;
        font-size: 13px;
    }

    .special10 li {
        min-height: 400px;
    }

    .special10 li .img-box {
        min-height: 264px;
    }

    /*详情2*/
    .details2-title {
        font-size: 24px;
    }

    .swiper-pagination-bullet {
        width: 24px;
        height: 24px;
    }

    .inner-banner .swiper-container-horizontal > .swiper-pagination-bullets, .inner-banner .swiper-pagination-custom, .inner-banner .swiper-pagination-fraction {
        bottom: 30px;
        top: auto;
        right: auto;
        left: 0;
        width: 100%;
    }

    .inner-banner .text-box h5 {
        font-size: 30px;
    }

    .inner-banner .text-box {
        padding-top: 15px;
    }

    .imgShow3 .img-wrap .img-box a {
        width: 32%;
        margin: 0;
        padding: 1%;
    }
}

.tab-img-show, .tab-img-show2 {
    position: relative;
}

.tab-img-show img:first-child, .tab-img-show2 img:first-child {
    position: relative !important;
}

.tab-img-show img, .tab-img-show2 img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.tab-img-show img.active, .tab-img-show2 img.active {
    z-index: 999;
}

.favor_title {
    position: relative;
}

.favor_pag {
    left: 40px;
    top: 0px;
    right: 100px;
    text-align: right;
}

.favor_pag .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: none;
    background: #ddd;
    border-radius: 5px;
    margin-right: 5px;
}

.favor_pag .swiper-pagination-bullet-active {
    background: #ff902d;
}

.favor_more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #ff902d;
    margin-top: 3px;
}

.favor_list {
    margin-bottom: 40px;
}

.favor_list .swiper-button-next {
    right: -20px;
}

.favor_list .swiper-button-prev {
    left: -20px;
}

.favor_list .swiper-button-prev,
.favor_list .swiper-button-next {
    margin-top: 0;
    width: 13px;
    height: 22px;
    background-size: 13px 22px;
}

.favor_list .swiper-button-next:focus,
.favor_list .swiper-button-prev:focus {
    outline: none;
}

.favor_box {
    background-color: #fff;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

.favor_box .img_box {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.favor_msg {
    padding: 10px 15px;
    color: #999;
}

.favor_msg h5 {
    margin-top: 0;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.favor_msg p {
    margin-bottom: 5px;
}

.favor_msg .fa-thumbs-o-up {
    margin-left: 10px;
}

.favor_msg .auth {
    color: #000;
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.favor_msg .auth span {
    color: #999;
}

.click_info {
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
}

.click_info span,
.favor_box .times {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .4);
}

.favor_box .times {
    position: absolute;
    top: 5px;
    right: 10px;
}

.play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 100px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.favor_cover {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1033;
    overflow: auto;
    display: none;
}

.favor_cover .fa-times {
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: 20px;
    right: 20px;
}

.favor_content {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.favor_head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px;
}

.favor_head .btn {
    padding: 3px 15px;
    margin-left: 10px;
}

.favor_head .btn.active {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}

.favor_head .btn .fa {
    margin-right: 5px;
}

.favor_head::after {
    content: " ";
    clear: both;
    display: block;
}

.favor_head .author {
    display: inline-block;
    line-height: 30px;
}

.favor_body {
    background-color: #f7f7f7;
    padding: 10px 20px;
    text-align: center;
}

.favor_cover .fa-spinner {
    font-size: 30px;
    line-height: 200px;
}