  @media screen and (max-width: 750px) {
    .logo {
        width:150px !important;
        height: auto !important;
    }
}


hr{
    border-top:0px !important;
}

*,html{
    /*font-family: "PingFang" !important;*/
 font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "PingFang TC", "PingFang HK", "PingFang", "Microsoft YaHei", sans-serif !important;
    font-weight: normal !important;
    color: #626366;
}
.headerft{
    /*font-family: "Microsoft YaHei" !important;*/
}

.yw{
    /*font-family:yingwen !important;*/
}
.nav>li>a{
    /*font-family: "Microsoft YaHei" !important;*/
    /*letter-spacing: 1.5px !important;*/
    /*font-weight: normal !important;*/
}
.glyphicon{
    /*font-family: "Microsoft YaHei" !important;*/
}
.ziti{
    /*font-family: "Microsoft YaHei" !important; */
    
}
*{
    /*font-family: 'Wryh', sans-serif !important;*/
  }


@font-face {
  font-family: 'PingFang';
  src: url('/static/fonts/PingFang.woff2') format('woff2'),
       url('/static/fonts/PingFang.woff') format('woff'),
       url('/static/fonts/PingFang.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 针对苹果设备的特殊字体设置 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  *{
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "PingFang TC", "PingFang HK", "PingFang", "Microsoft YaHei", sans-serif !important;
  }
}


@font-face {
  font-family: 'iconfont2';
  src: url('/static/ft/iconfont.ttf?t=1752404848974') format('truetype');
}


.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xialakuang-xiala:before {
  content: "\e615";
}

.icon-sousuo:before {
  content: "\e63b";
}
.bqbox .yw a{
    color: #626366;
}

.ftview a span:hover,.bqbox .yw a:hover{
    color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  
}


.carousel-control:focus,
.carousel-control:hover {
    opacity: 1;
}


#contact .imgview{
    padding: 30px !important;
}
#contact .imgview h1{
    margin-bottom: 20px !important;
    letter-spacing:2px;

}
#contact .imgview p{
   font-size: 16px !important;
   font-weight: inherit;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 100%;
   
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.glyphicon2::before {
    display: none !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}



.deffont {

}

.menu {
    height: 65px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #080102;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mebox a {
    color: #626366 !important;
    font-size: 14px;
}
.mebox a:hover{
    color: #000 !important;
}

.logo {
    width: 200px;
    height: auto;
}

.lgbox {
    text-align: center;
}

.hideview span {
    font-size: 100px !important;
    color: #080102;
    font-weight: 100;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}

.carousel-control {
    opacity: 1;
    font-style: normal !important;
}

.imgview img {
    width: 100%;
    height: auto;
}

.imgview {
    padding: 20px !important;
    position: relative;
    cursor: pointer;
}
.index-action{padding: 10px 0px !important;}

.text-field-box {
    position: absolute;
    z-index: 888;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}

.text-field-box h1 {
    font-weight: bold !important;
    font-size: 30px;
    letter-spacing: 3px;

}

.text-field-box p {
    letter-spacing: 2px;
    font-size: 20px;
    margin-top: 40px;
    font-weight: normal;
    line-height: 30px;
}

.action {
    margin: 0;
}

.baise {
    color: #ffffff;
}

/*.rowbox {
    width: 60%;
    height: 75%;
    padding-top: 15%;
}*/

.text-field-box .btnsp {
    font-size: 16px;
    background-color: #f1ebe1;
    color: #080102;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.1);
    ;
    margin-top: 20px;
    font-weight: 600;
    opacity: 0;
}

.cent {
    text-align: center;
}

.pd0 {
    padding-top: 0px;
}

.action .imgview:nth-child(4) p{
    opacity: 0;
}



#contact .action .imgview:nth-child(1){
    border-top: 1px solid #080102;
    border-right: 1px solid #080102;
}

#contact .action .imgview:nth-child(2) {
    border-top: 1px solid #080102;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/*.action .imgview:nth-child(1) {
    border-top: 1px solid #080102;
    border-right: 1px solid #080102;
}

