* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
body {
    font-family: "微软雅黑";
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
}

/*#container{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 40px;
    min-height: 100%;
    min-width: 1300px;
    float:left;
	width: 100%;
}
#wrap {
    background-color: #fff;
    float: left;
    padding: 30px 10%;
	width: 100%;
}*/


#container{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 40px;
    min-height: 100%;

    width: 100%;
    min-width: 1250px;
}
#wrap {
    background-color: #fff;
    float: left;
    width: 100%;
     min-width: 1200px;
    padding: 30px 0;
}
#content{
    width: 1200px;

    margin: 0px auto;
}

h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 15px;
}

#wrap-left {
    width: 82%;
    float: left;
    position: relative;
    padding-bottom: 23px;
   
}

#wrap-right {
    width: 18%;
    float: right;
    padding-left: 20px;
}

#mold {
    padding-right: 100px;
    margin-bottom: 30px;
 
}

#component {
    position: absolute;
    right: 0;
    top: 0;
}

#component a {
    display: block;
    width: 100px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 2px;
    background-color: #c8c9ca;
    text-align: center;
}

#component a.active {
    background-color: #333037;
}

.mold-wrap {
    position: relative;
    border: 1px solid #ccc;
    height: 450px;
    overflow: hidden;
}

#mold-content {
    height: 420px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*.mold-name {
		 padding-left: 15px;
		 position: absolute;
		 bottom: 0;
		 left: 0;
}*/
.mold-name{
 padding-left: 15px;
 word-wrap: break-word;
    word-break: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.mold-btn{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mold-btn a {
    display: flex;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    float: left;
    border-left: none;
    border-top: none;
    justify-content: center;
    align-items: center;
}

.mold-btn .icon {
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

.share {
    background-color: #333037;
    color: #fff;
}

.mold-btn .icon-collect {
    background-image: url(/Public/3d/images/collect.png);
}

.mold-btn .icon-share {
    background-image: url(/Public/3d/images/share.png);
}

.mold-btn .icon-zoom {
    background-image: url(/Public/3d/images/big.png);
}

.mold-info {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

#mold-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

#mold-list .media img {
    width: 100%;
    margin-bottom: 7px;
}

.media {
    width: 25%;
    padding: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    
    transition: all 0.2s;
	word-wrap: break-word;
    word-break: normal;
}
.media:hover{
    border-color: #2fb1f0;
    
}
.media img{
    transition: all 0.2s;
}
.media:hover img{
    transform: scale(1.05);
}
.media span{
 display: block;
}
#btn1,
#btn2 {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

#btn1 a,
#btn2 a {
    display: block;
    width: 48%;
    background-color: #c8c9ca;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

#btn1 a {
    height: 35px;
    line-height: 35px;
}

#btn1 a.active,
#btn2 a.active {
    background-color: #333037;
}

#material-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    //margin: 0 -6px 50px;
    margin: 0 -6px 0px;
    height: 400px;
    overflow: auto;
	align-content: flex-start;
}

#material-list a {
    display: block;
    padding: 2px;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    border: 2px solid transparent;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

#material-list a:hover {
    border-color: red;
}

#material-list a.active {
    border-color: #333037;
}

#material-list a img {
    width: 100%;
    display: block;
    margin-bottom: 3px;height: 61px;
}

#explain {
    border-bottom: 1px solid #dbdcdc;
    padding-bottom: 10px;
    font-size: 14px;
    height: 140px;
}

.mold-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    transition: all 0.2s;
}

#more {
    position: absolute;
    bottom: -8px;
    left: 50%;
    padding: 3px 0;
    color: #231815;
    border-bottom: 2px solid #231815;
}
