/*主体开始*/
.main {
    height: 100%;
    width: 1190px;
    margin: 0 auto;
}

/*快捷*/
.main_nav {
    float: left;
    width: 236px;
    margin-top: 14px;
}

.navs {
    background: #fff;
    border-radius: 2px;
}

.navs span {
    display: block;
    height: 42px;
    background: #2c6bea;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid #f6f6f6;
    border-radius: 2px 2px 0px 0px;
}

.navs .item {
    margin: 0 14px;
    border-bottom: 1px solid #f6f6f6;

}

.navs .item .extra {
    padding-top: 14px;
    padding-bottom: 6px;
    font-weight: 500;
}

.navs .item .extra a {
    font-size: 14px;
    display: block;
}

.navs .item .extra:hover a {
    color: #2c6bea;
}

.navs .item .angle {
    padding-bottom: 10px;
}

.navs .item .angle a {
    color: #999;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 1px solid #eee;
}

.navs .item .angle a:last-child {
    border-right: 0;
}

.navs .item .angle a:hover {
    color: #409eff;
}

.navs .menu-bottom {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #2c6bea;
}

/*轮播*/
.main_index {
    float: left;
    width: 650px;
    margin-top: 14px;
}

.main_banner {
    width: 638px;
    float: left;
    margin: 0 14px;
}

.ck-slide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-slide {
    position: relative;
    overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
    position: absolute;
    margin-top: 0px;
    height: 246px;
}

.ck-slide ul.ck-slide-wrapper li a {
    line-height: 0px;
    display: block;
}

.ck-slide ul.ck-slide-wrapper li a img {
    height: 306px;
    width: 638px;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 46px;
    margin-top: -24px; /* border-radius: 4px; */
    opacity: .15;
    background: red;
    text-indent: -9999px;
    background-repeat: no-repeat;
    transition: opacity 0.2s linear 0s;
}

.ck-slide .ck-prev {
    left: 0px;
    background: url(../images/arrow-left.png) #00000096 32% no-repeat;
}

.ck-slide .ck-next {
    right: 0;
    background: url(../images/arrow-right.png) #00000096 50% no-repeat;
}

.ck-slidebox {
    position: absolute;
    left: 50%;
    bottom: -4px;
    z-index: 30;
}

.ck-slidebox ul {
    height: 14px;
    padding: 0 4px;
    border-radius: 8px; /* background:rgba(0,0,0,0.5); */
}

.ck-slidebox ul li {
    float: left;
    height: 12px;
    margin: 4px 4px;
}

.ck-slidebox ul li em {
    display: block;
    width: 22px;
    height: 3px; /* border-radius:100%; */
    background-color: #fff;
    text-indent: -9999px;
    cursor: pointer;
}

.ck-slidebox ul li.current em {
    background-color: #2c6bea;
}

.ck-slidebox ul li em:hover {
    background-color: #2c6bea;
}

/*服务*/
.main_seve {
    float: left;
    width: 638px;
    height: 97px;
    background: #fff;
    margin: 14px;
}

.seve .item {
    border-right: 1px solid #eee;
    float: left;
    padding: 14px;
    width: 184px;
    height: 69px;
}

.seve .item:last-child {
    border: 0;
}

.seve .item .link {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.seve .item .link .tit {
    font-size: 14px;
    color: #333;
    padding: 6px 30px;
}

.seve .item .link .desc {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 18px;
    height: 34px;
    width: 110px;
    margin: 8px;
}

.seve .item .link .pic {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 70%;
    top: 16px;
    transition: all 0.1s ease;
}
.seve .item .link .icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 70%;
    top: 16px;
}

.seve .item:hover .tit {
    color: #2c6bea
}

.seve .item:hover .link .pic {
    left: 71%;
    transition: all 0.1s linear;
}

.seve .item .link .img {
    width: 100%;
    height: 100%;
}

/*用户*/
.main_focus {
    float: right;
    background: #fff;
    width: 290px;
    margin-top: 14px;
}

.focus {
    background: #FFF;
}

.focus .user {
    padding: 14px 18px;
    height: 48px;
    background: #fff;
}

.focus .user img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.focus .user .login {
    float: left;
    margin-left: 18px;
}

.focus .user .login span {
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
}

.focus .user .login a {
    color: #2c6bea;
    font-size: 14px;
}