.action .imgview:nth-child(2) {
    border-top: 1px solid #080102;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.action .imgview:nth-child(3) {
    border-top: 1px solid #080102;
    border-right: 1px solid #080102;
}

.action .imgview:nth-child(4) {
    border-top: 1px solid #080102;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.action .imgview:nth-child(5) {
    border-top: 1px solid #080102;
    border-right: 1px solid #080102;
    border-bottom: 1px solid #080102;
}

.action .imgview:nth-child(6) {
    border-top: 1px solid #080102;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #080102;
}*/

header.scrolled {
    background: white;
    position: fixed;
    width: 100%;

    transition: background 1s ease;
}

header {
    background: transparent;
    transition: background 0.3s ease;
    /* 添加过渡效果 */
}

.rotated-text {
    transform: rotate(90deg);
    /* 顺时针旋转 90 度 */
}


/*footer*/
.ftstyle {
    padding: 5% 0;
    background-color: #e3dbca;

}

.ftbox {
    display: flex;
    justify-content: center;
}

.ftview {
    width: 70%;
}

.ftview p {
    font-weight: normal;
    letter-spacing: 1px;
}

.ftview hr {
    color: #000;
    border-bottom: 1px solid #000;
}

.ftview a {
    display: block;
    width: 50%;
}

.imgbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30% !important;
}

.imgls a img {
    width: 50px;
    height: auto !important;
    margin-bottom: 10px;
}

.imgls a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20%;
    color: #000
}

.ftview p a {
    color: #626366;
   
}
.ftview p a:hover{
    color: #000;
   
}
.ftview  a span{
   
    letter-spacing: 1px ;
}
.ftviewme a {
    width: auto !important;
}

.ftviewme p {
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
}

.ftviewme {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bqstyle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-top: 30px;
}

.bqbox,
.ftbox,
.imgbox,
.row {
    margin: 0;
    padding: 0;
}

footer {
    padding: 70px 0px;
    background-color: #e3dbca;
}

.bqstyle hr {
    color: #000;
}

.bqstyle p {
    margin: 0;
    font-weight: normal;
}

.hirebox {
    border-top: 1px solid #000000;
    padding: 60px 0px;
}

.hirebox .p-body {
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0px 40px;
}

.tag-bg {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
}

.scrolled .menu {
    border-bottom: 1px solid #080102;
}

/*人才招聘*/
#hire .imgview {
    padding: 50px !important;
    justify-content: center !important;
    align-items: center;
}

#hire .imgview p {
    letter-spacing: 2px;
    margin-top: 10px;
}

#hire .imgview h1 {
    text-align: left !important;
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: bold !important;
    letter-spacing: 2px;

}

#hire .text-justify {
    font-weight: 300 !important;
    font-size: 13px !important;
}

#hire .box-justify {
    width: 40%;
}

#hire .title-justify {
    margin: 30px 0px !important;
}

#hire header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

#contact header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

#my header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
}

/*关于我们*/
#about header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#about .menu {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}

#about .about-txt-box {
    display: flex;
    flex-direction: row;
    align-items: baseline !important;
    justify-content: center;
    height: 100%;
    position: absolute;
    padding-top: 15%;
}

#about .about-txt-box .ab-bx {
    width: 40%;
    padding: 30px 0;
    letter-spacing: 2px;
    line-height: 30px;
}

#about .about-txt-box .ab-bx p {
    /*font-weight: lighter !important;*/
    font-size: 18px;
}

#about .ab-bx hr {
    color: #000;
    border-bottom: 1px solid #000;
    margin-top: 65%;
}

#about .ab-bx2 p {
    padding: 0 5%;
}

#about .action .imgview:nth-child(7) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid #080102;
    border-bottom: 1px solid #080102;
}

#about .action .imgview:nth-child(8) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #080102;
}

.scrolled .menu {
    border-bottom: 1px solid #080102 !important;
}


/*my*/
#my .user-info {
    width: 252px;
    height: 252px;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid #080808;
    overflow: hidden;
    position: relative;
    margin-left: 28%;
}
#my .text-center-user p{
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 2px;
   
}
#my .text-center-user h1{
    font-size: 30px;
}
#my .user-center {
    padding: 30px;
}

