body {
    margin: 0px;
    overflow: hidden;
    background: transparent;
    font-family: 黑体;
}
#container {
    position: absolute;
    top: 78px;
    left: 50px;
    width: calc(100% - 500px);
    height: calc(100% - 260px);
    /*background: #fbfbfb;*/
    /*overflow:auto;*/
}
.v3d-canvas{
    animation: startop 3s 1;
}
#container:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.01);
}
.v3d-simple-preloader-logo {
    background-image: url(../media/loading.png);
    background-size: cover;
}
.v3d-simple-preloader-background {
    background-image: url();
    /*background: #fbfbfb;*/
}
.v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #38b59b, #9bd4c8);
    margin-top: -100px;
    border:none;
}
.modelpage{
    position: absolute;
    top: 50%;
    left:50%;
    width: 100%;
    height:100%;
    transform: translate(-50%,-50%);
    background:#ffffff;
    border:1px solid #f3f3f3;
    box-shadow: 0px 0px 15px rgba(0,0,0,.5);
    overflow: hidden;
}
#cartpage{
    position: absolute;
    top: 50%;
    left:50%;
    width: 100%;
    height:100%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    background: rgba(0,0,0,.8);
    cursor: pointer;
    display: none;
}
.v3d-webgl-error {
    color: #555555;
    background-color: #f3f3f3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    border-color: transparent;
    font-size: 16px;
    font-family: sans-serif;
    padding: 10px 60px;
    line-height: 30px;
    z-index: 10;
    box-shadow: 0 0 15px #888888;
}

.v3d-webgl-error-link {
    color: #333333;
    font-style:italic
}
h1,h2,h3,h4,h5{
    color:#5a5b5d;
}
p{
    color:#8a8c90;
}
hr{
    opacity: .2;
    margin: 10px 0;
}
header{
    position: absolute;
    top:0;
    left: 0;
    height: 68px;
    width: 100%;
    display: flex;
    justify-content : space-between;
    border-bottom: 1px solid #ededed;
    user-select: none;
    z-index: 999;
}
header h2{
    text-indent: 20px;
    user-select: none;
}
header span{
    position: relative;
    right:0;
    top:0;
    height: 68px;
    width: auto;
    padding: 27px 15px;
    line-height: 68px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    color:#969698;
    transition: color 0.5s;
}
header span:hover{
    color:black;
}
header button{
    position: relative;
    right:0;
    top:0;
    height: 38px;
    width: 93px;
    margin: 0 25px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 900;
    color:#ffffff;
    border-radius: 0;
    border:none;
    outline: none;
    background: #9bd4c8;
    cursor: pointer;
    transition: background 0.3s,box-shadow 0.3s;
}
header button:hover{
    color:#ffffff;
    background: #38b59b;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.customcontainer{
    position: absolute;
    top:68px;
    right:85px;
    width: 315px;
    height: calc(100% - 80px);
    /*border:1px solid red;*/
}
.customcontainer>.title{
    margin:80px 0 20px 0 ;
}
.customcontainer>.content{
    margin: 15px 0 5px 0;
    font-size: 12px;
    width: 100%;
    line-height: 22px;
    color:#8a8c90;
}
.customcontainer p{
    font-size:13px;
    margin:0;
}
table{
    color:#8a8c90;
    user-select: none;
}
table h5{
    margin: 10px 0;
    width: 80px;
}
.color{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    border-width: medium;
}
.color:hover,.size:hover,.speed:hover{
    box-shadow: 2px 2px 6px 0px rgb(0,0,0,.5);
    transition: box-shadow 0.2s;
}
#color1{
    background: #dcbdb4;
    border-color: #888888;
}
#color2{
    background: #8bfdff;
    border-color:#d95e46;
}
#color3{
    background: #89ffa2;
    border-color:#a0ffff;
}
#color4{
    background: #272727;
    border-color:#888888;
}
#color5{
    background: #ff6c53;
    border-color:#5b5b5b;
}
#color6{
    background: #3c76ff;
    border-color:#38a7ff;
}
.size,.speed{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    border:none;
    margin: 0 5px;
    background: #f5f5f5;
    color:#5a5b5d;
    font-size: 12px;
    font-weight: 500;
}
.size:active,.speed:active{
    font-weight: 900;
}
#AddCart{
    position: relative;
    right: 0;
    top: 0;
    height: 40px;
    width: 100%;
    line-height: 38px;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    border-radius: 0;
    border: none;
    outline: none;
    background: #9bd4c8;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s,box-shadow 0.3s;
}
#AddCart:hover{
    color:#ffffff;
    background: #38b59b;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ChooseBox{
    position: absolute;
    bottom:58px;
    left: calc(50% - 425px);
    width: 450px;
    height: 90px;
    /*border:1px solid grey;*/
    display: flex;
    justify-content : space-between;

}
.choose{
    position: relative;
    top:0;
    left: 0;
    width: 128px;
    height: 88px;
    /*border:1px solid grey;*/
    border:1px solid #ededed;
    cursor: pointer;
    transition: box-shadow 0.3s;
}
.choose:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.contactus{
    position: absolute;
    bottom:-5px;
    left: 20px;
    width: 226px;
    height: 230px;
    background: #9bd4c8;
    border-radius: 5px;

    margin-bottom: -196px;
    
    transition: margin-bottom 0.5s,background 0.5s;
}
.contactus:hover{
    margin-bottom: 0;
    background: #38b59b;
}
.contactus p{
    position: relative;
    color:#ffffff;
    font-size:12px;
    padding-left: 10px;
}
#cus{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
    outline: none;
    border: none;
    display: flex;
    justify-content: space-between;
    color: white;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
    user-select: none;
}
.herfsite{
    position: relative;
    width: 92%;
    height: 28px;
    border:1px solid white;
    color:white;
    margin:10px;
    background: transparent;
    outline: none;
    cursor: pointer;
}
/*导航浮窗*/

