body {
    position: relative;
    height: 100vh;
    background: #F5F5F5;
}


.meitu-bread {
    height: 60px;
    background: #F5F5F5;
}

.meitu-bread dl {
    line-height: 40px
}

.meitu-bread dl dd, .meitu-bread dl dt {
    float: left;
    line-height: 60px;
}
.meitu-bread dl dt#smallTit h1 {
    width: 185px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.meitu-bread dl dd {
    margin: 0 5px;
    color: #333
}

.meitu-bread dl dt a {
    color: #333
}

.meitu-bread dl dt a:hover {
    color: #ea3d3d;
    text-decoration: none
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.tu-time {
    width: 230px;
    text-align: right;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 350px;
    font-size: 14px;
    color: #999;
}

.left-sider {
    width: 330px;
    float: right;
}

.right-sider {
    width: 850px;
    margin-bottom: 50px;
}

.left-sider::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.left-sider::-webkit-scrollbar {
    height: 10px;
    width: 8px;
    position: absolute
}

.left-sider::-webkit-scrollbar-thumb {
    border-radius: 50px;
    border: 1px solid #f7f7f7;
    background: #e1e1e1;
    margin: 1px;
}

.right-sider .main {
    position: relative;
    height: 800px;
}

/*图片特效*/
.piccontext {
    position: absolute;
    width: 100%;
    background: white;
    bottom: 0;
    top: 0;
    left: 0
}

.piccontext h2 {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-size: 20px;
    color: #2c2c2c;
    margin-top: 18px;
    margin-left: 25px;
    font-weight: normal;
}

.font-limit {
    font-size: 14px;
}


.list {
    background: url("../pic/list.jpg") 1px 4px no-repeat;
    padding-left: 23px;
}

a.list:hover {
    background: url("../pic/list_1.jpg") 0px 3px no-repeat;
}

/*大图展示*/
.picshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 110px;
    background: #fff;
    transition: all 0.1s;
    -moz-transition: all 0.1s; /* Firefox 4 */
    -webkit-transition: all 0.1s; /* Safari and Chrome */
    margin-bottom: 100px;
}

.imgwrap {
    max-height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.imgwrap img {
    height: 100%
}

.picshowtop a {
    max-height: 100%;
    top: 0;
    bottom: 10px;
    height: 100%;
    height: calc(100% - 10px); /*修改*//*transform: translateY(50%);*/
    display: block
}

.picshowtop img {
    width: 100%;
    transition: all 0.2s;
    -moz-transition: all 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.2s; /* Safari and Chrome */
}

#preArrow {
    display: block;
    bottom: 0;
    height: 100%;
    width: 50%;
    cursor: url(/assets/home/v3/meitu/images/move_l.cur), auto;
}

#nextArrow {
    right: 0px; /*修改*//*top:-50%;*/
    display: block;
    bottom: 0;
    height: 100%;
    width: 50%;
    cursor: url(/assets/home/v3/meitu/images/move_r.cur), auto;
}

.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    color: #333;
    font-size: 65px;
    line-height: 47px;
    display: block;
}

.picshowlist {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    z-index: 8;
    width: 100%;
    background: #fff;
    height: 110px;
    padding: 15px 0 20px;
}


.picshowlist_mid {
    position: absolute;
    left: 120px;
    right: 120px;
    display: block;
    height: 80px;
}

.picmidleft {
    float: left;
    width: 24px;
    height: 70px;
    overflow: hidden;
    line-height: 60px;
    font-size: 50px;
}

.picmidleft a {
    display: block;
    width: 24px;
    height: 70px;
    color: #666
}

.picmidmid {
    position: absolute;
    height: 80px;
    left: 30px;
    right: 30px
}

.picmidmid ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 80px;
}

.picmidmid ul li:first-child {
    margin-left: 5px;
}

.picmidmid ul li {
    float: left;
    margin-left: 16px;
    display: inline;
    width: 80px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 80px
}

.picmidmid ul li img {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #fff
}
.picmidmid ul li img.selectpic {
    border: 2px solid #ea3d3d ;
}
.picmidright {
    float: right;
    width: 24px;
    height: 70px;
    overflow: hidden;
    line-height: 60px;
    font-size: 50px;
}

.picmidright a {
    display: block;
    width: 24px;
    height: 70px;
    color: #666
}

.star i.on {
    color: #f6b54f
}