#my h1 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#my .text-center-user {
    padding-left: 0;
    margin-left: 50px;
}

#my header nav{
    justify-self: space-between !important;
}

#my .tab-pane {
    min-height: 500px;
}

#my .bx {
    margin: 0;
    padding: 0;
}

#my .user-info-box {
    padding: 30px 0px;
    border-bottom: 1px solid #080808;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

#my .nav-tabs {
    padding: 30px 0px;
}

#my .nav-tabs li {
    width: 150px;
    text-align: center;
    border: 1px solid #080808;
    border-top-left-radius: 10px;
    overflow: hidden;
    font-weight: bold;
    color: #000;
    margin: 0px 50px;
}

#my .nav-tabs li :hover {
    background-color: #080808 !important;
    color: #ffffff !important;
}

#my .anniu {
    text-decoration: none;
    color: #000;
}

#my .nav-tabs .active .anniu {
    background-color: #080808 !important;
    color: #ffffff !important;
    border: 0px solid !important;
}

#my .nav-tabs .active {
    background-color: #080808 !important;
    color: #ffffff !important;
}

#my .nav-tabs .active .anniu:hover {
    background-color: #080808 !important;
    color: #ffffff !important;
    border: #080808 0px solid !important;
}

#my .nav-tabs .active a:focus {
    outline: black !important;
}

#my .nav-tabs>li>a {
    margin-right: 0px !important;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px !important;
}

#my .user-nav-tabs {
    justify-content: flex-start !important;
}

#my .nav-tabs {
    padding-left: 5%;
    border-bottom: 1px solid #080808;
}

#my .tab-pane {
   
}

#my .my-search-box {
    border: 1px solid #080808;
    height: 45px;
    position: relative;
    border-top-right-radius: 15px;
    overflow: hidden;
}


#my .searsc-input {
    width: 100%;
    height: 43px;
    border: 0px;
    padding-left: 20px;
    background-color: rgb(239, 239, 239);
}

#my .searsc-btn {
    width: 120px;
    height: 43px;
    border: 0px;
    border-left: 1px solid #080808;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}

#my .search-box-warp{ margin: 0px; border-bottom: 1px solid #080808;padding: 50px 8%;}
#my  .address-box{padding: 30px 8%;clear: both;display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #080808;}
#my .address-box h1{
    font-size: 70px !important;

}
#my .address-one{font-weight: bold;}
#my .delete-address-btn{width: 150px; height: 45px;border:1px solid #080808;border-bottom-left-radius: 15px;}
#my .add-address-btn{background-color: #080808;color:#ffffff;}
#my .add-address-btn:hover{background-color: #ffffff;color:#080808;}

#my .user-info img{
    width: 100%;
    height: auto;
}
#my .btn-img{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

#my .address-btn-warp{
    display: flex;
    justify-content: right;
    padding: 0px;
}
#my .address-btn-warp-title{
    /* text-align: center; */
    padding-left: 5%;
}