.focus .user .login p {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.focus .data {
    height: 72px;
    padding: 14px;
}

.focus .data .jyshuju {
}

.focus .data .jyshuju .item {
    float: left;
    text-align: center;
    position: relative;
    width: 33.3%;
}

.focus .data .jyshuju .item span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #2c6bea;
}

.focus .data .jyshuju .item p {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #2f2f2f;
}

.focus .data .jyshuju .item:after {
    content: '';
    position: absolute;
    height: 20px;
    border-right: 1px solid #53ac5f;
    right: 0;
    top: 10px;
    opacity: .5;
}

.focus .data .jyshuju .item:last-child:after {
    display: none
}

.focus .data .jydongtai {
    width: 100%;
    height: 28px;
    background-color: #2c6bea0a;
}

.focus .data .jydongtai .t_news {
    height: 28px;
    color: #666;
    padding-left: 10px;
    margin: 6px 0;
    overflow: hidden;
    position: relative;
}

.focus .data .jydongtai .t_news b {
    line-height: 28px;
    font-weight: bold;
    display: inline-block;
}

.focus .data .jydongtai .news_li, .focus .data .jydongtai .swap {
    line-height: 28px;
    display: inline-block;
    position: absolute;
    top: 0px; /* left: 44px; */
}

.focus .data .jydongtai .news_li a, .focus .data .jydongtai .swap a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    width: 210px;
}

.focus .data .jydongtai .news_li a:hover {
    color: #2c6bea;
    text-decoration: underline;
}

.focus .data .jydongtai .swap a:hover {
    color: #2c6bea;
    text-decoration: underline;
}

.focus .data .jydongtai .swap {
    top: 28px;
}

.focus .card {
    height: 100%;
}

.focus .card .class {
    display: inline-block;
    margin: 8px 13px 4px;
    width: 264px;
}

.focus .card .class .on {
    color: #2c6bea;
}

.focus .card .class li {
    float: left;
    width: 33%; /* font-weight: bold; */
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #eee;
    cursor: pointer
}

.focus .card .class li:last-child {
    border-right: 0;
}

.focus .card .panes {
    border-top: 1px solid #eee;
}

.focus .card .panes .pane {
    display: none;
}

.focus .card .panes .pane ul {
    padding: 6px 18px 6px 18px;
}

.focus .card .panes .pane ul li {
    height: 27px;
    line-height: 27px;
}

.focus .card .panes .pane ul li a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.focus .card .panes .pane ul li a:hover {
    color: #2c6bea;
}

.focus .card .panes .pane ul li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2c6bea;
    margin-right: 8px;
    margin-top: 11px;
    vertical-align: top;
}

.fastshop {
    height: 34px; /* padding: 6px 14px; */
    border-top: 1px solid #eee;
}

/*商品*/
.main_goods {
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 4%);
    border-radius: 2px;
}

.goods .title {
    position: relative;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px 2px 0px 0px;
}

.goods .title p {
    font-size: 20px;
    font-weight: bold;
    cursor: default;
    width:40%;
}
.goods .title span{
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-left: 4px;
}
.goods .title a{
    color: #999999;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
}


.goods .title p:before {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 4px;
    height: 20px;
    top: -2px;
    background-color: #2c6bea;
}

.goods .title .list {
    position: relative;
    top: 0;
    float: right;
}

.goods .title .list li {
    width: 75px;
    text-align: center;
    float: left;
    display: inline;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.goods .title .list li:hover{
    color:#2c6bea;
}
.goods .title .list li.on {
    color: #2c6bea;
    font-weight: bold;
}
.goods .title .list li.on:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #2c6bea;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 15px;
}

.goods .title .list p {
    position: absolute;
    top: 54px;
    left: 0px;
    width: 100px;
    height: 12px;
    border-top: 2px solid #2c6bea;
    overflow: hidden;
    text-align: center;
}

.goods .title .list b {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 0px;
    border-style: solid dashed dashed dashed;
    border-width: 4px;
    border-color: #2c6bea #fff #fff #fff;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    position: relative;
    top: -24px;
}

.goods .product-wrap .show {
    display: block;
}

.goods .product {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}