.dantu {
    left: 13px;
    right: 6px;
}
.tu-recommend {
    height: 711px;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 20px;
    background: #fff;
}
.tu-recommend .recommend-title {
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 600;
    position: relative;
}
.tu-recommend .recommend-title .tu-more {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #666;
}
.tu-recommend .recommend-title .tu-more:hover {
    color: #ED404D;
}
.tu-recommend .tu-list ul li {
    display: block;
    float: left;
    width: 250px;
    height: 280px;
    background: #fff;
    margin-top: 20px;
    margin-right: 20px;
}
.tu-recommend .tu-list ul li:nth-child(3n) {
    margin-right: 0;
}
.tu-recommend .tu-list ul li .tu-list-top {
    width: 250px;
    height: 180px;
}
.tu-recommend .tu-list ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.tu-recommend .tu-list ul li .tu-list-content {
    width: 270px;
    height: 100px;
    border: 1px solid #F5F5F5;
    border-top: none;
    padding: 20px;
    box-sizing: border-box;
}
.tu-recommend .tu-list ul li .tu-list-content .tu-title {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #333;
}
.tu-recommend .tu-list ul li .tu-list-content p span {
    display: block;
    float: left;
    color: #999;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #999;
    padding-right: 10px;
    margin-right: 10px;
}
.tu-recommend .tu-list ul li .tu-list-content p span:last-child {
    border-right: none;
}
.tu-order1 {
    width: 100%;
    height: 120px;
    background: url("/assets/home/meitu/img/order_bg1.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    padding-top: 58px;
    padding-left: 24px;
    box-sizing: border-box;
}
.tu-order2 {
    width: 100%;
    height: 120px;
    background: url("/assets/home/meitu/img/order_bg2.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    padding-top: 58px;
    padding-left: 24px;
    box-sizing: border-box;
}


.tu-order1 .selet {
    height: 40px;
    float: left;
    margin-right: 15px;
    width: 145px;
    font-size: 15px;
}

.tu-order1 .butt {
    height: 40px;
    width: 146px;
    float: left;
    background: #ED404D;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
}

.tu-order1 input[type=text] {
    height: 40px;
    padding: 0 10px;
    line-height: 30px;
    width: 150px;
    float: left;
    box-sizing: border-box;
    margin-right: 15px;
    font-size: 15px;
}
.tu-order2 .selet {
    height: 40px;
    float: left;
    margin-right: 15px;
    width: 145px;
    font-size: 15px;
}

.tu-order2 .butt {
    height: 40px;
    width: 146px;
    float: left;
    background: #ED404D;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
}

.tu-order2 input[type=text] {
    height: 40px;
    padding: 0 10px;
    line-height: 30px;
    width: 150px;
    float: left;
    box-sizing: border-box;
    margin-right: 15px;
    font-size: 15px;
}

    /****那个计算器，要复用，请提出来放公用中*****/
.zb-edit-list .focus {
    border: 1px solid #DE4349 !important;
}
.zb-edit-list li .valdate-info {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    line-height: 15px;
    color: #DE4349;
}

.xgt-jsq {
    width: 330px;
    height: auto;!important;
    box-sizing: border-box;
    padding: 25px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}

.xgt-jsq .xgt-jsq-tit {
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333;
    font-weight: normal;
    margin-bottom: 12px;
}
.xgt-jsq .xgt-jsq-tit span {
    color: #ED404D;
}

.xgt-jsq .xgt-jsq-fens {
    height: 80px;
    background: #F5F5F5;
    padding-top: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.xgt-jsq .xgt-jsq-fens .input-select {
    width: 290px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(180deg, #FFF8DD 0%, #FFFDF5 100%, #FFF7D9 100%);
}


.xgt-jsq-fens .input-select .shuzi {
    font-size: 54px;
    font-weight: bold !important;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    line-height: 70px;
}

.xgt-jsq-fens .input-select .danweiyuan {
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    color: #333;
    right: 10px;
    bottom: 0;
    line-height: 70px;
}
.xgt-jsq .zb-edit-list li {
    display: block;
    height: 55px;
    position: relative;
}
.xgt-jsq .zb-edit-list li span {
    position: absolute;
    right: 10px;
    top: 10px;
}
.xgt-jsq .zb-edit-list li select {
    display: block;
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #E6E6E6;
}

.xgt-jsq .zb-edit-list li select#meitu-bj-cs {
    margin-right: 20px;
}

.xgt-jsq .zb-edit-list li input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    border: 1px solid #E6E6E6;
}
.xgt-jsq .zb-edit-list li #getBaoJia {
    width: 100%;
    height: 43px;
    background: #ED404D;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.order-success {
    display: none;
}
.order-success li {
    display: block;
    height: 40px;
    border-bottom: 1px dashed #E3E3E3;
}
.order-success li span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
}
.order-success li span:first-child {
    color: #333;
    font-size: 14px;
    float: left;
}
.order-success li span.yuan {
    color: #ED404D;
    float: right;
}
.order-success p {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}
.order-success p span {
    color: #ED404D;
}
.left-sider .fg-company {
    margin: 20px 0;
    height: 485px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.left-sider .fg-company .fg-company-title {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 17px;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
}
.left-sider .fg-company .fg-company-list {
    height: 115px;
    margin-top: 20px;
}
.left-sider .fg-company .fg-company-list .company-logo {
    width: 100px;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    float: left;
    position: relative;
}
.left-sider .fg-company .fg-company-list .company-logo img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.left-sider .fg-company .fg-company-list .company-info {
    width: 188px;
    float: left;
    box-sizing: border-box;
    padding-left: 15px;
}
.left-sider .fg-company .fg-company-list .company-info .company-name {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 550;
}
.left-sider .fg-company .fg-company-list .company-info .common {
    font-size: 12px;
    color: #666;
    line-height: 17px;
}
.left-sider .fg-company .fg-company-list .company-info .company-location {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left-sider .fg-company .fg-company-list .company-info .num {
    width: 45px;
    display: inline-block;
    color: #ED404D;
}
.left-sider .fg-company .fg-company-list .zixun-btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #FFD3D6;
    color: #ED404D;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.zx-article {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.img-tags {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.img-tags .img-tags-title {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 17px;
    font-weight: 600;
}
.img-tags ul {
    overflow: hidden;
}
.img-tags ul li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #F5F5F5;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
}
.img-tags ul li:hover {
    color: #ED404D;
}