html.hc-yscroll { overflow-y: scroll }
body.hc-nav-open { position: fixed; width: 100%; min-height: 100% }
.hc-mobile-nav { display: none; position: fixed; top: 0; height: 100%; z-index: 9999; overscroll-behavior: none }
.hc-mobile-nav.is-ios * { cursor: pointer !important }
.hc-mobile-nav .nav-container { position: fixed; z-index: 9998; top: 0; width: 240px; max-width: 100%; height: 100%; transition: transform .4s ease }
.hc-mobile-nav .nav-wrapper { width: 100% }
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 { position: static; height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav ul { list-style: none; margin: 0; padding: 0 }
.hc-mobile-nav li { position: relative; display: block }
.hc-mobile-nav li.level-open>.nav-wrapper { visibility: visible }
.hc-mobile-nav input[type="checkbox"] { display: none }
.hc-mobile-nav label { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; cursor: pointer }
.hc-mobile-nav a { position: relative; display: block; box-sizing: border-box; cursor: pointer }
.hc-mobile-nav a,
.hc-mobile-nav a:hover { text-decoration: none }
.hc-mobile-nav.disable-body:not(.nav-open)::after { pointer-events: none }
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after { content: ''; position: fixed; z-index: 9990; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; overscroll-behavior: none; visibility: hidden; opacity: 0; transition: visibility 0s ease .4s, opacity .4s ease }
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after { visibility: visible; opacity: 1; transition-delay: .05s }
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after { display: none }
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper { min-width: 0; max-height: 0; overflow: hidden; transition: height 0s ease .4s }
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper { max-height: none }
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper { position: absolute; z-index: 9999; top: 0; height: 100%; visibility: hidden; transition: visibility 0s ease .4s, transform .4s ease }
.hc-mobile-nav.nav-levels-overlap ul ul { height: 100%; overflow: scroll; overflow-x: visible; overflow-y: auto }
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent { position: static }
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper { visibility: visible; transition: transform .4s ease }
.hc-mobile-nav.side-left { left: 0 }
.hc-mobile-nav.side-left .nav-container { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(-40px, 0, 0) }
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper { left: 0; transform: translate3d(-100%, 0, 0) }
.hc-mobile-nav.side-right { right: 0 }
.hc-mobile-nav.side-right .nav-container { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper { transform: translate3d(40px, 0, 0) }
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper { right: 0; transform: translate3d(100%, 0, 0) }
.hc-mobile-nav.nav-open .nav-container { transform: translate3d(0, 0, 0) }
.hc-nav-trigger { position: absolute; cursor: pointer; display: none; top: 20px; z-index: 9980; min-height: 24px }
.hc-nav-trigger span { width: 30px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after { position: absolute; left: 0; height: 4px; background: #34495E; transition: all .2s ease }
.hc-nav-trigger span::before,
.hc-nav-trigger span::after { content: ''; width: 100% }
.hc-nav-trigger span::before { top: -10px }
.hc-nav-trigger span::after { bottom: -10px }
.hc-nav-trigger.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
.hc-nav-trigger.toggle-open span::before { transform: translate3d(0, 10px, 0) }
.hc-nav-trigger.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after { background: rgba(0, 0, 0, 0.3) }
.hc-mobile-nav .nav-wrapper { background: #e3dbca }
.hc-mobile-nav.nav-open .nav-wrapper { box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2) }
.hc-mobile-nav h2 { font-size: 19px; font-weight: normal; text-align: left; padding: 20px 17px; color: #1b3958 }
.hc-mobile-nav a { padding: 14px 17px; font-size: 15px; color: #000; z-index: 1; background: rgba(0, 0, 0, 0); 
    border-bottom: 1px solid #fafafa }
.hc-mobile-nav:not(.touch-device) a:hover { background: #31679e }
.hc-mobile-nav li { text-align: left }
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a { background: #e3dbca;  }
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover { background: #e3dbca }
.hc-mobile-nav li.nav-parent a { padding-right: 58px }
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span { width: 45px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; cursor: pointer; transition: background .2s ease }
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after { display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin-top: -3px; border-top: 2px solid #000; border-left: 2px solid #000 }
.hc-mobile-nav li.nav-close span::before { margin-left: -9px; transform: rotate(135deg) }
.hc-mobile-nav li.nav-close span::after { transform: rotate(-45deg) }
.hc-mobile-nav a[href]:not([href="#"])>span.nav-next { border-left: 1px solid #2c5d8f }
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before { content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #fff; border-left: 2px solid #fff; transform-origin: center }
.hc-mobile-nav span.nav-next::before { transform: translate(-50%, -50%) rotate(135deg) }
.hc-mobile-nav li.nav-back span::before { transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.side-right span.nav-next::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(-45deg) }
.hc-mobile-nav.side-right li.nav-back span::before { margin-left: 0; margin-right: -2px; transform: translate(-50%, -50%) rotate(135deg) }
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper { box-shadow: none; background: transparent }
.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 { display: none }
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a { font-size: 14px }
.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li { transition: background .3s ease }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open { background: #2e6296 }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a { border-bottom: 1px solid #295887 }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover { background: #2f649a }
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before { margin-top: 2px; transform: translate(-50%, -50%) rotate(45deg) }
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before { margin-top: -2px; transform: translate(-50%, -50%) rotate(225deg) }
html,
body,
div,
span,
header,
ul,
li,
a { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline }
html { height: 100% }

h1,
h2,
h3,
h4,
h5,
h6 { margin: 0 }
em { font-style: italic }
strong { font-weight: 600 }
ol,
ul { list-style: none }
.cf::before,
.cf::after { content: ''; display: block; height: 0; overflow: hidden }
.cf::after { clear: both }
#container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; height: 100%; background: linear-gradient(-134deg, #517FA4 0%, #243949 100%) }
.wrapper { max-width: 800px; margin: 0 auto; padding: 0 20px }
#main-nav { display: none }
header { position: relative; padding: 50px 0 20px }
header h1 { font-size: 50px; font-weight: 700; text-align: center; letter-spacing: 5px; padding-bottom: 8px }
header h2 { max-width: 680px; margin: auto; font-size: 20px; font-weight: 200; line-height: 1.4; text-align: center; letter-spacing: 1px; padding-bottom: 30px }
header .git { display: inline-block; text-decoration: none; color: #fff; border-radius: 4px; padding: 4px 10px 4px 0; font-size: 15px; font-weight: 400; color: #fffce1; background: #54b9cb; transition: background .15s ease-in-out }
header .git:hover { background: #4CA8B9 }
header .git:hover svg { border-color: #54b9cb }
header .git svg { width: 15px; height: 15px; fill: #fffce1; position: relative; top: 2px; padding: 0 10px; margin-right: 10px; border-right: 1px solid #4daabb; transition: border-color .15s ease-in-out }
header .toggle { position: absolute; cursor: pointer; display: none; top: 20px; z-index: 9980; min-height: 24px; position: relative; top: auto; left: auto; float: left; display: block; cursor: pointer; box-sizing: content-box; font-size: 20px; padding-left: 55px; line-height: 24px; margin-top: 55px }
header .toggle span { width: 35px; top: 50%; transform: translateY(-50%); transform-origin: 50% 50% }
header .toggle span,
header .toggle span::before,
header .toggle span::after { position: absolute; left: 0; height: 4px; background: #182631; transition: all .1s ease }
header .toggle span::before,
header .toggle span::after { content: ''; width: 100% }
header .toggle span::before { top: -10px }
header .toggle span::after { bottom: -10px }
header .toggle.toggle-open span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
header .toggle.toggle-open span::before { transform: translate3d(0, 10px, 0) }
header .toggle.toggle-open span::after { transform: rotate(-90deg) translate3d(10px, 0, 0) }
header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after { background: #dab977 }
header .toggle div { display: inline-block; margin-right: 15px }
footer { padding-bottom: 40px }
footer .swm { display: inline-block; padding: 0 15px }
footer .swm svg { display: block; width: auto; height: 17px; margin-top: 22px }
footer .swm svg path { transition: fill .1s ease }
footer .swm:not(:hover) svg .l-1 { fill: #466e8d }
footer .swm:not(:hover) svg .l-2 { fill: #9db9cf }
footer .swm:not(:hover) svg .l-3 { fill: #5989ad }


main { -ms-flex: 1 0 auto; flex: 1 0 auto; padding-bottom: 30px; text-align: left }
main .content { border-top: 1px solid rgba(255, 255, 255, 0.1) }
main h4 { font-size: 15px; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; margin: 20px 0 }
main h4:first-child { margin-top: 30px }
main .actions { margin: 0 -15px; text-align: center }
main .actions div { padding: 0 15px 20px; box-sizing: border-box }

@media screen and (min-width: 800px) { 
 main .actions { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap   } 
 main .actions div { float: left; -ms-flex: 1 1 33.33%; flex: 1 1 33.33%; max-width: 33.33% }
}

main .button { position: relative; display: block; padding: 18px 30px 16px; text-transform: uppercase; text-align: center; font-size: 16px; font-weight: 700; line-height: 1.4; letter-spacing: 1px; text-decoration: none; color: #243949; cursor: pointer; background: #fffce1; border-radius: 30px/80px; transition: all .1s ease-out }
main .button:not(.active):hover { color: #d5af63 }
main .button.active { background: #dab977 }
.hc-mobile-nav .nav-container { width: 280px }
.hc-mobile-nav h2 { font-weight: 400 }
.hc-mobile-nav a { font-size: 16px }
.hc-mobile-nav li.cryptocurrency>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.devices>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.mobile>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.television>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.camera>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.magazines>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.store>a::before {font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.collections>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }
.hc-mobile-nav li.credits>a::before {  font-weight: normal; font-style: normal; display: inline-block; line-height: 1; text-transform: none; text-indent: 0; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; display: inline-block; width: 19px; height: 19px; margin-right: 15px; font-size: 19px; vertical-align: top; content: '' }


@media screen and (min-width: 750px) { 
    .mobile-menu-box{
        display:none ;
    }
    #mobile,.toggle{display: none !important;}
    header{padding: 0;}
    #mobile .menu{display: none !important;}
}


/*移动端*/
@media screen and (max-width: 750px) { 
    .bqstyle{display:flex !important;flex-direction:row !important; padding:10px 0 !important;}
    .bqstyle .bqbox{width:auto !important}
    .bqstyle .bqbox p{font-size:5px !important; font-weight:bold !important;}
    .ftview hr{margin:10px 0px;}
    .bqstyle{margin-top: 5% !important;}
     footer{padding: 20px 0px !important;}
    .ftview a{width: 50%;}
    .ftboxlimg {margin-left:8.3333333%;}
    .ftview p{margin-bottom:5px;}
    .imgls a img{width:30px; }
    .imgls a {font-size:10px;}
    .text-field-box{justify-content: center;}
    .imgview{padding:2px !important;}
    .tag-bg{display: none !important;}
    #pc{display: none !important;}
    header{padding: 0;height: 50px; }
    header .toggle{margin-top: 0;}
    #mobile .menu,.scrolled .menu,header .menu{background-color: #ffffff !important;}
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
        top:40% !important;
    }
    .hideview span{font-size: 20px !important;}
    .rowbox{width: 90% !important;}
    .text-field-box h1{font-size: 12px !important; text-align: center; letter-spacing: 1px;}
    .text-field-box p{font-size: 12px !important;text-align: left;color: #080808; font-weight: normal; margin-top: 10px;letter-spacing: 1px; width: 90%;margin-left: 5%;}
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,body{color: #080808;}
    .action .imgview{border-left: 0px !important; border-right: 0px !important;}
    .imgls{width: 80% !important; margin-top: 5%;}
    .ftviewme{flex-direction: row !important; flex-wrap: wrap !important; justify-content: space-around !important;}
    .bqstyle{flex-wrap: wrap !important;}
    .bqstyle .bqbox{
        
        text-align: center !important;
        margin-right: 0px !important;
        line-height: 30px;
    }
    .ftview{width: 90% !important;}
    .imgls a{padding-bottom: 5%;}
    .ftview p{text-align: left !important; font-size:10px;}
    #about .about-txt-box .ab-bx{width: 100% !important;}
    #about .about-txt-box{flex-wrap: wrap !important;}
    #about .about-txt-box .ab-bx p{text-align: left !important;}
    .text-field-box p{margin-top: 10px !important; line-height: 30px !important;white-space: nowrap; /* 防止文字换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
 /* 必须指定宽度或 max-width */ }
    #about .about-txt-box{padding-top: 0px !important;} 

    /* #about .action .imgview:nth-child(2){
        overflow-y: scroll !important;
    } */
    #about .action .imgview:nth-child(2) hr{display: none !important;}
    #hire .p-body{margin-right: 0 !important; padding:0 10px !important;}   
    .hirebox {
        border-top: 2px solid #000000;
        padding: 30px 0px !important;
    }

    #hire .hirebox .col-md-6:nth-child(2){
        margin-top: 20px !important;
    }
    #hire .hirebox .col-md-6:nth-child(2) p{text-align: right !important;}
    #hire .imgview{ flex: 1 1 100% !important;}
    #hire .box-justify{width: 95% !important; margin: 0 auto !important;}

    #contact .imgview{padding: 20px !important;}
    #contact .imgview h1 {
        margin-bottom: 20px;
        font-size: 15px;
        text-align: left;
    }
    #contact .imgview p{font-size: 16px !important; letter-spacing: 2px !important;}
    #contact .imgview{ flex: 1 1 100% !important;}

    #my .user-info-box{width: 100% !important; flex-wrap: wrap !important;}
    #my .user-info{margin-left: 0 !important;}
    #my .user-center {padding: 15px !important; margin-left: 0 !important;}
    #my .nav-tabs li{width: 50%; margin:5px 0px;}
    #my .nav{ flex-direction: column !important;align-items: center;}
    #my .nav-tabs{padding:20px  0 !important;}
    #my .address-box{    padding: 15px 2%;}
    #my .delete-address-btn{width: 70px; font-size: 12px;height: 35px;}
    #my .searsc-input{font-size: 12px !important;}
}


.mebox .nav li{position: relative;

}

.mebox .nav .Carnum{
    display: flex;
    position: absolute;
    right: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
   

}

.car .car-img img{
    max-width: 200px;
    box-shadow: #c7bfbf 0px 0px 10px 2px;
    border-radius: 5px;
}
.carbtn{
    width:170px;
    height: 45px;
    border: 1.5px solid #080808;
    border-bottom-left-radius: 15px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    cursor: pointer;
   
    font-weight: bold !important;

}
.carbtn:hover{
    background: #000;color: #ccc;
}

/*弹窗*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal-content p{margin-top: 20px;}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 400px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.confirm-btn {
    background-color: #007aff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.confirm-btn:hover {
    background-color: #0056b3;
}

@media screen and (max-width: 750px) {
    .modal-content{    margin: 65% auto;}
}


/**#about 关于我们**/
.newimgbox{position: relative;}
.newabbox{position: absolute; left: 0; top:0; width: 100%; height: 100%; display: flex ;
flex-direction:column; align-items: center;}
.textbox{ width: 50%; text-align: center;  letter-spacing: 2px;margin-top: 100px;}
.textbox p{  text-align: left; letter-spacing: 2px;margin-top: 50px; line-height: 30px;}
.textbox h1{font-weight: bold !important;}
#about .about-txt-box .ab-bx{width: 70%; }
#about .about-txt-box h1{text-align: center;}
#about .about-txt-box{padding-top: 30px ;}
#about .about-txt-box h2,#about .about-txt-box h3{font-size: 18px; text-align: center; margin-top: 15px;}
.zhuli img{width: 90%;}
@media screen and (max-width: 750px) {
   
    
    #about .textbox{ width: 95%; margin-top:5px; }
    .jianjie img{width: 120%;}
    .jianjie{font-size: 12px; line-height: 12px; letter-spacing: 1px;}
    .jianjie h1{font-size:12px; margin-top: 5px; }
    .jianjie p{margin-top: 2px; line-height: 15px; letter-spacing:0px;font-size:8px; margin-bottom:3px;font-weight:bold;}
    .zhulitxt .about-txt-box{position: relative !important; padding-top: 0px !important;}
    .zhuli img{width: 100%;}
    #about .about-txt-box .ab-bx{padding: 0px;}
    .zhulitxt{ font-size: 15px !important;}
    /*#about .newabbox{background-color: rgba(255,255,255,0.5);}*/


    #contact .imgview{ width: 100%;}
    #contact .imgview p{    white-space: pre-wrap; font-size: 12px !important; letter-spacing: 0px !important;}
    
    /**移动端底栏**/
    .dilan{display:none;}
    .onftboxl{display:flex;flex-direction:row;padding:10px;}
    /*.ftboxl .ftview{display:flex;flex-direction:column; justify-content:center;align-items:center;}   */
    /*.ftboxl .ftview p{display:black;text-align:left;}*/
    
}