.goods .product .codes dl {
    float: left;
    width: 210px;
    overflow: hidden;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.goods .product .codes dl:hover dt a img {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.goods .product .codes dl:nth-child(5) {
    border-right: 0px solid #eee;
}

.goods .product .codes dl:hover {
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}

.goods .product .codes dt {
    padding: 0;
    position: relative;
    width: 208px;
    height: 186px;
    overflow: hidden;
}

.goods .product .codes dt img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.goods .product .codes dd {
    width: 208px;
}

.goods .product .codes dd .attr {
    width: 100%;
    padding: 10px 0 0 0;
    display: inline-block;
}

.goods .product .codes dd .attr em {
    float: left;
    color: #ff1100;
    font-size: 12px;
    font-weight: bold;
}

.goods .product .codes dd .attr strong {
    font-size: 14px;
}

.goods .product .codes dd .attr span {
    color: #999;
    float: right;
    padding-top: 3px;
}

.goods .product .codes dd .tline {
    padding: 0px 0px 6px 0;
    line-height: 20px;
    border-bottom: 1px dashed #eee;
    height: 38px;
}

.goods .product .codes dd .tline a {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.goods .product .codes dd .bottom {
    padding: 8px 0 0 0;
    height: 22px;
}

.goods .product .codes dd .bottom .avatar {
    float: left;
    width: 20px;
    height: 20px;
}

.goods .product .codes dd .bottom .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.goods .product .codes dd .bottom .info {
    float: left;
    margin-left: 8px;
    width: 178px;
    position: relative;
    top: 2px;
}

.goods .product .codes dd .bottom .head {
}

.goods .product .codes dd .bottom .head .shoper {
    float: left;
}

.goods .product .codes dd .bottom .head .shoper a {
    color: #666;
}

.goods .product .codes dd .bottom .head .attach {
    float: right;
}

.goods .product .codes dd .bottom .head .attach a:hover {
    color: #2c6bea
}

.goods .product .codes dd .bottom .bott {
    float: left;
    color: #999;
    padding: 2px 0 0 0;
}

.goods .product ul {
}

.goods .product li {
    float: left;
    padding: 12px 14px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.goods .product li:hover {
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}

.goods .product li:nth-child(4) {
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
}

.goods .product li:nth-child(8) {
    border-right: 0px solid #eee;
    border-bottom: 1px solid #eee;
}

.goods .product li:nth-child(9) {
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
}

.goods .product li:nth-child(10) {
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
}

.goods .product li:nth-child(11) {
    border-right: 1px solid #eee;
    border-bottom: 0px solid #eee;
}

.goods .product li:nth-child(12) {
    border-right: 0px solid #eee;
    border-bottom: 0px solid #eee;
}

.goods .product .seleft {
    float: left;
    text-align: center;
    width: 112px;
}

.goods .product .seleft img {
    width: 100%;
    height: 100%;
}

.goods .product .seright {
    float: left;
    padding-left: 14px;
    width: 156px;
    height: 100%;
}

.goods .product .seright .sline {
    padding-bottom: 14px;
}

.goods .product .seright .sline a {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.goods .product .seright .attr {
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding-bottom: 6px;
    display: inline-block;
}

.goods .product .seright .attr em {
    float: left;
    color: #2c6bea;
    font-size: 12px;
    font-weight: bold;
}

.goods .product .seright .attr strong {
    font-size: 14px;
}

.goods .product .seright .attr span {
    color: #999;
    float: right;
}

.goods .product .seright .bottom {
    padding: 4px 0 0 0;
    height: 24px;
}

.goods .product .seright .bottom .avatar {
    float: left;
    width: 20px;
    height: 20px;
}

.goods .product .seright .bottom .avatar img {
    width: 100%;
    height: 100%;
}

.goods .product .seright .bottom .info {
    float: left;
    margin-left: 8px;
    width: 106px;
    position: relative;
    top: 2px;
}

.goods .product .seright .bottom .head {
}

.goods .product .seright .bottom .head .shoper {
    float: left;
}

.goods .product .seright .bottom .head .shoper a {
    color: #666;
}

.goods .goods .product .seright .bottom .head .attach {
    float: right;
}

/*网站*/
.goods .product .web dl {
    float: left;
    width: 238px;
    overflow: hidden;
    padding: 12px 14px;
    border-right: 1px solid #eee;
}

.goods .product .web dl:nth-child(5) {
    border-right: 0px solid #eee;
}

.goods .product .web dl:hover {
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}

.goods .product .web dt {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.goods .product .web dt em {
    float: left;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    background: #fff3eb;
    border: 1px solid #fdc7a2;
    height: 24px;
    width: 60px;
    color: #2c6bea;
}

.goods .product .web dt span {
    display: block;
    margin-left: 60px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #eee;
    border-left: 0;
    padding: 0 4px 0 4px;
    color: #999;
}

.goods .product .web dd .webpic {
    padding: 0;
    position: relative;
    width: 208px;
    height: 215px;
    overflow: hidden;
}

.goods .product .web dd .webpic img {
    width: 100%;
    height: 100%;
}

.goods .product .web dd .wline {
    padding: 8px 0;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    width: 100%;
}

.goods .product .web dd .bottom {
    padding: 8px 0 0 0;
    height: 28px;
}

.goods .product .web dd .bottom .avatar {
    float: left;
    width: 20px;
    height: 20px;
}

.goods .product .web dd .bottom .avatar img {
    width: 100%;
    height: 100%;
}

.goods .product .web dd .bottom .info {
    float: left;
    margin-left: 8px;
    width: 178px;
    position: relative;
    top: 2px;
}

.goods .product .web dd .bottom .head {
}

.goods .product .web dd .bottom .head .shoper {
    float: left;
}

.goods .product .web dd .bottom .head .shoper a {
    color: #666;
}

.goods .product .web dd .bottom .head .attach {
    float: right;
}


/*资讯*/

/*友情*/
.main .main_links {
    margin-bottom: 14px;
    background: #fff;
}

.main .main_links .title {
    position: relative;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eee;
}

.main .main_links .title span {
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}

.main .main_links .title span:before {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 4px;
    height: 16px;
    background-color: #2c6bea;
}

.main .main_links .title a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    display: inline-block;
    box-sizing: border-box;
    height: 22px;
    line-height: 25px;
    font-size: 12px;
    color: #999;
}

.main .main_links .item {
    height: 100%;
    padding: 14px;
}

.main .main_links .item ul li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 14px;
}

.main .main_links .item ul li a {
    font-size: 13px;
    color: #666;
}


.scroll-input {
    border-width: 0px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    width: 170px;
    padding: 5px 14px;
}

.scroll-inp {
    display: block;
    width: 82px;
    float: right;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    background: #2c6bea;
    color: #fff;
    padding: 4px;
    text-align: center;
}
/*information*/
.information{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 4%);
}
.information .goods .title p{
    width: 100%;
}
.information-content {
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    background: #fff;
    margin-top: 0px;
}
.information-content>a {
    width: 240px;
    height: 250px;
    display: block;
    position: relative;
    float: left;
}
.information-content>a>img {
    width: 100%;
    height: 100%;
}
.information-content>a>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 36px;
    padding: 0 10px;
    background: rgba(000,000,000,.4);
    text-align: center;
    color: #fff;
}
.information-list-box {
    width: 416px;
    float: left;
    margin-left: 29px;
}
.information-center-list {
    margin-bottom: 20px;
}
.information-center-list>div {
    display:inline-block;
    position:relative;
    width: 100%;
}
.information-center-list>div>p {
    float: left;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
}

.information-center-list>div>p>span {
    color: #666;
}
.information-center-list>div>p>a {
    color: #333;
}
.information-center-list>div:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #2c6bea;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -13px;
}
.information-center-list>div>span {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    color: #999999;
}
.information-center-list>p {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    font-size: 14px;
    margin-top: 10px;
}
.information-right-content {
    width: 420px;
    float: right;
}
.information-right-content-list {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid rgba(238,238,238,1);
}
.information-right-content-list>a {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
}
.information-right-content-list>a>img {
    width: 100%;
    height: 100%;
}
.information-right-content-list>div {
    width: 260px;
    float: right;
}
.information-right-content-list>div>a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.information-right-content-list>div>p {
    color: #666666;
    line-height: 22px;
    height: 44px;
    margin-top: 12px;
}
.information-right-content-list>div>div {
    display: flex;
    justify-content: space-between;
    color: #999999;
    margin-top: 9px;
}

.information-right-content-list>div>div>a {
    color: #999999;
    width: 100%;
    text-align: right;
}
.information-right-content-list>div>div span{
    width:100%
}
/*information end*/
/*task*/
.task{
    margin-bottom: 10px;
    display:flex;
}
.new-task-list {
    padding: 30px 30px 10px 30px;
    overflow: hidden;
    background: #fff;
    margin-top: 0;
}
.new-task-list>a {
    width: 47%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
}
.new-task-list>a>p {
    width: 78%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.new-task-list>a>p>strong {
    display:inline-block;
    height: 20px;
    background: #EDEFF2;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    color: #666;
    margin-right: 6px;
    font-weight: 500;
}
.new-task-list>a>p>span {
    font-size: 14px;
    font-weight: bold;
    color: #ED8B31;
    display:inline-block;
    margin-right: 4px;
}

.new-task-list>a>span {
    display:inline-block;
    width: 20%;
    text-align: right;
    color: #999;
}
.task .goods .title{
    background: #fff;
}
.task .goods .title p{
    width: 100%;
}
.new-task-list>a:nth-child(2n) {
    margin-left: 4%;
}
.task .left_task{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 4%);
    border-radius: 2px;
    overflow: hidden;
    width: 70%;
    display: inline-block;
}
.new-dynamic-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 4%);
    border-radius: 2px;
    width: 28%;
    display: inline-block;
    margin-left: 20px;
}
.task .new-task-list-title {
    height: 57px;
    border-bottom: 1px solid #eee;
    padding-right: 20px;
}