.atl-new {
    margin-bottom: 10px;
}

.atl-new-head {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 22px;
    line-height: 22px;
    margin-bottom: 23px;
}

.atl-new-item:first-child {
    padding-top: 0;
}

.mark {
    width: 20px;
    height: 25px;
    float: left;
    position: relative;
}

.atl-new-item {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}
.atl-new-item:last-child{
    border-bottom: none;
}
.atl-new-img {
    width: 83px;
    height: 66px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    display: none;
    overflow: hidden;
}

.new-item-long {
    font-size: 14px;
    float: left;
    margin-left: 10px;

}

.atl-new-img img {
    width: 100%;
    height: auto;
}

.atl-new-item .atl-new-main {
    margin-left: 26px;
    display: none;
}

.atl-new-tit {
    font-size: 14px;
    color: #333;
}
.atl-new-tit:hover {
    color: #ED404D;
}
.atl-new-info {
    color: #999;
}

.current {
    display: block !important;
}

.hide {
    display: none;
}

.actived {
    height: 66px;
    background: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.xgt-tips {
background: url(../images/86.png);
width: 266px;
height: 231px;
position: absolute;
z-index: 9999;
right: 195px;
top: 98px
}

.xgt-tips-shut {
margin-top: 100px;
height: 50px;
width: 110px;
margin-left: 80px;
cursor: pointer
}


/*S-美图顶部导航样式*/
.meitu-bread dl dt.bread-nav ul {
    display: none;
    position: absolute;
    top: 55px;
    border: 1px solid #eee;
    background: #fff;
    padding: 20px 10px 20px 20px;
    line-height: 30px;
    width: 483px;
    overflow: hidden;
    z-index: 9999;
}

.meitu-bread dl dt.bread-nav ul .key-title {
    font-size: 12px;
    display: block;
    font-weight: 600
}

.meitu-bread dl dt.bread-nav ul li {
    width: 140px;
    border-right: 1px dotted #eee;
    overflow: hidden;
    float: left;
    margin-right: 20px
}

.meitu-bread dl dt.bread-nav ul li a {
    display: block;
    float: left;
    width: 60px;
    margin-right: 10px;
    height: 30px;
    overflow: hidden;
}

.meitu-bread dl dt.bread-nav ul li:last-child{
    margin-right: 0;
    border-right: 0
}

.meitu-bread dl dt.bread-nav:hover ul {
    display: block;
    z-index: 99
}

.meitu-bread dl dd, .meitu-bread dl dt {
    float: left
}

.meitu-bread dl dt.bread-nav {
    position: relative;
}

.meitu-bread dl dt.bread-nav .fl-ul {
    width: 130px;
}

.meitu-bread dl dt.bread-nav .pub-m-nav li {
    width: auto;
    margin-right: 0px
}

.meitu-bread i.angle-right {
    width: 8px;
    height: 14px;
    display: inline-block;
    line-height: 38px;
    float: left;
    margin-top: 23px;
    margin-left: 8px;
    margin-right: 8px;
    background: url(/assets/home/meitu/img/angle-right.png);

}

.meitu-bread dt .font-s {
    font-size: 14px;
    font-weight: normal;
}

.meitu-bread dt a.dt-tit {
    line-height: 50px;
    margin-top: 4px;
    float: left;
}

.meitu-bread dt a.dt-tit i {
    margin-left: 10px;
}

/*E-美图顶部导航样式*/

/*S-图片描述*/
.imgsize{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#pic1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.imgsize .imgs-tags {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 20px;
    padding-top: 20px;
}

.imgsize .imgs-tags span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: rgba(0,0,0,0.3);
    margin-right: 20px;
    box-sizing: border-box;
}
.imgsize .imgs-tags span a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#imgsize-info {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: left;
    z-index: 10;
    padding: 30px 0 30px 25px;
}

#show-info {
    float: right;
    width: 100px;
    height: 100px;
    background: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.text-p {
    font-size: 14px;
    float: left;
    width: calc(100% - 125px);
    width: -webkit-calc(100% - 125px);
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#show-info i {
    line-height: 100px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

/*E-图片描述*/
.right-img {
    width: 42px;
    height: 225px;
    position: absolute;
    top: 8px;
    left: -50px;
    z-index: 8;
    cursor: pointer;
}

.right-img img {
    display: block;
    width: 100%;
    height: 100%;
}
