.seller-wrapper {
    width: 100%;
    height: auto;
	margin-top: 50px;
}
.seller-wrapper .seller-infos,
.seller-wrapper .seller-container,
.seller-wrapper .seller-controls {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}
.seller-wrapper .seller-infos {
    background: url('../images/seller_info_bg.png') no-repeat center;
    height: 320px;
    width: 100%;
    overflow: hidden;
}
.seller-wrapper .seller-infos::before {
    content: '';
    display: inline;
}
.seller-wrapper .seller-infos .seller-avatar {
    border: 5px solid #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin: 18px auto 18px;
}
.seller-wrapper .seller-infos .seller-avatar img{
    border-radius: 100%;
    width: 120px;
    height: 120px;
}
.seller-wrapper .seller-infos .seller-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.seller-wrapper .seller-infos .seller-title .seller-names {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}
.seller-wrapper .seller-infos .seller-title .authenticate {
    position: relative;
    display: flex;
    align-items: center;
    
}
.seller-wrapper .seller-infos .seller-title .authenticate p{
    width: 60px;
    height: 20px;
    background: #FFFFFF;
    border: 0 solid #666666;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.50);
    border-radius: 2px;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: -50px;
    bottom: -25px;
    display: none;
}
.seller-wrapper .seller-infos .seller-title img {
    font-size: 24px;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    cursor: pointer;
}

.seller-wrapper .seller-infos .follow-seller a{
	color: #fff;
	text-decoration: none;
}
.seller-wrapper .seller-infos .follow-seller {
    width: 120px;
    height: 36px;
    background: #FA5E5F;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto;
    cursor: pointer;
}
.seller-wrapper .seller-infos .follow-seller:hover {
    background: #FA4A4B;
}