#shop-container{
  position: absolute;
  margin-top:69px;
  top:0;
  left: 0;
  width: 100%;
  height: 0px;
  background: white;
  /*box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);*/
  /*height: 120px;*/
  overflow: hidden;
}
#shop:hover + #shop-container {
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
#shop-container:hover{
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
.shoppp{
  position: relative;
  border: 1px solid #ededed;
  margin: 15px;
  cursor: pointer;
}
.shoppp:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  transition: box-shadow 0.5s;
}
#concierge-container{
  position: absolute;
  margin-top:69px;
  top:0;
  left: 0;
  width: 100%;
  height: 0px;
  background: white;
  /*box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);*/
  /*height: 120px;*/
  overflow: hidden;
}
#concierge:hover + #concierge-container {
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
#concierge-container:hover{
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
#concierge-container p{
  color:#999999;
  text-indent: 20px;
  font-weight: 100;
  font-size:14px;
}
#about-container{
  position: absolute;
  margin-top:69px;
  top:0;
  left: 0;
  width: 100%;
  height: 0px;
  background: white;
  /*box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);*/
  /*height: 120px;*/
  overflow: hidden;
}
#about:hover + #about-container {
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
#about-container:hover{
  height: 120px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
  transition: height 0.5s,box-shadow 1s;
}
#about-container p{
  color:#999999;
  text-indent: 20px;
  font-weight: 100;
  font-size:14px;
}
/*购物车*/

#cart-container{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 779px;
  height: 466px;
  background: #f5f5f5;
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,.2);
  overflow: auto;
}
.cart-product{
  display: flex;
  justify-content : flex-start;
  margin: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.cart-product:hover{
  background: #e3e3e3;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
  
  transition: background 0.5s,box-shadow 0.3s;
}
.cart-product div{
    position: relative;
    top: 0;
    left: 0;
    margin:10px;
}
.cart-product img{
    position: relative;
    top: 0;
    left: 0;
    width: 128px;
    height: 88px;
    margin: 8px;
    border: 1px solid #ededed;
}
.cart-product p{
    position: relative;
    top: 0;
    left: 0;
    margin:0;
    font-size:12px;
}
/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

@media only screen and (max-width: 540px) {
    .v3d-webgl-error {
        top: 50%;
        left: 50%;
        right: 0;
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
        width: 85%;
    }
}

@keyframes startop{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hide{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}