.new-task-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.task .new-task-list-title>p {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    width: 100%;
}
.task .new-task-list-title>p>span {
    font-weight: 500;
    color: #666;
    margin-left: 4px;
}
.new-dynamic-content-box {
    background: rgba(255,255,255,1);
    border-radius: 5px 5px 0px 0px;
    margin-top: 0;

}
.new-dynamic-list-box {
    height: 256px;
    overflow: hidden;
    margin-top: 20px;
}
.new-dynamic-list{
    display:block;
    padding:0px 20px;
}


.new-dynamic-list>div {
    display: block;
    line-height: 22px;
    margin-bottom: 12px;
    color: #666666;
}
.new-dynamic-list>div {
    padding: 10px 0;
    border-bottom: 1px dashed #E5E5E5;
}
.index-new-dynamic-list>div {
    padding: 0;
    border: none;
}
.new-dynamic-list>div {
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}
.new-dynamic-list>div>strong {
    font-weight: 500;
    color: #2c6bea;
}
.new-dynamic-list>div>span {
    color: #EE9343;
}
.new-dynamic-list>div>span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.new-dynamic-list>div>span {
    width: auto;
}
.task .new-task-list-title {
    height: 57px;
    border-bottom: 1px solid #eee;
    padding-right: 20px;
}