.seller-wrapper .seller-infos .follow-seller img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.seller-wrapper .seller-infos .seller-nums {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}
.seller-wrapper .seller-infos .seller-nums p {
    width: 235px;
    position: relative;
}
.seller-wrapper .seller-infos .seller-nums p:nth-of-type(2):after {
    opacity: 0.6;
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.seller-wrapper .seller-infos .seller-nums p:nth-of-type(2)::before {
    opacity: 0.6;
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.seller-wrapper .seller-infos .seller-nums span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
.seller-wrapper .seller-infos .seller-nums span.work-nums,
.seller-wrapper .seller-infos .seller-nums span.sales-amount,
.seller-wrapper .seller-infos .seller-nums span.fans {
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}

.seller-wrapper .seller-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seller-wrapper .seller-controls .seller-options {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    height: 100%;
}
.seller-wrapper .seller-controls .seller-options p a {
    margin-right: 24px;
    cursor: pointer;
    height: 100%;
    line-height: 62px;
	text-decoration: none;
}
.seller-wrapper .seller-controls .seller-options p a:hover {
    color: #FA5E5F;
}
.seller-wrapper .seller-controls .seller-options .selected a{
    color: #FA5E5F;
}
.seller-wrapper .seller-controls .seller-options .dividing_line{
    width: 1px;
    height: 14px;
    margin: auto 26.5px auto 2.5px;
    background: #999999;
}
.seller-wrapper .seller-controls .seller-options .seller-templates {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: 62px;
}
.seller-wrapper .seller-controls .seller-options .seller-templates img{
    width: 10px;
    height: 6px;
    margin-left: 5px;
}
.seller-controls .seller-options .seller-templates .second-navs {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(175,175,175,0.50);
    border-radius: 2px;
    position: absolute;
    width: 116px;
    left: 0;
    top: 50px;
    z-index: 10;
    display: none;
}
.seller-controls .seller-options .seller-templates .second-navs>li{
    font-size: 14px;
    color: #666666;
    padding: 13px 30px;
    cursor: pointer;
    position: relative;
}
.seller-controls .seller-options .seller-templates .second-navs>li a{
    font-size: 14px;
    color: #666666;
	text-decoration: none;
}
.seller-controls .seller-options .seller-templates .second-navs>li:hover {
    background: #EEEEEE;
}
.seller-controls .seller-options .seller-templates .third-navs-mask {
    right: -470px;
    top: 0;
    margin-left: 140px;
    width: 540px;
    height: 150px;
    position: absolute;
}
 .seller-controls .seller-options .seller-templates .third-navs {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(175,175,175,0.50);
    border-radius: 2px;    
    position: absolute;
    left: 124px;
    top: 0;
    display: none;
 }
 .seller-controls .seller-options .seller-templates .third-navs>li{
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid rgba(151,151,151,.40);
 	width: 400px;
 }
 .seller-controls .seller-options .seller-templates .third-navs>li>a{
    padding: 15px;
    display: inline-block;
    
 }
 .seller-controls .seller-options .seller-templates .third-navs>li>a:hover {
    color: #FA5E5F;
 }
 .third-navs li:nth-of-type(3) {
     border: none;
 }
.third-navs li:nth-of-type(2) a:nth-of-type(3),
.third-navs li:nth-of-type(3) a:nth-of-type(3) {
    width: 139.98px;
    box-sizing: border-box;
}

.seller-wrapper .seller-controls .seller-input {
    margin: 20px 0 10px;
    position: relative;
    
}
.seller-wrapper .seller-controls .seller-input>input {
    height: 28px;
	line-height: 28px;
    border: 1px solid #FA5E5F;
    border-radius: 100px;
    width: 152px;
    opacity: 0.7;
    font-size: 12px;
    color: #999999;
    outline: none;
    padding-left: 14px;
}
.seller-wrapper .seller-controls .seller-input .serach-icon {
    position: absolute;
    right: 0;
    top:0;
    height: 30px;
    width: 36px;
    border-left: 1px solid #FA5E5F;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px; 
    background: #FA5E5F;
    text-align: center;
    line-height: 30px;
}
.seller-wrapper .seller-controls .seller-input .serach-icon img {
    width: 16px;
    height: 16px;
}

.seller-wrapper .seller-container {
    display: flex;
    flex-wrap: wrap;
}
.seller-wrapper .seller-container>li {
    width: 288px;
    margin-right: 13px;
    height: 390px;
    background: #FFF;
    border: 1px solid #EEE;
    margin-bottom: 20px;
    position: relative;
}
.seller-wrapper .seller-container>li:nth-of-type(4n) {
    margin-right: 0;
}
.seller-wrapper .seller-container .onecp .hyimg1 {
    position: absolute;
    right: -4px;
    top: -1px;
    z-index: 3;
}
.seller-wrapper .seller-container .onecp .hyimg2 {
    position: absolute;
    right: -4px;
    top: 2px;
    z-index: 1;
}
.seller-wrapper .seller-container .onecp .cpimg {
    position: relative;
    overflow: hidden;
    display: block;
    top: -1px;
    left: -1px;
    width: 290px;
    height: 322px;
    z-index: 2;
}
.seller-wrapper .seller-container .onecp .cpimg img {
    width: 290px;
}
.seller-wrapper .seller-container .onecp .cptitle {
    font-size: 12px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: block;
    font-weight: bold;
}
.seller-wrapper .seller-container .onecp .llandbuy {
    margin-left: 8px;
    display: block;
    float: right;
    text-align: right;
    margin-right: 15px;
    width: 155px;
    color: #bbbbbb;
    font-size: 12px;
}
.seller-wrapper .seller-container .onecp .liulannum {
    margin-right: 5px;
}
.seller-wrapper .seller-container .onecp .salenum {
    margin-left: 5px;
}
.seller-wrapper .seller-container .onecp .downloadimg {
    position: absolute;
    left: -1px;
    bottom: 0;
    z-index: 6;
    width: 145px;
    height: 69px;
    display: none;
}
.seller-wrapper .seller-container .onecp .downloadimg img {
    width: 145px;
    height: 69px;
}
.seller-wrapper .seller-container .onecp .collectionimg {
    position: absolute;
    left: 144px;
    bottom: 0;
    z-index: 6;
    width: 145px;
    height: 69px;
    display: none;
	cursor: pointer;
}
.seller-wrapper .seller-container .onecp .collectionimg img {
    width: 145px;
    height: 69px;
}
.pagination {
    height: 35px;
    margin: 30px auto;
    padding-left: 0px;
    width: 1200px;
    text-align: center;
	float: none;
}
.pagination ul {
    display: inline-block;
    font-size: 12px;
    text-align: left;
}
.pagination ul li {
    display: inline;
    list-style-type: none;
    float: left;
}
.pagination li span {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    list-style-type: none;
    display: inline;
    float: left;
    margin: 0px 2px;
    border: 1px solid #d2d2d2;
    height: 30px;
    text-align: center;
    padding: 0px 15px;
    cursor: pointer;
}
.pagination li span.currentpage {
    color: #FFF;
    background-color: #333333;
    border: 1px solid #333333;
}
.pagination li span:hover {
    color: #FFF;
    background-color: #333333;
    border: 1px solid #333333;
}