/*

pc 设计师css
auth：rupei
date：2017.8.28

*/


/* *****************************  设计师入驻 开始  ************************************ */
body{
    overflow-x:hidden;
    position: relative;
}
ul,li,ol,dl,dt,dd{
    padding:0;
    margin:0;
}
.clearfix:after{
    clear:both;
    height:0;
    content:"";
    overflow:hidden;
    visibility:hidden;
    display:block;
}
.clearfix{
    clear:both;
    zoom:1;
}
.m-top-20{
    margin-top:20px;
}
.exit{
    display:block;
    position:absolute;
    right:0;
    /*top:40px;*/
    padding-top:48px;
    background:url(../images/designerEixt.png) no-repeat center 8px;
    color:#fff;
}
.design-menu{
    float:left;
    width:230px;
    padding:40px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-right:30px;
    position:relative;
    left:0;
    top:0;
    background:red;
}
.design-authentication{
    float:left;
    width:940px;
    padding:40px 20px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position:relative;
    right:0;
    top:0;
    background:#fff;
}

.designer-head-img{
    width:80px;
    height:80px;
    margin:0 auto;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    overflow:hidden;
}
.designer-head-img img{
    width:100%;
    height:100%;
}

.designer-account {
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#888;
    margin:15px 0 5px 0;
}
.authentication-tips{
    color:#ccc;
    text-align:center;
    margin-bottom:50px;
}
.designer-works{
    font-size:14px;
    padding:30px 20px 0 20px;
    border-top:1px solid #efefef;
}
.designer-works li{
    line-height:34px;

}
.designerNav-list-tab li a{
    color:#888;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
.designerNav-list-tab li a:hover{
    color:#e6002d;
}
.designerNav-list-tab .designerNav-list-cur a{
    color:#e6002d;
}
.designer-works li span{
    padding:0 10px;
}
.authentication-title {
    line-height:50px;
    border-bottom:1px solid #ccc;
}
.authentication-title p{
    font-size:14px;
    color:#777;

}
.authentication-content{
    width:400px;
    margin:80px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.input-group{
    width:100%;
    height:36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding:0 5px;
    margin-bottom:20px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    line-height:36px;
    border:1px solid #efefef;
}
.input-group label{
    display:inline-block;
    width:100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-align:right;
    font-size:14px;
    color:#333;
}
.input-group label span{
    padding:0 2px;
    color:#e6002d;
}
.input-group input {
    display: inline-block;
    width: 270px;
    line-height: 30px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #888;
}

.design-submit,.design-submit-2{
    display:block;
    width:80px;
    height:36px;
    margin:0 auto 0 auto;
    text-align:center;
    line-height:36px;
    background:#e6002d;
    color:#fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.design-submit:hover,.design-submit-2:hover{
    background:#ed4a4b;
}
.authentication-uploadImg{
    width:800px;
    margin:80px auto;
}
.authentication-uploadImg p.uploadImg-type-title{
    width:100%;
    margin-bottom:20px;
    border-bottom:1px solid #efefef;
    color:#888;
    padding-bottom:10px;
}
.uploadImg-list{
    /*overflow:hidden;*/
    width:100%;
    margin-bottom:100px;
}
.uploadImg-list li{
    float:left;
    width:200px;
    height:100px;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    margin-right:90px;
    position:relative;
    /*background:#efefef;*/
}
.uploadImg-list li:last-of-type{
    margin-right:0;
}
.designer-uploadImg-tips{
    position:absolute;
    left:0;
    bottom:-30px;
    width:100%;
    font-size:12px;
    color:#888;
    text-align:center;
}
.designer-submit-btn-group{
    width:180px;
    margin:0 auto;
    overflow:hidden;
}
.designer-submit-btn-group a.design-submit-2{
    float:left;
    margin-right:20px;
}
.designer-submit-btn-group a.design-submit-2:last-of-type{
    margin-right:0;
}
.designer-submit-btn-group-3{
    width:180px;
    margin:0 auto;
}
.designer-submit-btn-group-3 a{
    display:inline-block;
    width:80px;
    height:36px;
    margin-right:5px;
}

.self-introduction{
    display:block;
    width:500px;
    height:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding:10px;
    margin:50px auto;
    border:1px solid #ccc;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    outline:none;
}
.authentication-content input{
    color:#666;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#ccc;
}
.grayColor li a{
    color:#e1e1e1;
}

.waiting{
    width:100%;
    text-align:center;
    margin-top:80px;
}
.waiting p{
    font-size:14px;
    color:#555;
    margin-bottom:50px;
}
.waiting .info-verify-tips{
    margin-top:10px;
    color: #e6002d;
}


/* *****************************  设计师入驻 结束  ************************************ */




/* *****************************  设计师首页 开始  ************************************ */
#release-works{
    position:absolute;
    right:30px;
    top:30px;
    display:block;
    width:80px;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
#release-works:hover{
    background:#e6002d;
    border-color:#e6002d;
    color: #fff;
}
.designer-area-type{
    overflow: hidden;
    width: 190px;
    margin: 10px auto;
}
.designer-area-type li{
    float: left;
    width: 90px;
    text-align: center;
    color: #555;
}
.designer-area-type li.cut-of-line{
    width: 10px;
    text-align: center;
}
.designer-fans{
    color: #888;
    text-align: center;
    margin-bottom: 50px;
}
.design-authentication-index{
    float: left;
    position: relative;
    right: 0;
    top: 0;
}
.design-authentication-index-col{
    width: 940px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background:#fff;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
}
.authentication-title p.works-title{
    padding:0 10px;
    font-weight: bold;
    color: #666;
    position:relative;
}
.works-type{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:20px 0;
}
.works-type-list{
    overflow:hidden;
}
.works-states{
    overflow:hidden;
    margin-top:20px;
}
.works-type-list dt,.works-type-list dd,.works-states dt,.works-states dd{
    float:left;
    font-size:14px;
    color:#666;
    padding:0 20px;
    margin-bottom: 10px;
}
.works-type-list dt,.works-states dt{
    color:#333;
}
.works-type-list dd,.works-states dd{
    cursor:pointer;

}
.works-type-list dd a,.works-states dd a{
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.works-type-list dd a:hover,.works-states dd a:hover{
    color: #e6002d;
}
.works-type-list .type-cur a,.works-states .type-cur a{
    color: #e6002d;
}
.works-num{
    line-height:50px;
    font-size: 14px;
    padding:0 20px;
    color:#555;
}
.works-num span{
    padding:0 3px;
}
.works-list{
    overflow:hidden;
}
.works-list>li{
    float:left;
    width:290px;
    height:auto;
    padding:180px 10px 10px 10px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    border:1px solid #efefef;
    margin-right:15px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
}
.goods-list>li{
    padding: 290px 10px 10px 10px;
}
.works-list>li:nth-of-type(3n){
    margin-right:0;
}
.works-list>li .works-img{
    width: 290px;
    height: 180px;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
}
.works-list>li .works-img img{
    width:100%;
    height:auto;
}
.works-list>li .goods-img{
    width: 290px;
    height: 290px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.works-list>li .goods-img img{
    width: 100%;
    height: 100%;
}
.works-list>li .works-name{
    font-size: 14px;
    color: #777;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.works-list>li .works-type-show{
    font-size:12px;
    color:#ccc;
}
.works-list>li .works-like{
    overflow: hidden;
    margin:10px 0;
}
.works-list>li .works-like dd{
    float:left;
    margin-right:20px;
    cursor:pointer;
    color:#999;

}
.works-list>li .works-like dd.works-like-1{
    padding-left:20px;
    background:url(../images/eyes_icon.png) no-repeat left center;
}
.works-list>li .works-like dd.works-like-2{
    padding-left:20px;
    background:url(../images/commentShow_icon.png) no-repeat left center;
}
.works-list>li .works-edit{
    overflow:hidden;
}
.works-list>li .works-edit dd{

}
.works-list>li .works-edit dd a{
    display:block;
    color:#888;
    padding:5px 20px;
    float:left;
    border:1px solid #efefef;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    margin-right:10px;
    cursor:pointer;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.works-list>li .works-edit dd:last-of-type{
    margin-right:0;
}
.works-list>li .works-edit dd:nth-of-type(1) a:hover{
    color:#e6002d;
    border-color:#e6002d;
}
.works-list>li .works-edit dd:nth-of-type(2) a:hover{
    background:#e6002d;
    border-color:#e6002d;
    color:#fff;
}

/* *****************************  设计师首页 结束  ************************************ */




/* *****************************  设计师--发布作品(WorksUpload) 开始  ************************************ */

.designer-works-upload-menu{

}
.designer-works-upload-menu li{
    line-height:40px;
    font-size:14px;
    color:#666;
    font-weight: bold;
}
.works-upload-title p.works-title,.works-info-title{
    font-size:14px;
    font-weight:bold;
    color:#666;
}
.marginTop10{
    margin-top:10px;
}
.works-info-title{
    width:100%;
    border-bottom:1px solid #efefef;
    padding-bottom:10px;
}
.infos-col{
    width:100%;
    margin-top:50px;
}
.infos-col:last-of-type{
    margin-bottom:30px;
}
.infos-col label{
    width:80px;
    display:inline-block;
    padding:0 10px;
    font-size:14px;
    color:#666;
}
.infos-col label span{
    padding:0 4px;
    color:#e6002d;
}
.infos-col input{
    display:inline-block;
    width:750px;
    height:30px;
    line-height:30px;
    padding:2px 5px;
    border:1px solid #efefef;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    outline:none;
    transition:0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.infos-col input:focus{
    border-color:skyblue;
}
.infos-introduction-title{
    font-size:14px;
    margin-bottom:10px;
    /*padding:0 10px;*/
    color:#666;
}
.infos-introduction-title span{
    padding:0 4px;
    color:#e6002d;
}
.infos-introduction{
    width: 820px;
    min-height:100px;
    border-radius:4px;
    border:1px solid #efefef;
    margin-left:15px;
    padding:8px;
    outline:none;
    transition:0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.infos-introduction:focus{
    border-color:skyblue;
}
.imgsUpload-area{
    overflow:hidden;
    margin: 20px;
}
.limit-tips{
    color:#888;
    margin-top:10px;
}
.works-submit{

}
.works-submit a{
    display:inline-block;
    width:150px;
    height:34px;
    text-align:center;
    line-height:34px;
    /*border:1px solid #ccc;*/
    margin:20px;
    border-radius:4px;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.works-submit a:nth-of-type(1){
    background:#fd2163;
    color:#fff;
}
.works-submit a:nth-of-type(2){
    width:148px;
    height:32px;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.works-submit a:nth-of-type(1):hover{
    background:#e6002d;
    border-color:#e6002d;
}
.works-submit a:nth-of-type(2):hover{
    color:#e6002d;
    border-color:#e6002d;
}
.works-type-select{
    display:inline-block;
    position:relative;
}
.works-type-select input.infos-text-type{
    width:200px;
    background:#efefef;
    cursor:pointer;
}
.works-type-select .works-type-select-list{
    position:absolute;
    left:0;
    top:35px;
    background:#fff;
    z-index: 999;
    border:1px solid #efefef;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    display:none;
}
.works-type-select .works-type-select-list li{
    width:200px;
    line-height:40px;
    text-align:center;
    border-bottom:1px solid #efefef;
    font-size:12px;
    color:#666;
    cursor:pointer;
}
.works-type-select .works-type-select-list li:last-of-type{
    border-bottom:none;
}
.works-type-select .works-type-select-list li:hover{
    color: #888;
    background: #efefef;
}


/* *****************************  设计师--发布作品(WorksUpload) 结束  ************************************ */




/* *****************************  设计师--作品详情展示() 开始 ************************************ */

.works-upload-title a#works-revise{
    position:absolute;
    right:55px;
    top:23px;
    font-size:14px;
    color:#ccc;
    transition:0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.works-upload-title a#works-revise:hover{
    color:#e6002d;
}
.upload-time{
    margin:16px 0;
    font-size:12px;
    color:#ccc;
}
.worksType-comment-liked-browse{
    overflow:hidden;
    font-size: 12px;
}
.worksType-comment-liked-browse dt{
    float:left;
    color: #ccc;
}
.worksType-comment-liked-browse dd{
    float:right;
    margin-left:20px;
    color:#ccc;
}
.design-authentication-index .padding50{
    padding: 50px;
}
.articleConten{
    font-size: 14px;
    color:#666;
    line-height: 26px;
}
.worksImgs-show{
    overflow:hidden;
    width:100%;
    height:auto;
    margin:10px 0;
}
.worksImgs-show img{
    display:block;
    border:none;
    width:100%;
    height:auto;
    /*border-radius: 6px;*/
    margin: 20px 0;
}

/* *****************************  设计师--作品详情展示 结束 ************************************ */



/* *****************************  设计师--在售作品() 开始 ************************************ */

.designs-container li .works-imgs{
    display: block;
    width: 100%;
    height: 148px;
    overflow: hidden;
}
.designs-container li .works-imgs img{
    width: 100%;
    height: auto;
}
.works-img .wait-verify{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:30px;
    text-align:center;
    line-height:30px;
    background:rgba(0,0,0,.7);
    color:#fff;
}
.design-authentication-index-col .works-list-selling-tab{
    display:none;
}
.design-authentication-index-col .works-list-selling-cur{
    display:block;
}

/* *****************************  设计师--在售作品 结束 ************************************ */



/* *****************************  设计师--上传商品 开始 ************************************ */

.design-authentication-index-col .infos-col input.infos-text-2{
    width:200px;
}
.uploadImg-list-book{
    width:100%;
}
.uploadImg-list-book li{
    width:200px;
    /*height:200px;*/
    position:relative;
    float:left;
    margin-right:15px;
}
.designer-uploadImg-tips-2{
    font-weight:normal;
    font-size:12px;
    color:#999;
    text-align:center;
    margin-left:20px;
}
.webuploader-pick{
    display: block;
}

/* *****************************  设计师--上传商品 结束 ************************************ */




/* *****************************  设计师--作品品详情页 开始 ************************************ */

.designTopBar{width:100%;background:#2e2e2e;height:60px;}
.inner{width:1200px;margin:0 auto;position:relative;}
.inner .designTopBar-logo-home{position:absolute;display:block;}
.inner .designTopBar-logo-home{left:0;top:12px;}
.inner .designTopBar-logo-home a{width:100%;}
.inner .designTopBar-logo-home img{display:block;border:none;}

.design-nav{
    position:absolute;
    left:280px;
    top:0;
    height:60px;
}
.design-nav li{
    float:left;
    /*padding-right:80px;*/

    text-align:center;

    background:#2e2e2e;
}
.design-nav li:last-of-type{
    margin-right:0;
}
.design-nav li a{
    color:#888;
    display:block;
    padding:0 15px;
    height:60px;
    width:60px;
    line-height:60px;
    font-size:14px;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.design-nav li a:hover{
    color:#fff;
}
.design-nav li .designNavCur{
    color:#fff;
}
.search-container{
    position:absolute;
    right:0;
    top:16px;
    background:#fff;
    width:350px;
    height:28px;
    border-radius:4px;
}
.search-container .search-type{
    float: left;
    position: relative;
    width:80px;
    height:28px;
    border-radius:4px 0 0 4px;
    padding-right:20px;
    text-align:center;
    line-height:28px;
    font-size:12px;
    cursor:pointer;
}
.search-container .search-type span{
    display:block;
    position:absolute;
    right:10px;
    top:12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
}
.search-container .searching-type{
    color: #888;
    position:relative;
}
.search-container .search-type-list{
    position: absolute;
    z-index: 9999;
    left:0;
    top:28px;
    width:100px;
    border-radius:4px;
    background:#fff;
    display: none;
}
.search-container .search-type-list li{
    font-size:12px;
    color: #888;
}
.search-container .search-type-list li:hover{
    background: #efefef;
}
.search-content-box{
    width:250px;
    height:28px;
    float: left;
    overflow: hidden;
}
.search-content-box .search-content{
    display:inline-block;
    width:220px;
    height:28px;
    border-radius:0 4px 4px 0;
    outline: none;
    border:none;
    float: left;
}
.search-content-box .search-btn{
    display:inline-block;
    width:30px;
    height:28px;
    float: left;
    position:relative;
    text-align:center;
    line-height:28px;
}
.search-content-box .search-btn img{
    width:20px;
    height:20px;
    margin-top:4px;
}

/*  ***********   导航 end  ************ */

.designs-details-ad{
    width:1200px;
    margin:20px auto;
    height:130px;
    overflow:hidden;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
}
.designs-details-ad a{
    display:block;
    width:100%;
    height:100%;
}
.designs-details-ad a img{
    width:100%;
    height:auto;
}
.designs-infos{
    width:100%;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}
.m-t-m-b-30{
    padding:30px 0;
}
.designs-infos-left{
    float:left;
    width:799px;
    padding-left:20px;
    padding-right:20px;
    border-right:1px solid #ccc;
}
.designs-infos-left .designs-infos-title{
    font-size:16px;
    color:#555;
    font-weight:normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.designs-infos-left .designs-infos-times{
    margin:15px 0;
    font-size:12px;
    color:#ccc;
}
.designs-infos-left .designs-infos-type-other{
    overflow:hidden;
}
.designs-infos-left .designs-infos-type-other dt{
    float:left;
    color:#ccc;
}
.designs-infos-left .designs-infos-type-other dd{
    float:right;
    margin-left:25px;
    color:#ccc;
}
.designs-infos-right{
    float:left;
    width:330px;
    padding-left:30px;
    overflow: hidden;
}
.designs-infos-right .designs-infos-authorImg{
    width:80px;
    height:80px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    background:#efefef;
    float:left;
    overflow: hidden;
    margin-right:20px;
}
.designs-infos-right .designs-infos-authorImg img{
    width:100%;
    height:100%;
}
.designs-infos-right .author-infos-col{
    float:left;
    width:200px;
}
.designs-infos-right .author-infos-col p{
    font-size:14px;
    color:#555;
    width:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.designs-infos-right .author-infos-col .author-infos{
    overflow: hidden;
    margin:10px 0;
    width: 200px;
}
.designs-infos-right .author-infos-col .author-infos li{
    float:left;
    /*padding:0 10px;*/
    text-align:center;
    color:#888;
    width: 95px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.designs-infos-right .author-infos-col .author-infos li:nth-of-type(1){
    padding-left:0;
}
.designs-infos-right .author-infos-col .author-infos li:nth-of-type(2){
    width:10px;
    padding:0;
    text-align:center;
}
.designs-infos-right .author-infos-col #attention-author{
    display:block;
    width:60px;
    height:22px;
    font-size:12px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    text-align:center;
    line-height:22px;
    border:1px solid #ed6c01;
    color:#ed6c01;
    transition:0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.designs-infos-right .author-infos-col #attention-author:hover{
    background:#ed6c01;
    border-color:#ed6c01;
    color:#fff;
}
.designs-details-container{
    min-height:500px;
    padding:50px;
    overflow: hidden;
}
.designs-details-container p{
    color: #333 !important;
}
.designs-details-container img{
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.designs-collect-share{
    width:100%;
    border-top:1px solid #efefef;
    padding:20px 0;
}
.designs-collect-share .designs-collect-share-list{
    width:1200px;
    margin:0 auto;
}

.designs-collect-share-list .designs-share {
    float:right;
}
.designs-collect-share-list .designs-collect{
    float:right;
    /*line-height:28px;*/
    margin-right:20px;
    height:28px;
    line-height:28px;
}
.designs-collect-share-list .designs-collect a{
    display:block;
    height:28px;
}
.designs-collect-share-list .designs-collect a i{
    display:inline-block;
    width: 14px;
    height: 14px;
    position:relative;
    left:0;
    top:2px;
    background:url(../images/collect_icon.png) no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size:100% 100%;
    -o-background-size:100% 100%;
}
.designs-collect-share-list .designs-collect a .collect_icon_cur{
    background:url(../images/collect_icon_act.png) no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size:100% 100%;
    -o-background-size:100% 100%;
}
.designs-collect-share-list .designs-collect a span{
    color:#555;
}

/* *****************************  设计师--作品详情页 结束 ************************************ */



/* *****************************  设计师--商品详情页 开始 ************************************ */

.works-details-main-col{

}
.selling-works-details-col{
    width:600px;
    height: auto;
    margin:0 auto;
    background:#fff;
    padding:10px 20px;
}
.selling-works-details-title h1{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    margin-bottom:10px;
}
.works-price-freight{
    overflow: hidden;
    position:relative;
}
.works-price-freight dl{
    float: left;
    overflow: hidden;
}
.works-price-freight dl dt,.works-price-freight dl dd{
    float: left
}
.works-price-freight dl dt{
    font-size:16px;
    color:#e6002d;
}
.works-price-freight dl dd{
    font-size:12px;
    color:#ccc;
    margin-left:40px;
    margin-top:4px;
}
.works-price-freight ul{
    /*float:right;*/
    position:absolute;
    right:0;
    overflow: hidden;
}
.works-price-freight ul li{
    float: left;
}
.works-price-freight ul li.collect-works{
    /*margin-right:10px;*/
    margin-top:6px;
}
.works-price-freight ul li a#link-out{
    display: block;
    /*width:40px;*/
    /*height:20px;*/
    /*text-align: center;*/
    /*line-height: 20px;*/
    /*border:1px solid #efefef;*/
    /*border-radius: 3px;*/
    padding-left:50px;
    background: url(../images/link_out_icon.png) no-repeat center center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
}

.works-price-freight ul li.collect-works a{
    border:none;
    background: url(../images/collect_icon.png) no-repeat center center;
    background-size: 14px 14px;
    padding-left:48px;
}
.works-price-freight ul li.collect-works .collected{
    border:none;
    background: url(../images/collect_icon_act.png) no-repeat center center;
    background-size: 14px 14px;
    padding-left:48px;
}

.designs-banner{
    width: 100%;
    height: 600px;
    margin-top:20px;
    margin-bottom:20px;
    position: relative;
}
.banner-shade{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.designs-banner .slide-banner{
    width:2400px;
    height:600px;
    position:absolute;
}
.designs-banner .slide-banner li{
    width:600px;
    height:600px;
    float: left;
}
.designs-banner .slide-banner li img{
    width: 100%;
    height: 100%;
}
.slide-btn{
    overflow: hidden;
    width:72px;
    position: absolute;
    left:50%;
    bottom:20px;
    margin-left:-36px;
}
.slide-btn li{
    float: left;
    width:12px;
    height: 12px;
    margin-right:8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background:#fff;
    cursor:pointer;
}
.slide-btn .slideBtnAct{
    background:#333;
}
#slide-left,#slide-right{
    position:absolute;
    top:50%;
    width:22px;
    height:50px;
    margin-top:-25px;
}
#slide-left{
    left:-150px;
    background:url(../images/return.png) no-repeat left center;
}
#slide-right{
    right:-150px;
    background:url(../images/return.png) no-repeat left center;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
}
.selling-works-details-dom{
    width: 100%;
    float: right;
}
.selling-works-details-dom .add-reduce-num{
    float: right;
    line-height:30px;
}
.selling-works-details-dom .designs-buy-addShoppingCar{
    float: right;
}
.selling-works-details-dom .designs-buy-addShoppingCar dt,.selling-works-details-dom .designs-buy-addShoppingCar dd{
    float: left;
}
.selling-works-details-dom .designs-buy-addShoppingCar dt{
    margin-left:30px;
}
.selling-works-details-dom .designs-buy-addShoppingCar dd{
    margin-left:10px;
}
.selling-works-details-dom .designs-buy-addShoppingCar dt a,.selling-works-details-dom .designs-buy-addShoppingCar dd a{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.selling-works-details-dom .designs-buy-addShoppingCar dt a{
    background: #333;
    color: #fff;
}
.selling-works-details-dom .designs-buy-addShoppingCar dd a{
    background: #ccc;
    color: #333;
}
.add-reduce-num{
    font-size:12px;
}
.add-reduce-num span{
    display: inline-block;
    width:30px;
    height:25px;
    /*border:1px solid #efefef;*/
    text-align:center;
    line-height:25px;
    cursor:pointer;
}
.add-reduce-num span:hover{
    color: #e6002d;
}
.add-reduce-num input{
    display: inline-block;
    width:100px;
    height:28px;
    border:1px solid #efefef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding:0 4px;
    color: #888;
    text-align:center;
}
.designs-seller-infos{
    margin:20px auto;
    width:1200px;
    background:#fff;
    padding:20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.designs-seller-infos-left{
    float: left;
    overflow: hidden;
    width:900px;
    padding-left:50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.designs-seller-headImg{
    width:80px;
    height:80px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    float: left;
    margin-right:20px;
}
.designs-seller-headImg a{
    display: block;
    width:100%;
    height:100%;
}
.designs-seller-headImg a img{
    width:100%;
    height:100%;
}
.designs-seller-infos-ist{
    float: left;
    width:750px;
}
.designs-seller-infos-ist h4{
    font-size:16px;
    font-weight: normal;
    color:#555;
    margin-top: 8px;
    width:100%;
}
.designs-seller-infos-ist h4 a{
    display:inline-block;
    max-width:70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.designs-seller-infos-ist h4 span{
    display:inline-block;
    max-width:25%;
    font-size: 12px;
    padding-left:28px;
    background:url(../images/place.png) no-repeat 10px center;
    background-size: 14px 14px;
}
.designs-seller-infos-ist p{
    margin-top:20px;
    font-size: 12px;
    color: #ccc;
}
.designs-seller-infos-right{
    float: right;
    padding-right: 50px;
    width:250px;
}
.designs-seller-infos-right .contacting{
    display: block;
    font-size: 14px;
    color:#888;
}
.connect-designer{
    width:100%;
    overflow: hidden;
    margin-top:15px;
}
.connect-designer li{
    float: left;
    margin-right:20px;
}
.connect-designer li:last-of-type{
    margin-right:0;
}
.connect-designer li a{
    display:block;
    width:80px;
    height: 26px;
    border:1px solid #ed6c01;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color:#ed6c01;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.connect-designer li a:hover{
    background: #ed6c01;
    border-color:#ed6c01;
    color:#fff;
}
.designs-selling-works-description{
    background:#fff;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.works-description-title{
    font-size:16px;
    padding:10px 20px;
    border-bottom:1px solid #efefef;
    font-weight: normal;
}
.works-descriptions{
    width:100px;
    padding:20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/* *****************************  设计师--商品详情页 结束 ************************************ */



/* *****************************  设计师--作品店铺首页 开始 ************************************ */

.designer-index-ad{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    margin-bottom:20px;
}
.designer-index-ad li{
    float: left;
    width: 285px;
    height: 190px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.designer-index-ad li:last-of-type{
    margin-right: 0;
}
.designer-index-ad li a{
    display:block;
    width:100%;
    height:100%;
}
.personal-designs{
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width:1200px;
    padding:30px 20px 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.personal-designs-title{
    float: left;
    margin-right: 40px;
    font-size: 18px;
    color: #555;
    position:relative;
    padding-left:34px;
}
.personal-designs-title i{
    position:absolute;
    left:0;
    top:-6px;
    display: block;
    width:32px;
    height:32px;
    background:url(../images/goods_icon.png) no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size:100% 100%;
    -o-background-size:100% 100%;
}
.personal-designs-title em{
    position:absolute;
    left:0;
    top:-6px;
    display: block;
    width:32px;
    height:32px;
    background:url(../images/designs_icon.png) no-repeat;
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size:100% 100%;
    -o-background-size:100% 100%;
}
.title-icon{
    padding-left:40px;

    background-size: 25px 25px;
}
.personal-designs-types{
    float: left;
    margin-top: 6px;
    width: 950px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.personal-designs-types li{
    float: left;
    /*margin-right: 25px;*/
    width:95px;
    text-align: center;
}
.personal-designs-types li a{
    font-size: 14px;
    color: #888;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
.personal-designs-types li a:hover{
    color: #333;
}
.more-personal-designs{
    float: right;
    color: #ccc;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
.more-personal-designs:hover{
    color:#555;
}
.designs-container{
    overflow: hidden;
    margin: 15px 0;
}
.designs-container li{
    float: left;
    width: 228px;
    height: auto;
    margin-right: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    margin-bottom:15px;
    overflow: hidden;
    background:#fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
}
.designs-container li:hover{
    box-shadow: 2px 2px 10px #ccc;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    -moz-box-shadow: 2px 2px 10px #ccc;
    -ms-box-shadow: 2px 2px 10px #ccc;
    -o-box-shadow: 2px 2px 10px #ccc;
}
.designs-container li:nth-of-type(5n){
    margin-right: 0;
}
.designs-container li .designs-works-imgs{
    display: block;
    width:100%;
    height:228px;
    overflow: hidden;
}
.designs-container li .designs-works-imgs img{
    width:100%;
    height: auto;
}
.designs-container li .designs-works-imgs-1{
    display: block;
    width:100%;
    height:152px;
    overflow: hidden;
}
.designs-container li .designs-works-imgs-1 img{
    width:100%;
    height: auto;
}
.designs-container .designs-title{
    font-size: 14px;
    margin:8px 0 8px 0;
    padding:0 10px;
    color:#555;
    font-weight:normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.designs-container .designs-price{
    width:100%;
    border-bottom:1px solid #efefef;
    text-align: right;
    padding:0 10px 10px 10px;
    font-size:14px;
    color:#ff8514;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.designs-container .designs-infos-content{
    overflow: hidden;
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.designs-container .designs-infos-content dt{
    float: left;
    overflow: hidden;
    width: 65%;
    height:auto;
}
.designs-container .designs-infos-content dd{
    float: right;
    width:35%;
    text-align:right;
}
.designs-container .designs-infos-content dt a{
    display:block;
    overflow: hidden;
}
.designs-container .designs-infos-content dt a .designers-head-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 8px;
    overflow: hidden;
}
.designs-container .designs-infos-content dt a .designers-head-img img{
    width:100%;
    height:100%;
}
.designs-container .designs-infos-content dt p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:30px;
}
.designs-container .designs-infos-content .designer-name-font-style{
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:30px;
}
.designs-container .designs-infos-content dd{
    line-height: 30px;
    color:#ccc;
}
.designs-types{
    font-size: 12px;
    color:#ccc;
    padding:0 10px;
}
.works-browse-praise{
    overflow: hidden;
    padding:8px;
    border-bottom:1px solid #efefef;
}
.works-browse-praise dd{
    float: left;
    margin-right: 20px;

    color:#ccc;
}
.works-browse-praise .works-browse{
    padding-left:14px;
    background:url(../images/eyes_icon.png) no-repeat left center;

}
.works-browse-praise .works-praise{
    padding-left:14px;
    background:url(../images/commentShow_icon.png) no-repeat left center;
}
.works-browse-praise dd span{
    padding-left:5px;
}
.works-browse-praise dd:last-of-type{
    margin-right: 0;
}

/* *****************************  设计师--作品店铺首页 start ************************************ */



/* *****************************  设计师--个人中心 start ************************************ */

.personal-infos-bg{
    width: 100%;
    height: 280px;
    background: #efefef;
    overflow: hidden;
}
.personal-infos-bg-cneter{
    width:1200px;
    margin:0 auto;
    position:relative;
    height: 280px;
}
.personal-infos-bg img{
    display: block;
    position:absolute;
    left:0;
    top:0;
    margin-left:-360px;
}
.personal-infos-bg-cneter .uploadBanner{
    display: block;
    width: 80px;
    height: 30px;
    border-radius: 4px;
    background: #333;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.personal-infos-container{
    width: 100%;
    height: 250px;
    background: #fff;
    position: relative;
}
.personal-infos-content{
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -250px;
}
.personal-head-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;
    border:5px solid #fff;
}
.personal-head-img img{
    width: 100%;
    height: 100%;
}
.personal-name{
    font-size: 16px;
    color: #555;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 15px 0;
}
.personal-area-designerType{
    overflow: hidden;
    width: 300px;
    margin:0 auto 20px auto;
}
.personal-area-designerType li{
    float: left;
    width: 140px;
    color: #888;
}
.personal-area-designerType .personal-area{
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.personal-area-designerType .cut-line{
    width:20px;
    text-align: center;
}
.personal-area-designerType .personal-designerType{
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.personal-attention-contact{
    overflow: hidden;
    width: 184px;
    margin:0 auto;
}
.personal-attention-contact li{
    float: left;
    margin-right:20px;
}
.personal-attention-contact li:last-of-type{
    margin-right: 0;
}
.personal-attention-contact li a{
    display: block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    border:1px solid #ed6c01;
}
.personal-attention-contact li .personal-attention{
    background:#ed6c01;
    color:#fff;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
.personal-attention-contact li .personal-attention:hover{
    background:#ff8514;
    border-color:#ff8514;
}
.personal-attention-contact li .personal-contact{
    color:#ed6c01;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.personal-attention-contact li .personal-contact:hover{
    background:#ed6c01;
    color:#fff;
}
.personal-list{
    width:480px;
    position: absolute;
    left: 50%;
    bottom: 12px;
    margin-left: -240px;
}
.personal-list li{
    float: left;
    width:160px;
    text-align: center;
}
.personal-list li a{
    font-size: 14px;
    color: #666;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    padding-bottom:10px;
    border-bottom: 2px solid #fff;
}
.personal-list li a:hover{
    color: #ed6c01;
}
.personal-list li .personal-list-cur{
    border-bottom: 2px solid #ed6c01;
    color:#ed6c01;
}
.personal-designs-num-title{
    font-size: 14px;
    color: #999;
}
.personal-designs-num-title span{
    padding: 0 10px;
    font-size: 28px;
}

.personal-infos-show{
    background: #fff;
    border-radius: 6px;
}
.personal-information{
    padding:40px;
    border-bottom: 1px solid #efefef;
}
.personal-infos-show .personal-information:last-of-type{
    border-bottom:none;
}
.personal-information h4{
    font-size: 16px;
    color: #555;
}
.personal-information .personal-information-list{
    padding: 30px;
}
.personal-information .personal-information-list li{
    font-size: 14px;
    color: #555;
    line-height:30px;
}
.personal-information .personal-information-list li label{
    display:inline-block;
    width:100px;
    text-align: right;
    margin-right:10px;
}
.personal-information .personal-information-list li span{
    color: #888;

}

/* *****************************  设计师--个人中心 end ************************************ */




/* *****************************  设计师--设计作品列表 start ************************************ */

.designs-type-list-container{
    width:100%;
    border-top:1px solid #efefef;
    background: #fff;
    padding: 10px 0;
}
.designs-type-list{
    overflow: hidden;
}
.designs-type-list li{
    float: left;
    padding:0 20px;
    margin-top:20px;
}
.designs-type-list li a{
    font-size:14px;
    color: #888;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
}
.designs-type-list li a:hover{
    color:#ed6c01;
}
.designs-type-list li .designs-list-cur{
    color:#ed6c01;
}
.designs-rank-list{
    overflow: hidden;
    width:200px;
    margin:30px auto 10px auto;

}
.designs-rank-list li{
    float: left;
    width: 100px;
    text-align: center;
}
.designs-rank-list li a{
    font-size:14px;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -ms-transition:0.3s;
    -o-transition:0.3s;
    color: #555;
}
.designs-rank-list li a:hover{
    color:#ed6c01;
}
.designs-list-bg{
    background:#efefef;
    margin-top:20px;
}
.designs-list-ad{
    width:1200px;
    margin:0 auto;
    height:130px;
    overflow:hidden;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
}
.designs-list-ad a{
    display:block;
    width:100%;
    height:100%;
}
.designs-list-ad a img{
    width:100%;
    height:auto;
}

/* *****************************  设计师--设计作品列表 end ************************************ */




/* *****************************  设计师后台--我的收入 && 提现列表 start ************************************ */

.income-pay-title{
    font-size: 12px;
    color: #555;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}
.income-pay-container{
    width: 800px;
    margin: 20px auto;
    overflow: hidden;
}
.income-pay-container li{
    width: 400px;
    float: left;
    text-align: center;
    padding: 30px 0;
}
.income-pay-container li:first-of-type{
    width: 399px;
    border-right: 1px solid #efefef;
}
.income-pay-container li a{
    display: block;
    width: auto;
}
.income-pay-container li h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.income-pay-container li:first-of-type h4{
    color: #ec5151;
}
.income-pay-container li p{
    font-size: 14px;
    margin-bottom: 5px;
}
.income-pay-container li a.checkDetails{
    color: #ccc;
    font-size: 12px;
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.income-pay-container li a.checkDetails:hover{
    color: #333;
}
.income-pay-container li a.withdrawCash{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    background: #ec5151;
    color: #fff;
    margin:0 auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.income-pay-container li a.withdrawCash:hover{
    background: #e6002d;
}
.withdraw-cash-list-title {
    overflow: hidden;
    width: 900px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.withdraw-cash-list-title li{
    float: left;
    width: 180px;
    text-align: center;
    font-weight: bold;
    color: #555;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.withdraw-cash-list-title li:last-of-type{
    border-right: none;
}
.withdraw-cash-list-col{
    overflow: hidden;
    line-height: 60px;
    border-bottom: 1px solid #efefef;
}
.withdraw-cash-list-col li{
    width: 180px;
    float: left;
    text-align: center;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.withdraw-cash-list-col li span{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.withdraw-cash-list-col li:nth-of-type(2),.withdraw-cash-list-col li:nth-of-type(3){
    color: #333;
}
.withdraw-cash-list-col li:nth-of-type(4){
    color: #0885e7;
    /*background: url(../images/order_icon.png) no-repeat 20px center;*/
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    padding-left: 18px;
}
.blue{
    color: #0885e7;
}
.gray{
    color: #ccc;
}
.red{
    color: #e6002d;
}


/* *****************************  设计师后台--我的收入 && 提现列表 end ************************************ */




/* *****************************  设计师后台--我的收入支出明细  start ************************************ */

.income-pay-title span{
    font-weight: normal;
    color: #888;
    padding-left: 6px;
}
.income-pay-title a{
    float: right;
    font-weight: normal;
    color: #888;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.income-pay-title a:hover{
    color: #333;
}
.income-pay-container li .moneyTips-1{
    color: #ec5151;
    background: url(../images/money_icon_1.png) no-repeat 150px center;
}
.income-pay-container li .moneyTips-2{
    color: #61b1ef;
    background: url(../images/money_icon_2.png) no-repeat 150px center;
}
.income-pay-container li .moneyTips-1,.income-pay-container li .moneyTips-2{
    line-height: 30px;
    padding-left: 35px;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
    -ms-background-size: 30px auto;
}

.income-pay-details-title{
    overflow: hidden;
    width: 900px;
    border-bottom: 1px solid #888;
    padding: 10px 0;
}
.income-pay-details-title>li{
    float: left;
    border-right: 1px solid #efefef;
    color: #888;
    box-sizing: border-box;
    padding-left: 12px;
}
.income-pay-details-title>li:last-of-type{
    border-right: none;
}
.income-pay-details-container{
    width: 900px;
    margin: 20px auto 80px auto;
}
.income-pay-details-container .income-pay-col{
    overflow: hidden;
    width: 900px;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
}
.income-pay-details-container .income-pay-col>li{
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left:11px;
    box-sizing: border-box;
    color: #888;
}
.income-pay-details-container .income-pay-col>li p{
    padding: 0;
    margin: 0;
    line-height: 16px;
    color: #999;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(1){
    margin-top: 10px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(1) p span{
    padding-left: 5px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(2) a{
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(2) a:hover{
    text-decoration: underline;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(3) a{
    color: #0885e7;
    background: url(../images/order_icon.png) no-repeat left center;
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    padding-left: 18px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(4){
    color: #e6002d;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(5) a {
    width: 100%;
    padding-left: 16px;
}
.w100{
    width: 88px;
}
.w130{
    width: 118px;
}
.w150{
    width: 138px;
}
.w170{
    width: 158px;
}
.w350{
    width: 338px;
}

.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-1{
    background: url(../images/cash_icon_1.png) no-repeat right 2px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-2{
    background: url(../images/cash_icon_3.png) no-repeat right 2px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-3{
    background: url(../images/cash_icon_2.png) no-repeat right 2px;
}
.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-1,.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-2,.income-pay-details-container .income-pay-col>li:nth-of-type(5) .canCash-3{
    background-size: 14px 14px;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px 14px;
    -o-background-size: 14px 14px;
    padding-right: 20px;
}


/* *****************************  设计师后台--我的收入支出明细  end ************************************ */




/* *****************************  设计师后台--资产提现 start ************************************ */

.DrawCashContainer{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.DrawCashTitle{
    overflow: hidden;
    padding: 20px 30px;
    border-bottom: 2px solid #efefef;
}
.DrawCashTitle dt,.DrawCashTitle dd{
    float: left;
    font-size: 16px;
}
.DrawCashTitle dt{
    font-weight: bold;
    color: #555;
}
.DrawCashTitle dd{
    margin-left: 30px;
    color: #555;
}
.DrawCashTitle dd span{
    color: #e6002d;
    padding: 0 5px;
}
.DrawCashDom{
    width: 800px;
    margin: 40px auto;
}
.DrawCashDom-col{
    overflow: hidden;
    margin-bottom: 30px;
}
.DrawCashDom-col label{
    display: inline-block;
    width: 100px;
    text-align: right;
    color: #555;
    font-size: 14px;
}
.DrawCashDom-col .DrawCashDom-text{
    display: inline-block;
    border: 1px solid #ccc;
    width: 180px;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    padding: 2px 6px;
    color: #555;
    outline: none;
    margin-left: 10px;
}
.DrawCashDom-col .DrawCash-tips{
    margin-left: 20px;
    color: #999;
}
.DrawCashDom-tel-code{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #555;
    margin-left: 20px;
    padding: 0 10px;
    cursor: pointer;
    outline: none;
}
.DrawCashDom-btn{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 50px auto 20px auto;
    border-radius: 4px;
    background: #333;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;

}
.DrawCashDom-btn:hover{
    background: #444;
    color: #fff;
    text-decoration: none;
}
.DrawCashDom-col .DrawCashDom-red-icon{
    color: #e6002d;
    padding-left: 16px;
    background: url(../images/hi_icon.png) no-repeat 52px  center;
    background-size: 14px 14px;

}

/***********  模态框 start  ************/

.cashModel-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.cashModel{
    width: 450px;
    height: 450px;
    margin: 180px auto;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #efefef;
}
.cashModel .cashModel-title{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-top: 30px;
}
.cashModel .cashModel-infos{
    width: 80%;
    margin: 50px auto;
}
.cashModel .cashModel-infos .cashModel-infos-col{
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    line-height: 50px;
}
.cashModel .cashModel-infos .cashModel-infos-col label{
    display: inline-block;
    width: 100px;
    text-align: right;
}
.cashModel .cashModel-infos .cashModel-infos-col p{
    display: inline-block;
    margin-left: 10px;
    color: #888;
}
.DrawCashDom-btn-cc{
    overflow: hidden;
    width: 180px;
    margin: 0 auto;
}
.DrawCashDom-btn-cc li{
    float: left;
    margin-right: 20px;
}
.DrawCashDom-btn-cc li:nth-of-type(2){
    margin-right: 0;
}

/***********  模态框 end  ************/


/* *****************************  设计师后台--资产提现 end ************************************ */




/* *****************************  设计师后台--我的订单(trade) start ************************************ */

.trade-title{
    width:100%;
    font-size:16px;
    font-weight:bold;
    color:#555;
    position: relative;
}
.trade-title-1{
    width:100%;
    border-bottom:1px solid #efefef;
    padding-bottom:8px;
    font-size:14px;
    color:#555;
}
.trade-title-1 span{
    color:#ccc;
    padding-left:10px;
    font-size:12px;
}
.trade-title-1 span i{
    font-style: normal;
    padding:0 2px;
}
.trade-list-order{
    overflow: hidden;
    width:900px;
    padding:30px 0 10px 0;
    margin:0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.trade-list-order li{
    float: left;
    width:178px;
    border-right:1px solid #efefef;
    text-align: center;
}
.trade-list-order li:last-of-type{
    border-right:none;
}
.trade-list-order li span{
    display:block;
    margin-bottom:8px;
}
.trade-list-order li p{
    color: #999;
}
.trade-title-2{
    width:100%;
    padding-bottom:8px;
    font-size:14px;
    color:#555;
}
.search-tradeList{
    width:100%;
    /*overflow: hidden;*/
    margin:20px 0;
}
.search-tradeList-group{
    float: left;
    width: 162px;
    /*overflow: hidden;*/
    margin-right:20px;
    position:relative;
}
.search-tradeList-group .pullDownIcon{
    display:block;
    width: 6px;
    height: 4px;
    background: url(../images/jianjiao.png);
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    position:absolute;
    right:12px;
    top:11px;
}
.search-tradeList-group:last-of-type{
    margin-right:0;
}
.search-tradeList-group label{
    font-size:12px;
    color: #888;
    display:inline-block;
    float: left;
    width:50px;
}
.search-tradeList-group input{
    display:inline-block;
    border-bottom:1px solid #ccc;
    outline: none;
    float: left;
    width:92px;
    padding:0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size:12px;
    color:#999;
}
.search-tradeList-group .trade-status-list{
    position:absolute;
    z-index: 999;
    width:100px;
    background:#fff;
    border-bottom:1px solid #ccc;
    left:55px;
    top:-1px;
    text-align:center;
    padding: 0 5px 0 5px;
    color: #999;
    font-size: 12px;
    /*display:none;*/
}
.search-tradeList-group .trade-status-list option{
    color: #999;
}
.search-tradeList-group .trade-status-list li{
    line-height:24px;
    color: #888;
    cursor:pointer;
}
.search-tradeList-group .trade-status-list li:hover{
    background:#efefef;
}
.search-tradeList-btn{

}
.search-tradeList-btn .check-order-submit{
    display: inline-block;
    cursor: pointer;
    color:#888;
    padding-right:16px;
    background:url(../images/design_search_icon.png) no-repeat right center;
    background-size:14px 14px;
    -webkit-background-size:14px 14px;
    -moz-background-size:14px 14px;
    -o-background-size:14px 14px;
    -ms-background-size:14px 14px;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
}
.search-tradeList-btn .check-order-submit:hover{
    color:#ff8514;
}
.trade-list-container{
    width:100%;
    height:auto;
    border:1px solid #efefef;
    padding:20px 0;
}
.trade-list-container .trade-list-title{
    overflow: hidden;
    width:100%;
    margin-bottom:20px;
}
.trade-list-container .trade-list-title li{
    float: left;
    width:150px;
    text-align:center;
    color:#666;
    font-weight:bold;
}
.trade-list-group{
    width:100%;
}
.trade-list-group .trade-list-del{
    overflow: hidden;
    padding:8px 0;
}
.trade-list-group .trade-list-del li,.trade-list-group .trade-list-del li a{
    float: left;
    width:150px;
    text-align:center;
    font-size: 12px;
    color: #888;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.trade-list-group .trade-list-del li a:hover{
    text-decoration:underline;
}
.trade-list-group .trade-list-del li span{
    margin-right:5px;
}


/* *****************************  设计师后台--我的订单(trade) end ************************************ */




/* *****************************  设计师后台--订单信息(OrderInfos) start ************************************ */

.trade-title span.order-tips,.trade-title a{
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
    padding-left: 10px;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
}
.trade-title a{
    position: absolute;
    right:0;
    top:0;
    font-size: 14px;
    color: #999;
}
.trade-title a:hover{
    color: #333;
}
.padding20{
    padding:0 20px;
    overflow: hidden;
}
.ordertitle{
    overflow: hidden;
    font-weight: bold;
    color: #444;
}
.ordertitle dt{
    float: left;
}
.ordertitle dd{
    float: right;
    margin-right:20px;
}
.ordertitle dd span{
    font-weight: normal;
    color: #888;
}
.orderBasicInfos{
    width: 810px;
    padding:0 5px;
    overflow: hidden;
    margin-top:10px;
}
.orderBasicInfos li{
    width: 270px;
    float: left;
    line-height: 30px;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*overflow-x: auto;*/
}
.orderBasicInfos li span{
    color: #888;
}
.order-goodsInfos{
    border:1px solid #efefef;
}
.order-goodsInfos-list{
    overflow: hidden;
    width: 820px;
    text-align: center;
    padding:10px 0;
    background:#efefef;
}
.order-goodsInfos-list dt{
    width:420px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.order-goodsInfos-list dt a:hover{
    text-decoration: underline;
}
.order-goodsInfos-list dd{
    width: 100px;
    float: left;
}
.orderTotalPrice{
    margin-top: 20px;
    float: right;
    color:#888;
}
.orderTotalPrice span{
    color:#555;
    /*font-weight: normal;*/
    padding:0 4px;
}
.marginTop20{
    margin-top:20px;
}
.transport-ways{
    width: 100%;
}
.transport-ways li{
    float: left;
    line-height: 26px;
}
#transport-ways-list{
    width: 200px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding:0 10px;
    display: inline-block;
    border:1px solid #efefef;
    /*color: #888;*/
}
#transport-ways-list option{
    display: block;
    line-height: 26px;
}
#trackingNumber{
    display: inline-block;
    width: 200px;
    height: 26px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border:1px solid #efefef;
    /*color: #888;*/
    outline: none;
}
.transport-btn{
    overflow: hidden;
    float: right;
    margin-top: 20px;
}
.transport-btn li{
    float: left;
    margin-right: 20px;
}
.transport-btn li a{
    display: block;
    padding: 6px 20px;
    /*border:1px solid #efefef;*/
    font-size:12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #ec5151;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.transport-btn li a:hover{
    background: #e6002d;
}
.remarkInfosContainer{
    display: none;
    height: auto;
}
.remark-tab-shows{
    display: block;
}
#remark{
    width: 100%;
    padding:5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border:1px solid #efefef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #888;
    outline: none;
}
.transportInfos{
    width: 100%;
}
.transportInfos li {
    line-height: 22px;
    font-size: 12px;
    color: #999;
}
.remarkInfos{
    font-size: 12px;
    color: #888;
    margin: 8px 0;
    padding:0 20px;
    /*display: inline-block;*/
}
#reEditorCon{
    height: 14px;
    line-height: 14px;
}
.reEditor{
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url(../images/editor_icon.png) no-repeat 0 1px;
    background-size: 100% 100%;
    margin-left: 5px;
}
#reEditorCon:hover .reEditor{
    display: inline-block;
}

/* *****************************  设计师后台--订单信息(OrderInfos) end ************************************ */




/* *****************************  设计师后台--订单退款(back) start ************************************ */

.ordertitle .curTitleColor{
    color: #e6002d;
}
.remarkInfos-1{
    width: 800px;
    height: 80px;
    padding: 5px;
    border: 1px solid #efefef;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #888;
}
.remarkImgs{
    overflow: hidden;
    width: 800px;
    /*height:102px;*/
}
.remarkImgs li{
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    margin-right: 15px;
    float: left;
}
.returnBack{
    overflow: hidden;
    float: right;
    margin-top: 50px;
}
.returnBack li{
    float: left;
    margin-right: 20px;
    /*display: none;*/
}
.returnBack li a{
    display: block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #efefef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    background: #ec5151;
    color: #fff;
}
.returnBack li a:hover{
    background: #e6002d;
}
.returnBack li:last-of-type a{
    background: #ccc;
}
.returnBack li:last-of-type a:hover{
    background: #ccc;
}
.returnTransportHide{
    display: none;
}
.returnBack .returnShows{
    display: block;
}

.dom-records{
    width: 820px;
    margin: 10px auto 0 auto;
}
.dom-records thead tr{
    height: 30px;
}
.dom-records thead tr td{
    font-size: 14px;
    color: #333;
}
.dom-records tbody tr{
    height: 20px;
}
.dom-records tbody tr td{
    color: #666;
}

.transport-list thead{
    border-bottom: 1px solid #efefef;
}
.transport-list thead tr{
    height: 40px;
}
.transport-list tbody{

}
.transport-list tbody tr{
    height: 30px;
}
.transport-list tbody tr td{
    color: #666;
}



/* *****************************  设计师后台--订单退款(back) end ************************************ */



/* *****************************  设计师后台--订单换货(exchange) start ************************************ */

.returnBack-1{
    overflow: hidden;
    float: right;
    margin-top:50px;
}
.returnBack-1 li{
    float:left;
    margin-right:20px;
    /*display: none;*/
}
.returnBack-1 li a{
    display: block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #efefef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    background: #ec5151;
    color: #fff;
}
.returnBack-1 li a:hover{
    background: #e6002d;
}
.hide{
    display: none;
}


/* *****************************  设计师后台--订单换货(exchange) end ************************************ */






