.new-task-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task .new-task-list-title>p>span {
    font-weight: 500;
    color: #666;
    margin-left: 4px;
}
.new-task-list-title>p>span {
    font-size: 14px;
}
.task .new-task-list-title>p:before {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 4px;
    height: 20px;
    background-color: #2c6bea;
}
.new-dynamic-box>a {
    display: flex;
    margin-top: 14px;
}
.new-dynamic-list img{
    display: inherit;
}
.new-dynamic-box>a img{
    width: 100%;
}
/*task end*/
/*serve*/
.main_serve{
    background: #fff;
    margin-bottom: 10px;
}
.outside-hall-item-unstart {
    width: 180px;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    color: #999;
    position: relative;
    margin: 8px 0;
}
.outside-hall-item-unstart .under-star {
    height: 14px;
    position: relative;
    top: 2px;
}
.outside-hall-item-unstart .under-star b {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/star-in.png') no-repeat;
    background-size: 100%;
}
.outside-hall-item-unstart .under-star .star-range {
    position: absolute;
    height: 100%;
    top: -2px;
    left: 0;
}
.outside-hall-item-unstart .under-star .star-range b {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/star-un.png') no-repeat;
    background-size: 100%;
}
.outside-hall-item-unstart .under-star .star-range b.half {
    background-image: url('../images/star-half.png');
}
.main_serve .goods .product .codes dd .attr{
    width: 50%;
    padding: 0px 0 0 0;
    display: inline-block;
}
.main_serve .goods .product .codes dd .attr strong{
    font-size: 14px;
}
.main_serve .goods .product .codes dd .bottom .head .attach {
    float: right;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(
            90deg,#4f87f9,#2196f3);
    border-radius: 2px;
    text-decoration: none;
}
.main_serve .goods .product .codes dd .bottom .head .attach a{
    color: #fff;
}
.main_serve .goods .product .codes dd .bottom .head .attach i{
    color: #fff;
}
.main_serve .goods .product .codes dd .bottom .info{
    width:100%;
    margin-left:0px;
}
.main_serve .goods .product .codes dd .bottom .head .attach i svg{
    height: 16px;
    width: 16px;
    vertical-align: -3px;
}
/*serve end*/
/*web*/
.main_webs{
    background-color:#fff;
    margin-bottom:10px;
}
.main_webs .goods .title p{
    width:100%
}
.content>div.active {
    display: block;
}
.content .item {
    width: 285px;
    display: inline-block;
    padding: 15px 10px;
    height: 138px;
    color: #666666;
    position: relative;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.content .m_wh {
    width: 373px;
    height: 120px;
    transition: all .2s ease-in-out;

}
.content .m_wh:hover{
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}
.content .item:nth-child(-n+6) {
    border-bottom: 1px solid #eee;
}
.itemTop .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
}
.tuwen {
    display: inline-block;
    padding-left: 20px;
    width: 15px;
    height: 17px;
    line-height: 17px;
    background: rgba(6,181,255,0);
    border: 1px solid rgba(168, 201, 246, 1);
    border-radius: 3px;
    font-size: 12px;
}
.bai_du {
    background: url(../images/icon-baidu-new.png) 5px center no-repeat;
    color: #237DFA;
}


.tip_box {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    white-space: nowrap;
    line-height: 1.5;
    background-color: #f0f7fd;
    border: 1px solid #bde1f9;
    padding: 5px 8px;
    font-size: 12px;
    display: none;
    text-align: left;
    color: #1097eb;
}

.Mpt-8 {
    padding-top: 12px;
}

.f_size {
    font-size: 14px;
    color: #737373;
}
.contentList .item .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 20px;
}
.item .btn {
    text-align: left;
}
.M_Num {
    font-size: 16px;
    color: #fe3737;
    font-weight: bold;
}
.item .btn .btnQQ, .item .btn .btnwei {
    width: 70px;
    height: 26px;
    line-height: 26px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.item .btn .btnQQ a {
    color: #fff;
}
.Mpt-10 {
    padding-top: 16px;
}
.backCommon {
    background: #2c6bea;
}

.fn-right {
    float: right;
}
.item .btn .btnwei {
    margin-left: 10px;
}
/*web end*/
/*domain*/
.main_domain{
    background-color:#fff;
    margin-bottom:10px;
}
.main_domain .goods .title p{
    width:100%
}
.main_domain .domains{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_domain .items{
    width: 236px;
    display: inline-block;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
.main_domain .items:hover{
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}
.main_domain .items .item_title{
    text-align: center;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
}
.main_domain .items .item_price{
    float: left;
    margin: 16px 0px 0 0px;
    width: 100%;
    height: 40px;
    text-align: center;
}

.main_domain .items .item_price strong{
    font-size: 18px;
    color: #FD4249;
    font-weight: 700;
    width: 230px;
}

.main_domain .items .item_main{
    width: 100%;
    border-bottom: #ECEDF5 solid 1px;

}
.main_domain .items .item_main .infos{
    width: 42%;
    display: inline-block;
    padding: 10px 0 10px 20px;
    border-top: #ECEDF5 solid 1px;
    margin-right: -4px;
}
.main_domain .items .item_main .infos:nth-child(2n){
    border-left:1px solid #ECEDF5
}
.main_domain .items .item_main .infos p{
    font-size:16px;
}
.main_domain .items .item_main .infos span{
    color: #AFACBF;
    font-size: 12px;
}
/*domain end*/
.swiper-container {
    width: 638px;
    height: 306px;
    margin: 0 auto;
}
.swiper-slide a img{
    width:100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background:#fff;
}
.prev-left{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.next-right{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    right: 5px;
}
.next-right,.prev-left{
    opacity:0;
    transition:all 0.3s ease;
}
.swiper-container:hover .prev-left,.swiper-container:hover .next-right{
    opacity:1;
    transition:all 0.3s ease;
}