.main {
    padding: 20px;
}

.title {
    position: relative;
    padding: 30px 0;
    margin: 0;
    width: 100%;
    /*font-size: 48px;*/
    line-height: 60px;
    color: #f1592a;
    text-align: center;
}

.subTitle {
    font-size: 18px;
    line-height: 30px;
    color: #747474;
    text-align: center;
}

.main .breadcrumb {
    background-color: rgba(0,0,0,0);
}

.main .product-img {
    display: flex;
    position: relative;
}

.main .product-desc .title {
    width: 100%;
    margin-bottom: 25px;
    font-weight: 700;
}

.main .product-desc li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

.main .product-desc li span:first-child {
    display: inline-block;
    width: 35%;
    color: #6c6c6c;
}

.main .product-desc .marketPrice span:last-child {
    text-decoration: line-through;
}

.main .product-desc .disPrice span:last-child {
    color: red;
    font-size: 22px;
    font-weight: 700;
}

.main .product-desc .color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.main .product-desc .color:nth-child(1) {
    background-color: red;

}
.main .product-desc .color:nth-child(2) {
    background-color: blue;

}
.main .product-desc .color:nth-child(3) {
    background-color: green;

}
.main .product-desc .color:nth-child(4) {
    background-color: yellow;

}

/* 弹窗 */
.pop_bg {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.pop {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px;
    background-color: #fff;
}

.popActive {
    display: block;
}

.pop input,
.pop textarea,
.pop button {
    display: block;
    margin-bottom: 10px;
}

.pop form {
    padding-top: 20px;
    position: relative;
}

.pop input,
.pop textarea {
    width: 100%;
    padding-left: 6px;
}

.pop button {
    width: 50%;
    height: 30px;
    line-height: 30px;
    background-color: orange;
    color: #fff;
    border-radius: 25px;
    float: right;
}

.pop .popClose i {
    position: absolute;
    right: -1px;
    top: -7px;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}

/* 悬浮按钮 */
.fixBtn {
    position: fixed;
    bottom: 120px;
    right: 20px;
}

.fixBtn button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: orange;
    color: #fff;
    border-radius: 50%;
    z-index: 1000;
}

.box {
    width: 610px;
    margin: 100px auto;
}

.bread {
    margin-bottom: 20px;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.tb-pic a:hover {
    border:2px solid #ff4400;
}

.tb-pic a img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}



.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tb-thumb li {
    /*flex: 1;*/
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 42px;
    margin: 0 6px 20px 0;
    overflow: hidden;
    padding: 1px;
}

.tb-s310,
.tb-s310 a {
    display: block;
    width: 100%;
    margin-left: 10px;
}

.tb-s310,
.tb-s310 img {
    width: 100%;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-s40 a {
    *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
    height: 40px;
    width: 40px;
}

.tb-booth {
    width: 70%;
    position: relative;
    z-index: 1;
}

.tb-thumb .tb-selected {
    border: 1px solid #CCCCCC;
}

/* .tb-thumb li div{border:1px solid #CDCDCD;} */

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    cursor: move;
    z-index: 1;
}