



.container {
    width: 1200px;
    margin: 0 auto
}

.areal {
    width: 800px;
    float: left
}

.arear {
    width: 300px;
    float: right
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pointer {
    cursor: pointer
}

.no-radius {
    border-radius: 0 !important
}

.no-border {
    border-width: 0 !important
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.f60 {
    font-size: 60px
}

.tr {
    text-align: right
}

.pa {
    position: absolute
}

.pr {
    position: relative
}

.pf {
    position: fixed
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.fn {
    float: none !important
}

.clearfix {
    _zoom: 1
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    line-height: 0
}

.clear {
    clear: both
}

.inline {
    display: inline-block
}

.letters0 {
    letter-spacing: 0 !important
}

.letters25 {
    letter-spacing: 25px !important
}

.v-vertical {
    vertical-align: middle
}

.block {
    display: block
}

.hide {
    display: none
}

.full-h,.full,.cover,.contain {
    height: 100% !important
}

.full-w,.full,.cover,.contain {
    width: 100% !important
}

.zoomBox img {
    transition: transform ease .3s 0s;
    -moz-transition: transform ease .3s 0s;
    -webkit-transition: transform ease .3s 0s
}

.zoomBox:hover .zoom {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.over {
    overflow: hidden
}

.over-x {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.over-y {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.tran {
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.opacity1 {
    opacity: .1
}

.bg-opacity1 {
    background-color: rgba(0,0,0,0.1)
}

.opacity2 {
    opacity: .2
}

.bg-opacity2 {
    background-color: rgba(0,0,0,0.2)
}

.opacity3 {
    opacity: .3
}

.bg-opacity3 {
    background-color: rgba(0,0,0,0.3)
}

.opacity4 {
    opacity: .4
}

.bg-opacity4 {
    background-color: rgba(0,0,0,0.4)
}

.opacity5 {
    opacity: .5
}

.bg-opacity5 {
    background-color: rgba(0,0,0,0.5)
}

.opacity6 {
    opacity: .6
}

.bg-opacity6 {
    background-color: rgba(0,0,0,0.6)
}

.opacity7 {
    opacity: .7
}

.bg-opacity7 {
    background-color: rgba(0,0,0,0.7)
}

.opacity8 {
    opacity: .8
}

.bg-opacity8 {
    background-color: rgba(0,0,0,0.8)
}

.opacity9 {
    opacity: .9
}

.bg-opacity9 {
    background-color: rgba(0,0,0,0.9)
}

.opacity10 {
    opacity: 1
}

.bg-opacity10 {
    background-color: #000
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    box-orient: vertical
}

.ellipsis2-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 14px;
    max-height: 42px;
    box-orient: vertical
}

.ellipsis3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    box-orient: vertical
}

.ellipsis3-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    font-size: 14px;
    max-height: 63px;
    box-orient: vertical
}

.ellipsis4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    box-orient: vertical
}

.ellipsis4-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    font-size: 14px;
    max-height: 84px;
    box-orient: vertical
}

.ellipsis5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    box-orient: vertical
}

.ellipsis5-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.5;
    font-size: 14px;
    max-height: 105px;
    box-orient: vertical
}

.ellipsis6 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    box-orient: vertical
}

.ellipsis6-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-height: 1.5;
    font-size: 14px;
    max-height: 126px;
    box-orient: vertical
}

.ellipsis7 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    box-orient: vertical
}

.ellipsis7-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-height: 1.5;
    font-size: 14px;
    max-height: 147px;
    box-orient: vertical
}

.ellipsis8 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    box-orient: vertical
}

.ellipsis8-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-height: 1.5;
    font-size: 14px;
    max-height: 168px;
    box-orient: vertical
}

.mt0 {
    margin-top: 0px !important
}

.mb0 {
    margin-bottom: 0px !important
}

.ml0 {
    margin-left: 0px !important
}

.mr0 {
    margin-right: 0px !important
}

.pd0 {
    padding: 0px !important
}

.pdl0 {
    padding-left: 0px !important
}

.pdr0 {
    padding-right: 0px !important
}

.pdt0 {
    padding-top: 0px !important
}

.pdb0 {
    padding-bottom: 0px !important
}

.radius0 {
    border-radius: 0px !important
}

.mt1 {
    margin-top: 1px !important
}

.mb1 {
    margin-bottom: 1px !important
}

.ml1 {
    margin-left: 1px !important
}

.mr1 {
    margin-right: 1px !important
}

.pd1 {
    padding: 1px !important
}

.pdl1 {
    padding-left: 1px !important
}

.pdr1 {
    padding-right: 1px !important
}

.pdt1 {
    padding-top: 1px !important
}

.pdb1 {
    padding-bottom: 1px !important
}

.radius1 {
    border-radius: 1px !important
}

.mt2 {
    margin-top: 2px !important
}

.mb2 {
    margin-bottom: 2px !important
}

.ml2 {
    margin-left: 2px !important
}

.mr2 {
    margin-right: 2px !important
}

.pd2 {
    padding: 2px !important
}

.pdl2 {
    padding-left: 2px !important
}

.pdr2 {
    padding-right: 2px !important
}

.pdt2 {
    padding-top: 2px !important
}

.pdb2 {
    padding-bottom: 2px !important
}

.radius2 {
    border-radius: 2px !important
}

.mt3 {
    margin-top: 3px !important
}

.mb3 {
    margin-bottom: 3px !important
}

.ml3 {
    margin-left: 3px !important
}

.mr3 {
    margin-right: 3px !important
}

.pd3 {
    padding: 3px !important
}

.pdl3 {
    padding-left: 3px !important
}

.pdr3 {
    padding-right: 3px !important
}

.pdt3 {
    padding-top: 3px !important
}

.pdb3 {
    padding-bottom: 3px !important
}

.radius3 {
    border-radius: 3px !important
}

.mt4 {
    margin-top: 4px !important
}

.mb4 {
    margin-bottom: 4px !important
}

.ml4 {
    margin-left: 4px !important
}

.mr4 {
    margin-right: 4px !important
}

.pd4 {
    padding: 4px !important
}

.pdl4 {
    padding-left: 4px !important
}

.pdr4 {
    padding-right: 4px !important
}

.pdt4 {
    padding-top: 4px !important
}

.pdb4 {
    padding-bottom: 4px !important
}

.radius4 {
    border-radius: 4px !important
}

.mt5 {
    margin-top: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.pd5 {
    padding: 5px !important
}

.pdl5 {
    padding-left: 5px !important
}

.pdr5 {
    padding-right: 5px !important
}

.pdt5 {
    padding-top: 5px !important
}

.pdb5 {
    padding-bottom: 5px !important
}

.radius5 {
    border-radius: 5px !important
}

.mt6 {
    margin-top: 6px !important
}

.mb6 {
    margin-bottom: 6px !important
}

.ml6 {
    margin-left: 6px !important
}

.mr6 {
    margin-right: 6px !important
}

.pd6 {
    padding: 6px !important
}

.pdl6 {
    padding-left: 6px !important
}

.pdr6 {
    padding-right: 6px !important
}

.pdt6 {
    padding-top: 6px !important
}

.pdb6 {
    padding-bottom: 6px !important
}

.radius6 {
    border-radius: 6px !important
}

.mt7 {
    margin-top: 7px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.ml7 {
    margin-left: 7px !important
}

.mr7 {
    margin-right: 7px !important
}

.pd7 {
    padding: 7px !important
}

.pdl7 {
    padding-left: 7px !important
}

.pdr7 {
    padding-right: 7px !important
}

.pdt7 {
    padding-top: 7px !important
}

.pdb7 {
    padding-bottom: 7px !important
}

.radius7 {
    border-radius: 7px !important
}

.mt8 {
    margin-top: 8px !important
}

.mb8 {
    margin-bottom: 8px !important
}

.ml8 {
    margin-left: 8px !important
}

.mr8 {
    margin-right: 8px !important
}

.pd8 {
    padding: 8px !important
}

.pdl8 {
    padding-left: 8px !important
}

.pdr8 {
    padding-right: 8px !important
}

.pdt8 {
    padding-top: 8px !important
}

.pdb8 {
    padding-bottom: 8px !important
}

.radius8 {
    border-radius: 8px !important
}

.mt9 {
    margin-top: 9px !important
}

.mb9 {
    margin-bottom: 9px !important
}

.ml9 {
    margin-left: 9px !important
}

.mr9 {
    margin-right: 9px !important
}

.pd9 {
    padding: 9px !important
}

.pdl9 {
    padding-left: 9px !important
}

.pdr9 {
    padding-right: 9px !important
}

.pdt9 {
    padding-top: 9px !important
}

.pdb9 {
    padding-bottom: 9px !important
}

.radius9 {
    border-radius: 9px !important
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.pd10 {
    padding: 10px !important
}

.pdl10 {
    padding-left: 10px !important
}

.pdr10 {
    padding-right: 10px !important
}

.pdt10 {
    padding-top: 10px !important
}

.pdb10 {
    padding-bottom: 10px !important
}

.radius10 {
    border-radius: 10px !important
}

.mt11 {
    margin-top: 11px !important
}

.mb11 {
    margin-bottom: 11px !important
}

.ml11 {
    margin-left: 11px !important
}

.mr11 {
    margin-right: 11px !important
}

.pd11 {
    padding: 11px !important
}

.pdl11 {
    padding-left: 11px !important
}

.pdr11 {
    padding-right: 11px !important
}

.pdt11 {
    padding-top: 11px !important
}

.pdb11 {
    padding-bottom: 11px !important
}

.radius11 {
    border-radius: 11px !important
}

.mt12 {
    margin-top: 12px !important
}

.mb12 {
    margin-bottom: 12px !important
}

.ml12 {
    margin-left: 12px !important
}

.mr12 {
    margin-right: 12px !important
}

.pd12 {
    padding: 12px !important
}

.pdl12 {
    padding-left: 12px !important
}

.pdr12 {
    padding-right: 12px !important
}

.pdt12 {
    padding-top: 12px !important
}

.pdb12 {
    padding-bottom: 12px !important
}

.radius12 {
    border-radius: 12px !important
}

.mt13 {
    margin-top: 13px !important
}

.mb13 {
    margin-bottom: 13px !important
}

.ml13 {
    margin-left: 13px !important
}

.mr13 {
    margin-right: 13px !important
}

.pd13 {
    padding: 13px !important
}

.pdl13 {
    padding-left: 13px !important
}

.pdr13 {
    padding-right: 13px !important
}

.pdt13 {
    padding-top: 13px !important
}

.pdb13 {
    padding-bottom: 13px !important
}

.radius13 {
    border-radius: 13px !important
}

.mt14 {
    margin-top: 14px !important
}

.mb14 {
    margin-bottom: 14px !important
}

.ml14 {
    margin-left: 14px !important
}

.mr14 {
    margin-right: 14px !important
}

.pd14 {
    padding: 14px !important
}

.pdl14 {
    padding-left: 14px !important
}

.pdr14 {
    padding-right: 14px !important
}

.pdt14 {
    padding-top: 14px !important
}

.pdb14 {
    padding-bottom: 14px !important
}

.radius14 {
    border-radius: 14px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.pd15 {
    padding: 15px !important
}

.pdl15 {
    padding-left: 15px !important
}

.pdr15 {
    padding-right: 15px !important
}

.pdt15 {
    padding-top: 15px !important
}

.pdb15 {
    padding-bottom: 15px !important
}

.radius15 {
    border-radius: 15px !important
}

.mt16 {
    margin-top: 16px !important
}

.mb16 {
    margin-bottom: 16px !important
}

.ml16 {
    margin-left: 16px !important
}

.mr16 {
    margin-right: 16px !important
}

.pd16 {
    padding: 16px !important
}

.pdl16 {
    padding-left: 16px !important
}

.pdr16 {
    padding-right: 16px !important
}

.pdt16 {
    padding-top: 16px !important
}

.pdb16 {
    padding-bottom: 16px !important
}

.radius16 {
    border-radius: 16px !important
}

.mt17 {
    margin-top: 17px !important
}

.mb17 {
    margin-bottom: 17px !important
}

.ml17 {
    margin-left: 17px !important
}

.mr17 {
    margin-right: 17px !important
}

.pd17 {
    padding: 17px !important
}

.pdl17 {
    padding-left: 17px !important
}

.pdr17 {
    padding-right: 17px !important
}

.pdt17 {
    padding-top: 17px !important
}

.pdb17 {
    padding-bottom: 17px !important
}

.radius17 {
    border-radius: 17px !important
}

.mt18 {
    margin-top: 18px !important
}

.mb18 {
    margin-bottom: 18px !important
}

.ml18 {
    margin-left: 18px !important
}

.mr18 {
    margin-right: 18px !important
}

.pd18 {
    padding: 18px !important
}

.pdl18 {
    padding-left: 18px !important
}

.pdr18 {
    padding-right: 18px !important
}

.pdt18 {
    padding-top: 18px !important
}

.pdb18 {
    padding-bottom: 18px !important
}

.radius18 {
    border-radius: 18px !important
}

.mt19 {
    margin-top: 19px !important
}

.mb19 {
    margin-bottom: 19px !important
}

.ml19 {
    margin-left: 19px !important
}

.mr19 {
    margin-right: 19px !important
}

.pd19 {
    padding: 19px !important
}

.pdl19 {
    padding-left: 19px !important
}

.pdr19 {
    padding-right: 19px !important
}

.pdt19 {
    padding-top: 19px !important
}

.pdb19 {
    padding-bottom: 19px !important
}

.radius19 {
    border-radius: 19px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.pd20 {
    padding: 20px !important
}

.pdl20 {
    padding-left: 20px !important
}

.pdr20 {
    padding-right: 20px !important
}

.pdt20 {
    padding-top: 20px !important
}

.pdb20 {
    padding-bottom: 20px !important
}

.radius20 {
    border-radius: 20px !important
}

.mt21 {
    margin-top: 21px !important
}

.mb21 {
    margin-bottom: 21px !important
}

.ml21 {
    margin-left: 21px !important
}

.mr21 {
    margin-right: 21px !important
}

.pd21 {
    padding: 21px !important
}

.pdl21 {
    padding-left: 21px !important
}

.pdr21 {
    padding-right: 21px !important
}

.pdt21 {
    padding-top: 21px !important
}

.pdb21 {
    padding-bottom: 21px !important
}

.radius21 {
    border-radius: 21px !important
}

.mt22 {
    margin-top: 22px !important
}

.mb22 {
    margin-bottom: 22px !important
}

.ml22 {
    margin-left: 22px !important
}

.mr22 {
    margin-right: 22px !important
}

.pd22 {
    padding: 22px !important
}

.pdl22 {
    padding-left: 22px !important
}

.pdr22 {
    padding-right: 22px !important
}

.pdt22 {
    padding-top: 22px !important
}

.pdb22 {
    padding-bottom: 22px !important
}

.radius22 {
    border-radius: 22px !important
}

.mt23 {
    margin-top: 23px !important
}

.mb23 {
    margin-bottom: 23px !important
}

.ml23 {
    margin-left: 23px !important
}

.mr23 {
    margin-right: 23px !important
}

.pd23 {
    padding: 23px !important
}

.pdl23 {
    padding-left: 23px !important
}

.pdr23 {
    padding-right: 23px !important
}

.pdt23 {
    padding-top: 23px !important
}

.pdb23 {
    padding-bottom: 23px !important
}

.radius23 {
    border-radius: 23px !important
}

.mt24 {
    margin-top: 24px !important
}

.mb24 {
    margin-bottom: 24px !important
}

.ml24 {
    margin-left: 24px !important
}

.mr24 {
    margin-right: 24px !important
}

.pd24 {
    padding: 24px !important
}

.pdl24 {
    padding-left: 24px !important
}

.pdr24 {
    padding-right: 24px !important
}

.pdt24 {
    padding-top: 24px !important
}

.pdb24 {
    padding-bottom: 24px !important
}

.radius24 {
    border-radius: 24px !important
}

.mt25 {
    margin-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.pd25 {
    padding: 25px !important
}

.pdl25 {
    padding-left: 25px !important
}

.pdr25 {
    padding-right: 25px !important
}

.pdt25 {
    padding-top: 25px !important
}

.pdb25 {
    padding-bottom: 25px !important
}

.radius25 {
    border-radius: 25px !important
}

.mt26 {
    margin-top: 26px !important
}

.mb26 {
    margin-bottom: 26px !important
}

.ml26 {
    margin-left: 26px !important
}

.mr26 {
    margin-right: 26px !important
}

.pd26 {
    padding: 26px !important
}

.pdl26 {
    padding-left: 26px !important
}

.pdr26 {
    padding-right: 26px !important
}

.pdt26 {
    padding-top: 26px !important
}

.pdb26 {
    padding-bottom: 26px !important
}

.radius26 {
    border-radius: 26px !important
}

.mt27 {
    margin-top: 27px !important
}

.mb27 {
    margin-bottom: 27px !important
}

.ml27 {
    margin-left: 27px !important
}

.mr27 {
    margin-right: 27px !important
}

.pd27 {
    padding: 27px !important
}

.pdl27 {
    padding-left: 27px !important
}

.pdr27 {
    padding-right: 27px !important
}

.pdt27 {
    padding-top: 27px !important
}

.pdb27 {
    padding-bottom: 27px !important
}

.radius27 {
    border-radius: 27px !important
}

.mt28 {
    margin-top: 28px !important
}

.mb28 {
    margin-bottom: 28px !important
}

.ml28 {
    margin-left: 28px !important
}

.mr28 {
    margin-right: 28px !important
}

.pd28 {
    padding: 28px !important
}

.pdl28 {
    padding-left: 28px !important
}

.pdr28 {
    padding-right: 28px !important
}

.pdt28 {
    padding-top: 28px !important
}

.pdb28 {
    padding-bottom: 28px !important
}

.radius28 {
    border-radius: 28px !important
}

.mt29 {
    margin-top: 29px !important
}

.mb29 {
    margin-bottom: 29px !important
}

.ml29 {
    margin-left: 29px !important
}

.mr29 {
    margin-right: 29px !important
}

.pd29 {
    padding: 29px !important
}

.pdl29 {
    padding-left: 29px !important
}

.pdr29 {
    padding-right: 29px !important
}

.pdt29 {
    padding-top: 29px !important
}

.pdb29 {
    padding-bottom: 29px !important
}

.radius29 {
    border-radius: 29px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.pd30 {
    padding: 30px !important
}

.pdl30 {
    padding-left: 30px !important
}

.pdr30 {
    padding-right: 30px !important
}

.pdt30 {
    padding-top: 30px !important
}

.pdb30 {
    padding-bottom: 30px !important
}

.radius30 {
    border-radius: 30px !important
}

.mt31 {
    margin-top: 31px !important
}

.mb31 {
    margin-bottom: 31px !important
}

.ml31 {
    margin-left: 31px !important
}

.mr31 {
    margin-right: 31px !important
}

.pd31 {
    padding: 31px !important
}

.pdl31 {
    padding-left: 31px !important
}

.pdr31 {
    padding-right: 31px !important
}

.pdt31 {
    padding-top: 31px !important
}

.pdb31 {
    padding-bottom: 31px !important
}

.radius31 {
    border-radius: 31px !important
}

.mt32 {
    margin-top: 32px !important
}

.mb32 {
    margin-bottom: 32px !important
}

.ml32 {
    margin-left: 32px !important
}

.mr32 {
    margin-right: 32px !important
}

.pd32 {
    padding: 32px !important
}

.pdl32 {
    padding-left: 32px !important
}

.pdr32 {
    padding-right: 32px !important
}

.pdt32 {
    padding-top: 32px !important
}

.pdb32 {
    padding-bottom: 32px !important
}

.radius32 {
    border-radius: 32px !important
}

.mt33 {
    margin-top: 33px !important
}

.mb33 {
    margin-bottom: 33px !important
}

.ml33 {
    margin-left: 33px !important
}

.mr33 {
    margin-right: 33px !important
}

.pd33 {
    padding: 33px !important
}

.pdl33 {
    padding-left: 33px !important
}

.pdr33 {
    padding-right: 33px !important
}

.pdt33 {
    padding-top: 33px !important
}

.pdb33 {
    padding-bottom: 33px !important
}

.radius33 {
    border-radius: 33px !important
}

.mt34 {
    margin-top: 34px !important
}

.mb34 {
    margin-bottom: 34px !important
}

.ml34 {
    margin-left: 34px !important
}

.mr34 {
    margin-right: 34px !important
}

.pd34 {
    padding: 34px !important
}

.pdl34 {
    padding-left: 34px !important
}

.pdr34 {
    padding-right: 34px !important
}

.pdt34 {
    padding-top: 34px !important
}

.pdb34 {
    padding-bottom: 34px !important
}

.radius34 {
    border-radius: 34px !important
}

.mt35 {
    margin-top: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.pd35 {
    padding: 35px !important
}

.pdl35 {
    padding-left: 35px !important
}

.pdr35 {
    padding-right: 35px !important
}

.pdt35 {
    padding-top: 35px !important
}

.pdb35 {
    padding-bottom: 35px !important
}

.radius35 {
    border-radius: 35px !important
}

.mt36 {
    margin-top: 36px !important
}

.mb36 {
    margin-bottom: 36px !important
}

.ml36 {
    margin-left: 36px !important
}

.mr36 {
    margin-right: 36px !important
}

.pd36 {
    padding: 36px !important
}

.pdl36 {
    padding-left: 36px !important
}

.pdr36 {
    padding-right: 36px !important
}

.pdt36 {
    padding-top: 36px !important
}

.pdb36 {
    padding-bottom: 36px !important
}

.radius36 {
    border-radius: 36px !important
}

.mt37 {
    margin-top: 37px !important
}

.mb37 {
    margin-bottom: 37px !important
}

.ml37 {
    margin-left: 37px !important
}

.mr37 {
    margin-right: 37px !important
}

.pd37 {
    padding: 37px !important
}

.pdl37 {
    padding-left: 37px !important
}

.pdr37 {
    padding-right: 37px !important
}

.pdt37 {
    padding-top: 37px !important
}

.pdb37 {
    padding-bottom: 37px !important
}

.radius37 {
    border-radius: 37px !important
}

.mt38 {
    margin-top: 38px !important
}

.mb38 {
    margin-bottom: 38px !important
}

.ml38 {
    margin-left: 38px !important
}

.mr38 {
    margin-right: 38px !important
}

.pd38 {
    padding: 38px !important
}

.pdl38 {
    padding-left: 38px !important
}

.pdr38 {
    padding-right: 38px !important
}

.pdt38 {
    padding-top: 38px !important
}

.pdb38 {
    padding-bottom: 38px !important
}

.radius38 {
    border-radius: 38px !important
}

.mt39 {
    margin-top: 39px !important
}

.mb39 {
    margin-bottom: 39px !important
}

.ml39 {
    margin-left: 39px !important
}

.mr39 {
    margin-right: 39px !important
}

.pd39 {
    padding: 39px !important
}

.pdl39 {
    padding-left: 39px !important
}

.pdr39 {
    padding-right: 39px !important
}

.pdt39 {
    padding-top: 39px !important
}

.pdb39 {
    padding-bottom: 39px !important
}

.radius39 {
    border-radius: 39px !important
}

.mt40 {
    margin-top: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.pd40 {
    padding: 40px !important
}

.pdl40 {
    padding-left: 40px !important
}

.pdr40 {
    padding-right: 40px !important
}

.pdt40 {
    padding-top: 40px !important
}

.pdb40 {
    padding-bottom: 40px !important
}

.radius40 {
    border-radius: 40px !important
}

.mt41 {
    margin-top: 41px !important
}

.mb41 {
    margin-bottom: 41px !important
}

.ml41 {
    margin-left: 41px !important
}

.mr41 {
    margin-right: 41px !important
}

.pd41 {
    padding: 41px !important
}

.pdl41 {
    padding-left: 41px !important
}

.pdr41 {
    padding-right: 41px !important
}

.pdt41 {
    padding-top: 41px !important
}

.pdb41 {
    padding-bottom: 41px !important
}

.radius41 {
    border-radius: 41px !important
}

.mt42 {
    margin-top: 42px !important
}

.mb42 {
    margin-bottom: 42px !important
}

.ml42 {
    margin-left: 42px !important
}

.mr42 {
    margin-right: 42px !important
}

.pd42 {
    padding: 42px !important
}

.pdl42 {
    padding-left: 42px !important
}

.pdr42 {
    padding-right: 42px !important
}

.pdt42 {
    padding-top: 42px !important
}

.pdb42 {
    padding-bottom: 42px !important
}

.radius42 {
    border-radius: 42px !important
}

.mt43 {
    margin-top: 43px !important
}

.mb43 {
    margin-bottom: 43px !important
}

.ml43 {
    margin-left: 43px !important
}

.mr43 {
    margin-right: 43px !important
}

.pd43 {
    padding: 43px !important
}

.pdl43 {
    padding-left: 43px !important
}

.pdr43 {
    padding-right: 43px !important
}

.pdt43 {
    padding-top: 43px !important
}

.pdb43 {
    padding-bottom: 43px !important
}

.radius43 {
    border-radius: 43px !important
}

.mt44 {
    margin-top: 44px !important
}

.mb44 {
    margin-bottom: 44px !important
}

.ml44 {
    margin-left: 44px !important
}

.mr44 {
    margin-right: 44px !important
}

.pd44 {
    padding: 44px !important
}

.pdl44 {
    padding-left: 44px !important
}

.pdr44 {
    padding-right: 44px !important
}

.pdt44 {
    padding-top: 44px !important
}

.pdb44 {
    padding-bottom: 44px !important
}

.radius44 {
    border-radius: 44px !important
}

.mt45 {
    margin-top: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.pd45 {
    padding: 45px !important
}

.pdl45 {
    padding-left: 45px !important
}

.pdr45 {
    padding-right: 45px !important
}

.pdt45 {
    padding-top: 45px !important
}

.pdb45 {
    padding-bottom: 45px !important
}

.radius45 {
    border-radius: 45px !important
}

.mt46 {
    margin-top: 46px !important
}

.mb46 {
    margin-bottom: 46px !important
}

.ml46 {
    margin-left: 46px !important
}

.mr46 {
    margin-right: 46px !important
}

.pd46 {
    padding: 46px !important
}

.pdl46 {
    padding-left: 46px !important
}

.pdr46 {
    padding-right: 46px !important
}

.pdt46 {
    padding-top: 46px !important
}

.pdb46 {
    padding-bottom: 46px !important
}

.radius46 {
    border-radius: 46px !important
}

.mt47 {
    margin-top: 47px !important
}

.mb47 {
    margin-bottom: 47px !important
}

.ml47 {
    margin-left: 47px !important
}

.mr47 {
    margin-right: 47px !important
}

.pd47 {
    padding: 47px !important
}

.pdl47 {
    padding-left: 47px !important
}

.pdr47 {
    padding-right: 47px !important
}

.pdt47 {
    padding-top: 47px !important
}

.pdb47 {
    padding-bottom: 47px !important
}

.radius47 {
    border-radius: 47px !important
}

.mt48 {
    margin-top: 48px !important
}

.mb48 {
    margin-bottom: 48px !important
}

.ml48 {
    margin-left: 48px !important
}

.mr48 {
    margin-right: 48px !important
}

.pd48 {
    padding: 48px !important
}

.pdl48 {
    padding-left: 48px !important
}

.pdr48 {
    padding-right: 48px !important
}

.pdt48 {
    padding-top: 48px !important
}

.pdb48 {
    padding-bottom: 48px !important
}

.radius48 {
    border-radius: 48px !important
}

.mt49 {
    margin-top: 49px !important
}

.mb49 {
    margin-bottom: 49px !important
}

.ml49 {
    margin-left: 49px !important
}

.mr49 {
    margin-right: 49px !important
}

.pd49 {
    padding: 49px !important
}

.pdl49 {
    padding-left: 49px !important
}

.pdr49 {
    padding-right: 49px !important
}

.pdt49 {
    padding-top: 49px !important
}

.pdb49 {
    padding-bottom: 49px !important
}

.radius49 {
    border-radius: 49px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.pd50 {
    padding: 50px !important
}

.pdl50 {
    padding-left: 50px !important
}

.pdr50 {
    padding-right: 50px !important
}

.pdt50 {
    padding-top: 50px !important
}

.pdb50 {
    padding-bottom: 50px !important
}

.radius50 {
    border-radius: 50px !important
}

.mt51 {
    margin-top: 51px !important
}

.mb51 {
    margin-bottom: 51px !important
}

.ml51 {
    margin-left: 51px !important
}

.mr51 {
    margin-right: 51px !important
}

.pd51 {
    padding: 51px !important
}

.pdl51 {
    padding-left: 51px !important
}

.pdr51 {
    padding-right: 51px !important
}

.pdt51 {
    padding-top: 51px !important
}

.pdb51 {
    padding-bottom: 51px !important
}

.radius51 {
    border-radius: 51px !important
}

.mt52 {
    margin-top: 52px !important
}

.mb52 {
    margin-bottom: 52px !important
}

.ml52 {
    margin-left: 52px !important
}

.mr52 {
    margin-right: 52px !important
}

.pd52 {
    padding: 52px !important
}

.pdl52 {
    padding-left: 52px !important
}

.pdr52 {
    padding-right: 52px !important
}

.pdt52 {
    padding-top: 52px !important
}

.pdb52 {
    padding-bottom: 52px !important
}

.radius52 {
    border-radius: 52px !important
}

.mt53 {
    margin-top: 53px !important
}

.mb53 {
    margin-bottom: 53px !important
}

.ml53 {
    margin-left: 53px !important
}

.mr53 {
    margin-right: 53px !important
}

.pd53 {
    padding: 53px !important
}

.pdl53 {
    padding-left: 53px !important
}

.pdr53 {
    padding-right: 53px !important
}

.pdt53 {
    padding-top: 53px !important
}

.pdb53 {
    padding-bottom: 53px !important
}

.radius53 {
    border-radius: 53px !important
}

.mt54 {
    margin-top: 54px !important
}

.mb54 {
    margin-bottom: 54px !important
}

.ml54 {
    margin-left: 54px !important
}

.mr54 {
    margin-right: 54px !important
}

.pd54 {
    padding: 54px !important
}

.pdl54 {
    padding-left: 54px !important
}

.pdr54 {
    padding-right: 54px !important
}

.pdt54 {
    padding-top: 54px !important
}

.pdb54 {
    padding-bottom: 54px !important
}

.radius54 {
    border-radius: 54px !important
}

.mt55 {
    margin-top: 55px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.ml55 {
    margin-left: 55px !important
}

.mr55 {
    margin-right: 55px !important
}

.pd55 {
    padding: 55px !important
}

.pdl55 {
    padding-left: 55px !important
}

.pdr55 {
    padding-right: 55px !important
}

.pdt55 {
    padding-top: 55px !important
}

.pdb55 {
    padding-bottom: 55px !important
}

.radius55 {
    border-radius: 55px !important
}

.mt56 {
    margin-top: 56px !important
}

.mb56 {
    margin-bottom: 56px !important
}

.ml56 {
    margin-left: 56px !important
}

.mr56 {
    margin-right: 56px !important
}

.pd56 {
    padding: 56px !important
}

.pdl56 {
    padding-left: 56px !important
}

.pdr56 {
    padding-right: 56px !important
}

.pdt56 {
    padding-top: 56px !important
}

.pdb56 {
    padding-bottom: 56px !important
}

.radius56 {
    border-radius: 56px !important
}

.mt57 {
    margin-top: 57px !important
}

.mb57 {
    margin-bottom: 57px !important
}

.ml57 {
    margin-left: 57px !important
}

.mr57 {
    margin-right: 57px !important
}

.pd57 {
    padding: 57px !important
}

.pdl57 {
    padding-left: 57px !important
}

.pdr57 {
    padding-right: 57px !important
}

.pdt57 {
    padding-top: 57px !important
}

.pdb57 {
    padding-bottom: 57px !important
}

.radius57 {
    border-radius: 57px !important
}

.mt58 {
    margin-top: 58px !important
}

.mb58 {
    margin-bottom: 58px !important
}

.ml58 {
    margin-left: 58px !important
}

.mr58 {
    margin-right: 58px !important
}

.pd58 {
    padding: 58px !important
}

.pdl58 {
    padding-left: 58px !important
}

.pdr58 {
    padding-right: 58px !important
}

.pdt58 {
    padding-top: 58px !important
}

.pdb58 {
    padding-bottom: 58px !important
}

.radius58 {
    border-radius: 58px !important
}

.mt59 {
    margin-top: 59px !important
}

.mb59 {
    margin-bottom: 59px !important
}

.ml59 {
    margin-left: 59px !important
}

.mr59 {
    margin-right: 59px !important
}

.pd59 {
    padding: 59px !important
}

.pdl59 {
    padding-left: 59px !important
}

.pdr59 {
    padding-right: 59px !important
}

.pdt59 {
    padding-top: 59px !important
}

.pdb59 {
    padding-bottom: 59px !important
}

.radius59 {
    border-radius: 59px !important
}

.mt60 {
    margin-top: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.pd60 {
    padding: 60px !important
}

.pdl60 {
    padding-left: 60px !important
}

.pdr60 {
    padding-right: 60px !important
}

.pdt60 {
    padding-top: 60px !important
}

.pdb60 {
    padding-bottom: 60px !important
}

.radius60 {
    border-radius: 60px !important
}

.mt61 {
    margin-top: 61px !important
}

.mb61 {
    margin-bottom: 61px !important
}

.ml61 {
    margin-left: 61px !important
}

.mr61 {
    margin-right: 61px !important
}

.pd61 {
    padding: 61px !important
}

.pdl61 {
    padding-left: 61px !important
}

.pdr61 {
    padding-right: 61px !important
}

.pdt61 {
    padding-top: 61px !important
}

.pdb61 {
    padding-bottom: 61px !important
}

.radius61 {
    border-radius: 61px !important
}

.mt62 {
    margin-top: 62px !important
}

.mb62 {
    margin-bottom: 62px !important
}

.ml62 {
    margin-left: 62px !important
}

.mr62 {
    margin-right: 62px !important
}

.pd62 {
    padding: 62px !important
}

.pdl62 {
    padding-left: 62px !important
}

.pdr62 {
    padding-right: 62px !important
}

.pdt62 {
    padding-top: 62px !important
}

.pdb62 {
    padding-bottom: 62px !important
}

.radius62 {
    border-radius: 62px !important
}

.mt63 {
    margin-top: 63px !important
}

.mb63 {
    margin-bottom: 63px !important
}

.ml63 {
    margin-left: 63px !important
}

.mr63 {
    margin-right: 63px !important
}

.pd63 {
    padding: 63px !important
}

.pdl63 {
    padding-left: 63px !important
}

.pdr63 {
    padding-right: 63px !important
}

.pdt63 {
    padding-top: 63px !important
}

.pdb63 {
    padding-bottom: 63px !important
}

.radius63 {
    border-radius: 63px !important
}

.mt64 {
    margin-top: 64px !important
}

.mb64 {
    margin-bottom: 64px !important
}

.ml64 {
    margin-left: 64px !important
}

.mr64 {
    margin-right: 64px !important
}

.pd64 {
    padding: 64px !important
}

.pdl64 {
    padding-left: 64px !important
}

.pdr64 {
    padding-right: 64px !important
}

.pdt64 {
    padding-top: 64px !important
}

.pdb64 {
    padding-bottom: 64px !important
}

.radius64 {
    border-radius: 64px !important
}

.mt65 {
    margin-top: 65px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.ml65 {
    margin-left: 65px !important
}

.mr65 {
    margin-right: 65px !important
}

.pd65 {
    padding: 65px !important
}

.pdl65 {
    padding-left: 65px !important
}

.pdr65 {
    padding-right: 65px !important
}

.pdt65 {
    padding-top: 65px !important
}

.pdb65 {
    padding-bottom: 65px !important
}

.radius65 {
    border-radius: 65px !important
}

.mt66 {
    margin-top: 66px !important
}

.mb66 {
    margin-bottom: 66px !important
}

.ml66 {
    margin-left: 66px !important
}

.mr66 {
    margin-right: 66px !important
}

.pd66 {
    padding: 66px !important
}

.pdl66 {
    padding-left: 66px !important
}

.pdr66 {
    padding-right: 66px !important
}

.pdt66 {
    padding-top: 66px !important
}

.pdb66 {
    padding-bottom: 66px !important
}

.radius66 {
    border-radius: 66px !important
}

.mt67 {
    margin-top: 67px !important
}

.mb67 {
    margin-bottom: 67px !important
}

.ml67 {
    margin-left: 67px !important
}

.mr67 {
    margin-right: 67px !important
}

.pd67 {
    padding: 67px !important
}

.pdl67 {
    padding-left: 67px !important
}

.pdr67 {
    padding-right: 67px !important
}

.pdt67 {
    padding-top: 67px !important
}

.pdb67 {
    padding-bottom: 67px !important
}

.radius67 {
    border-radius: 67px !important
}

.mt68 {
    margin-top: 68px !important
}

.mb68 {
    margin-bottom: 68px !important
}

.ml68 {
    margin-left: 68px !important
}

.mr68 {
    margin-right: 68px !important
}

.pd68 {
    padding: 68px !important
}

.pdl68 {
    padding-left: 68px !important
}

.pdr68 {
    padding-right: 68px !important
}

.pdt68 {
    padding-top: 68px !important
}

.pdb68 {
    padding-bottom: 68px !important
}

.radius68 {
    border-radius: 68px !important
}

.mt69 {
    margin-top: 69px !important
}

.mb69 {
    margin-bottom: 69px !important
}

.ml69 {
    margin-left: 69px !important
}

.mr69 {
    margin-right: 69px !important
}

.pd69 {
    padding: 69px !important
}

.pdl69 {
    padding-left: 69px !important
}

.pdr69 {
    padding-right: 69px !important
}

.pdt69 {
    padding-top: 69px !important
}

.pdb69 {
    padding-bottom: 69px !important
}

.radius69 {
    border-radius: 69px !important
}

.mt70 {
    margin-top: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.pd70 {
    padding: 70px !important
}

.pdl70 {
    padding-left: 70px !important
}

.pdr70 {
    padding-right: 70px !important
}

.pdt70 {
    padding-top: 70px !important
}

.pdb70 {
    padding-bottom: 70px !important
}

.radius70 {
    border-radius: 70px !important
}

.mt71 {
    margin-top: 71px !important
}

.mb71 {
    margin-bottom: 71px !important
}

.ml71 {
    margin-left: 71px !important
}

.mr71 {
    margin-right: 71px !important
}

.pd71 {
    padding: 71px !important
}

.pdl71 {
    padding-left: 71px !important
}

.pdr71 {
    padding-right: 71px !important
}

.pdt71 {
    padding-top: 71px !important
}

.pdb71 {
    padding-bottom: 71px !important
}

.radius71 {
    border-radius: 71px !important
}

.mt72 {
    margin-top: 72px !important
}

.mb72 {
    margin-bottom: 72px !important
}

.ml72 {
    margin-left: 72px !important
}

.mr72 {
    margin-right: 72px !important
}

.pd72 {
    padding: 72px !important
}

.pdl72 {
    padding-left: 72px !important
}

.pdr72 {
    padding-right: 72px !important
}

.pdt72 {
    padding-top: 72px !important
}

.pdb72 {
    padding-bottom: 72px !important
}

.radius72 {
    border-radius: 72px !important
}

.mt73 {
    margin-top: 73px !important
}

.mb73 {
    margin-bottom: 73px !important
}

.ml73 {
    margin-left: 73px !important
}

.mr73 {
    margin-right: 73px !important
}

.pd73 {
    padding: 73px !important
}

.pdl73 {
    padding-left: 73px !important
}

.pdr73 {
    padding-right: 73px !important
}

.pdt73 {
    padding-top: 73px !important
}

.pdb73 {
    padding-bottom: 73px !important
}

.radius73 {
    border-radius: 73px !important
}

.mt74 {
    margin-top: 74px !important
}

.mb74 {
    margin-bottom: 74px !important
}

.ml74 {
    margin-left: 74px !important
}

.mr74 {
    margin-right: 74px !important
}

.pd74 {
    padding: 74px !important
}

.pdl74 {
    padding-left: 74px !important
}

.pdr74 {
    padding-right: 74px !important
}

.pdt74 {
    padding-top: 74px !important
}

.pdb74 {
    padding-bottom: 74px !important
}

.radius74 {
    border-radius: 74px !important
}

.mt75 {
    margin-top: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.pd75 {
    padding: 75px !important
}

.pdl75 {
    padding-left: 75px !important
}

.pdr75 {
    padding-right: 75px !important
}

.pdt75 {
    padding-top: 75px !important
}

.pdb75 {
    padding-bottom: 75px !important
}

.radius75 {
    border-radius: 75px !important
}

.mt76 {
    margin-top: 76px !important
}

.mb76 {
    margin-bottom: 76px !important
}

.ml76 {
    margin-left: 76px !important
}

.mr76 {
    margin-right: 76px !important
}

.pd76 {
    padding: 76px !important
}

.pdl76 {
    padding-left: 76px !important
}

.pdr76 {
    padding-right: 76px !important
}

.pdt76 {
    padding-top: 76px !important
}

.pdb76 {
    padding-bottom: 76px !important
}

.radius76 {
    border-radius: 76px !important
}

.mt77 {
    margin-top: 77px !important
}

.mb77 {
    margin-bottom: 77px !important
}

.ml77 {
    margin-left: 77px !important
}

.mr77 {
    margin-right: 77px !important
}

.pd77 {
    padding: 77px !important
}

.pdl77 {
    padding-left: 77px !important
}

.pdr77 {
    padding-right: 77px !important
}

.pdt77 {
    padding-top: 77px !important
}

.pdb77 {
    padding-bottom: 77px !important
}

.radius77 {
    border-radius: 77px !important
}

.mt78 {
    margin-top: 78px !important
}

.mb78 {
    margin-bottom: 78px !important
}

.ml78 {
    margin-left: 78px !important
}

.mr78 {
    margin-right: 78px !important
}

.pd78 {
    padding: 78px !important
}

.pdl78 {
    padding-left: 78px !important
}

.pdr78 {
    padding-right: 78px !important
}

.pdt78 {
    padding-top: 78px !important
}

.pdb78 {
    padding-bottom: 78px !important
}

.radius78 {
    border-radius: 78px !important
}

.mt79 {
    margin-top: 79px !important
}

.mb79 {
    margin-bottom: 79px !important
}

.ml79 {
    margin-left: 79px !important
}

.mr79 {
    margin-right: 79px !important
}

.pd79 {
    padding: 79px !important
}

.pdl79 {
    padding-left: 79px !important
}

.pdr79 {
    padding-right: 79px !important
}

.pdt79 {
    padding-top: 79px !important
}

.pdb79 {
    padding-bottom: 79px !important
}

.radius79 {
    border-radius: 79px !important
}

.mt80 {
    margin-top: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.pd80 {
    padding: 80px !important
}

.pdl80 {
    padding-left: 80px !important
}

.pdr80 {
    padding-right: 80px !important
}

.pdt80 {
    padding-top: 80px !important
}

.pdb80 {
    padding-bottom: 80px !important
}

.radius80 {
    border-radius: 80px !important
}

.fb {
    font-weight: bold
}

.f12 {
    font-size: 12px !important
}

.f13 {
    font-size: 13px !important
}

.f14 {
    font-size: 14px !important
}

.f15 {
    font-size: 15px !important
}

.f16 {
    font-size: 16px !important
}

.f17 {
    font-size: 17px !important
}

.f18 {
    font-size: 18px !important
}

.f19 {
    font-size: 19px !important
}

.f20 {
    font-size: 20px !important
}

.f21 {
    font-size: 21px !important
}

.f22 {
    font-size: 22px !important
}

.f23 {
    font-size: 23px !important
}

.f24 {
    font-size: 24px !important
}

.f25 {
    font-size: 25px !important
}

.f26 {
    font-size: 26px !important
}

.f27 {
    font-size: 27px !important
}

.f28 {
    font-size: 28px !important
}

.f29 {
    font-size: 29px !important
}

.f30 {
    font-size: 30px !important
}

.f31 {
    font-size: 31px !important
}

.f32 {
    font-size: 32px !important
}

.f33 {
    font-size: 33px !important
}

.f34 {
    font-size: 34px !important
}

.f35 {
    font-size: 35px !important
}

.f36 {
    font-size: 36px !important
}

.f37 {
    font-size: 37px !important
}

.f38 {
    font-size: 38px !important
}

.f39 {
    font-size: 39px !important
}

.f40 {
    font-size: 40px !important
}

.f41 {
    font-size: 41px !important
}

.f42 {
    font-size: 42px !important
}

.f43 {
    font-size: 43px !important
}

.f44 {
    font-size: 44px !important
}

.f45 {
    font-size: 45px !important
}

.f46 {
    font-size: 46px !important
}

.f47 {
    font-size: 47px !important
}

.f48 {
    font-size: 48px !important
}

.f49 {
    font-size: 49px !important
}

.f50 {
    font-size: 50px !important
}

.flex-box {
    display: -ms-flexbox;
    display: flex
}

.flex1 {
    -ms-flex: 1;
    box-flex: 1;
    flex: 1;
    overflow: hidden;
    display: block
}

.cover {
    -o-object-fit: cover;
    object-fit: cover
}

.contain {
    -o-object-fit: contain;
    object-fit: contain
}

.l-h {
    line-height: 1.42857143
}

.l-h-1x {
    line-height: 1
}

.l-h-0x {
    line-height: 0
}

.l-h-2x {
    line-height: 2em
}

.underline {
    text-decoration: underline
}

.a-hover:hover {
    color: #e74c3c !important
}

.text-primary.a-hover:hover {
    text-decoration: underline
}

.bg-center {
    background-repeat: no-repeat;
    background-position: center
}

.paging {
    text-align: center;
    padding: 40px
}

.paging a {
    display: inline-block;
    background: #fff;
    padding: 8px 13px;
    border: 1px solid #edecec;
    margin: 0 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.paging a:hover {
    color: #e74c3c;
    background: #f8f8f8
}

.paging a.current {
    background: #e74c3c;
    border: 1px solid #e74c3c;
    color: #fff
}

.mianbao.black .anli_nav .active {
    color: #fff
}

.mianbao .anli_nav {
    color: #999;
    padding: 20px 0;
    padding-right: 40px;
    float: left
}

.mianbao .anli_nav a:hover {
    color: #e74c3c
}

.mianbao .anli_nav .active {
    color: #333
}

.mianbao #anliyun {
    padding: 15px 0;
    float: left
}

.mianbao #anliyun .tab {
    float: left;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid #edecec;
    font-size: 14px !important;
    margin: 2px 10px;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mianbao #anliyun .tab:before {
    content: '\e607';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 14px !important;
    float: right;
    text-align: center;
    line-height: 20px
}

.mianbao #anliyun .tab:hover {
    color: #e74c3c
}

.mianbao .total_anli {
    float: left;
    color: #212628;
    padding: 20px
}

.mianbao .total_anli .active {
    color: #e74c3c
}

.mianbao .mianbao_more {
    color: #999999;
    border: 1px solid #edecec;
    background: #f6f6f6;
    width: 85px;
    height: 25px;
    padding: 0px 5px;
    font-size: 14px;
    float: right;
    text-align: center;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer
}

.mianbao .mianbao_more i {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 12px
}

.mianbao .mianbao_more:hover {
    color: #e74c3c;
    border: 1px solid #e74c3c
}

.process {
    width: 100%;
    margin-top: 30px
}

.process .process-list {
    position: relative;
    width: 155px;
    float: left;
    left: -15px
}

.process .process-list:before {
    content: '';
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 7px;
    background-color: #dadee5;
    position: relative;
    right: 8px
}

.process .process-list:first-child:before {
    background-color: #fff
}

.process .process-list i.iconfont {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    border: 1px solid #dadee5;
    background-color: #fff;
    z-index: 1;
    right: 5px;
    font-size: 12px
}

.process .process-list i.iconfont:before {
    display: none
}

.process .process-list span {
    float: right;
    margin-top: 17px;
    font-size: 12px;
    width: 48px;
    display: block;
    color: #dadee5;
    margin-left: 5px;
    position: relative;
    left: 11px;
    text-align: center
}

.process .process-list.done:before {
    background-color: #e74c3c
}

.process .process-list.done:first-child:before {
    background-color: #fff
}

.process .process-list.done i.iconfont {
    background-color: #fff;
    color: #e74c3c;
    border-color: #e74c3c
}

.process .process-list.done i.iconfont:before {
    display: inline
}

.process .process-list.done span {
    color: #e74c3c
}

.process .process-list:first-child.ing:before {
    background-color: transparent
}

.process .process-list.ing i.iconfont {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-color: #e74c3c
}

.process .process-list.ing i.iconfont:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 6px;
    background-color: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline
}

.process .process-list.ing:before {
    background-color: #e74c3c
}

.process .process-list.ing span {
    color: #e74c3c
}



.construction_right {
    width: 300px;
    float: right
}

.construction_right .tit b {
    display: block;
    width: 82px;
    height: 1px;
    background: #e74c3c;
    margin: 12px auto 0
}

.construction_right .team {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-bottom: 16px;
    border-radius: 3px
}

.construction_right .team .boxTop .lazy {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    margin: 0 8px;
    background: none
}

.construction_right .team .boxTop .lazy img {
    top: 0 !important
}

.construction_right .team .boxTop .msg {
    width: 182px
}

.construction_right .team .button {
    padding: 5px 12px;
    margin-left: 6px
}

.construction_right .sever {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-bottom: 16px;
    border-radius: 3px
}

.construction_right .sever .lazy {
    width: 260px;
    height: 196px;
    margin: 0 auto;
    background: none
}

.construction_right .sever .msg {
    margin: 0 auto;
    width: 260px
}

.construction_right .sever .button {
    padding: 5px 12px;
    margin-top: 10px
}

.construction_right .yuyue-box {
    background: #fff;
    min-height: 340px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    padding: 30px 0;
    padding-top: 1px;
    border-radius: 3px
}

.construction_right .yuyue-box form {

    padding: 0 20px
}

.construction_right .yuyue-box form .tit {
    margin-top: 30px
}

.construction_right .yuyue-box form .tit span {
    color: #e74c3c
}

.construction_right .yuyue-box form dd {
    background: #f6f8fa
}

.construction_right .yuyue-box form dd input {
    background: #f6f8fa;
    line-height: 40px;
    height: 40px
}

.construction_right .yuyue-box form .subtit {
    line-height: 2;
    text-align: center
}

.construction_right .yuyue-box form .subtit span {
    color: #e74c3c
}

.citySearch {
    display: inline-block;
    background: #fff;
    height: 40px;
    z-index: 2
}

.citySearch .citySelect {
    border-right: solid 1px #d9d9d9;
    float: left;
    width: 80px;
    height: 100%
}

.citySearch .citySelect .curCity {
    line-height: 40px;
    left: 10px;
    top: 0;
    max-width: 3em
}

.citySearch .citySelect .icon {
    right: 10px;
    top: 0;
    color: #e74c3c;
    line-height: 40px;
    display: inline-block;
    width: 15px
}

.citySearch .txt {
    width: 240px;
    height: 40px;
    float: left;
    padding: 0 10px;
    font-size: 14px
}

.citySearch .button {
    border-radius: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 58px;
    float: left
}

.citySearch.active .cityList {
    display: block
}

.citySearch.active .icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.citySearch .cityList {
    display: none;
    font-size: 14px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 55px;
    width: 150px;
    border: solid 1px #edecec;
    line-height: 26px;
    padding: 10px
}

.citySearch .cityList:before {
    content: '';
    border-style: solid;
    border-color: transparent transparent #fff;
    border-width: 0 8px 8px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 15px;
    top: -8px
}

.citySearch .cityList dl {
    padding-left: 30px
}

.citySearch .cityList dl dt {
    float: left;
    margin-left: -30px;
    width: 30px;
    padding-top: 5px
}

.citySearch .cityList dl dd {
    text-align: left;
    border-bottom: solid 1px #edecec;
    padding: 5px 0
}

.citySearch .cityList dl:last-child dd {
    border: 0
}

.citySearch .cityList dl a {
    margin-right: 10px
}

.citySearch .cityList dl a:hover {
    color: #e74c3c
}

.citySearch .cityList .tabLayer .line {
    border-top: dashed 1px #edecec;
    height: 0;
    margin: 2px 0 2px 29px;
    overflow: hidden
}

.citySearch .cityList .tabLayer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.citySearch .cityList .tabLayer a {
    width: 33%;
    color: #666;
    margin: 0 5px;
    white-space: nowrap
}

.citySearch .cityList .tabLayer a:hover {
    color: #e74c3c
}



.ad-custom .title {
    margin-top: 25px;
	text-align:center;
}

.ad-custom .title .block {
    width: 5px;
    height: 20px;
    background: #e74c3c;
    border-radius: 2px;
    float: center;
    margin: 6px 10px 0 10px
}

.ad-custom .title .main {
    float: center;
    color: #212628;
    font-size: 24px
}

.ad-custom .title .sub {
    float: left;
    color: #666;
    font-size: 16px;
    margin-top: 8px
}

.ad-custom .title .sub span {
    color: #e74c3c
}

.ad-custom .input-list {
    width: 100%
}

.ad-custom .input-list .input-box {
    float: left;
    border: 1px solid #edecec;
    background: #f9f9f9;
    margin: 20px 10px
}

.ad-custom .input-list .input-box input {
    background: #f9f9f9;
    color: #666;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box
}

.ad-custom .input-list .button-box {
    float: left;
    padding: 11px 22px;
    margin: 20px 10px;
    background: #e74c3c;
    border-radius: 3px;
    cursor: pointer
}

.ad-custom .input-list .button-box button {
    background: #e74c3c;
    color: #fff;
    outline: none;
    cursor: pointer
}

.ad-custom .input-list .button-box:hover {
    background: #ed7669;
    border-color: #ed7669;
    color: #fff
}

.ad-custom .input-list .button-box:hover button {
    background: #ed7669;
    border-color: #ed7669;
    color: #fff
}

.content-cards {
    width: 1230px;
    margin-left: -15px;
    padding-left: 3px;
    padding-bottom: 7px
}

.content-cards .zhuangxiu-box {
    float: left;
    padding: 12px
}

.content-cards .zhuangxiu-box:hover {
    -ms-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    box-shadow: 0 5px 7px rgba(0,0,0,0.2)
}

.content-cards .zhuangxiu-box:hover .huoke-wy {
    opacity: 1;
    filter: alpha(opacity=100)
}

.content-cards .zhuangxiu-box:hover .liulan-hot {
    opacity: 1;
    filter: alpha(opacity=100)
}

.content-cards .zhuangxiu-box:hover .collect {
    opacity: 1;
    filter: alpha(opacity=100)
}

.content-cards .zhuangxiu-box:hover .zhuangxiu-card {
    background-color: #fff;
    border-color: transparent
}

.content-cards .zhuangxiu-box .huoke-wy {
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 140px;
    padding: 5px;
    background: #e74e3e;
    color: #fff;
    top: 10px;
    text-align: center
}

.content-cards .zhuangxiu-box .huoke-wy:hover {
    background: #d72d1b
}

.content-cards .zhuangxiu-box .huoke-wy:hover:after {
    border-top-color: #d72d1b;
    border-bottom-color: #d72d1b
}

.content-cards .zhuangxiu-box .huoke-wy:after {
    transition: all .5s;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -7px;
    border-top: 15px solid #e74e3e;
    border-bottom: 15px solid #e74e3e;
    border-right: 7px solid transparent
}

.content-cards .zhuangxiu-box .collect {
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    top: 10px;
    right: 10px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.content-cards .zhuangxiu-box .collect i {
    font-size: 12px
}

.content-cards .zhuangxiu-box .collect .yes {
    color: red
}

.content-cards .zhuangxiu-box .collect:hover {
    color: #e74c3c
}

.content-cards .zhuangxiu-box .liulan-hot {
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 30px;
    bottom: 10px;
    left: 10px;
    border-radius: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    line-height: 30px
}

.content-cards .zhuangxiu-box .liulan-hot span {
    font-size: 12px
}

.content-cards .zhuangxiu-box .liulan-hot span i {
    font-size: 12px
}

.content-cards .zhuangxiu-card {
    width: 380px;
    height: 380px;
    margin: auto;
    border: 1px solid #edecec;
    background: #f7f7f7;
    transition: all .5s
}

.content-cards .zhuangxiu-card .img-box {
    height: 270px;
    width: 100%;
    overflow: hidden
}

.content-cards .zhuangxiu-card .img-box img {
    width: 100%;
    transition: all .5s
}

.content-cards .zhuangxiu-card .img-box:hover img {
    transform: scale(1.05, 1.05)
}

.content-cards .zhuangxiu-card .detail-box {
    width: 100%;
    height: 80px;

    padding: 15px 10px
}

.content-cards .zhuangxiu-card .detail-box .designer {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden
}

.content-cards .zhuangxiu-card .detail-box .designer img {
    width: 100%
}

.content-cards .zhuangxiu-card .detail-box .msg {
    float: left;
    width: 240px;
    margin-left: 16px
}

.content-cards .zhuangxiu-card .detail-box .msg .title {
    color: #212628;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.content-cards .zhuangxiu-card .detail-box .msg .title:hover {
    color: #e74c3c
}

.content-cards .zhuangxiu-card .detail-box .msg .sub {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.content-cards .zhuangxiu-card .detail-box .msg .tel {
    width: 100px;
    height: 25px;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer
}

.content-cards .zhuangxiu-card .detail-box .msg .tel:hover {
    color: darkred;
    border: 1px solid darkred
}

.content-cards .divider {
    width: 25px;
    height: 380px;
    float: left
}

.content-cards .selfZhuangxiuBox {
    padding: 0px;
    margin-right: 10px
}

.content-cards .selfZhuangxiuBox:last-child {
    margin-right: 0
}

.content-cards .selfZhuangxiuBox:hover {
    -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
    -o-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.content-cards .selfZhuangxiuBox .zhuangxiu-card {
    border: 0
}

.guess .titleTop {
    margin-top: 50px
}

.guess .titleTop .block {
    width: 5px;
    height: 20px;
    background: #e74c3c;
    border-radius: 2px;
    margin: 10px 10px 0 0;
    display: inline-block;
    position: relative;
    top: 2px
}

.guess .titleTop .main {
    color: #212628;
    font-size: 26px
}

.guess .titleTop h2 {
    display: inline
}

.xiaoguo {
    width: 100%;
    margin-top: 30px;
    background: #ededed;
    height: 485px
}

.xiaoguo .main-title {
    padding-top: 30px;
    color: #212628;
    font-size: 20px;
    text-align: center
}

.xiaoguo .main-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #e74c3c;
    margin: 10px auto
}

.xiaoguo .sub-title {
    text-align: center
}

.xiaoguo .sub-title span {
    padding: 0 10px
}

.xiaoguo .sub-title span:hover {
    color: #e74c3c
}

.xiaoguo .sub-title span.active {
    color: #e74c3c
}

.xiaoguo .img-lists {
    width: 100%
}

.xiaoguo .img-lists .img-list {
    float: left;
    width: 280px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    height: 223px
}

.xiaoguo .img-lists .img-list img {
    width: 100%;
    display: block
}

.xiaoguo .img-lists .img-list .msg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px
}

.xiaoguo .img-lists .img-list .msg .title {
    float: left
}

.xiaoguo .img-lists .img-list .msg .num {
    margin-right: 20px;
    float: right
}

.select-box {
    width: 100%
}

.select-box .select-card {
    border: 1px solid #edecec;
    border-bottom: 1px
}

.select-box .select-card .list-box {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.select-box .select-card .list-box li {
    min-height: 49px;
    margin: 0;
    border-bottom: 1px solid #edecec;
    text-align: center;
    line-height: 48px;
    position: relative;
    overflow: hidden
}

.select-box .select-card .list-box li .title {
    position: absolute;
    height: inherit;
    width: 80px;
    background: #fafafa
}

.select-box .select-card .list-box li .content {
    position: absolute;
    overflow: hidden;
    left: 80px;
    width: 960px;
    color: #333;
    padding-bottom: 13px;
    padding-left: 10px
}

.select-box .select-card .list-box li .content span {
    display: block;
    padding: 2px 8px;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
    line-height: 1.5;
    height: 20px
}

.select-box .select-card .list-box li .content span.active {
    background: #e74c3c;
    color: #fff
}

.select-box .select-card .list-box li .content span.active:hover {
    color: #fff
}

.select-box .select-card .list-box li .content span:hover {
    color: #e74c3c
}

.select-box .select-card .list-box li .content span.more {
    float: right
}

.select-box .select-card .list-box li .content span.more i {
    font-size: 12px
}

.select-box .select-card .list-box li .more-a {
    color: #999;
    position: absolute;
    right: 94px;
    cursor: pointer
}

.select-box .select-card .list-box li .more-a i {
    color: #999;
    font-size: 12px;
    display: inline-block;
    position: relative;
    left: 5px
}

.select-box .select-card .list-box li .more-a i.xiangxia1 {
    border: 6px solid transparent;
    border-top-color: #999;
    top: 4px
}

.select-box .select-card .list-box li .more-a i.xiangshang1 {
    border: 6px solid transparent;
    border-bottom-color: #999;
    top: -4px
}

.select-box .sortful {
    padding-top: 10px;
    -ms-box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    -o-box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    box-shadow: 0 10px 15px rgba(0,0,0,0.05)
}

.select-box .sortful .sort-btn {
    float: left
}

.select-box .sortful .sort-btn .news {
    float: left;
    padding: 16px;
    cursor: pointer
}

.select-box .sortful .sort-btn .news:hover {
    color: #e74c3c
}

.select-box .sortful .sort-btn .news.active {
    color: #e74c3c
}

.select-box .sortful .sort-btn .news i {
    display: inline-block;
    font-size: 14px;
    width: 15px;
    height: 15px
}

.select-box .sortful .sort-btn .hot {
    float: left;
    padding: 16px;
    cursor: pointer
}

.select-box .sortful .sort-btn .hot:hover {
    color: #e74c3c
}

.select-box .sortful .sort-btn .hot.active {
    color: #e74c3c
}

.select-box .sortful .sort-btn .hot i {
    display: inline-block;
    font-size: 14px;
    width: 15px;
    height: 15px
}

.select-box .sortful .search-btn {
    float: right
}

.select-box .sortful .search-btn .select-input {
    float: left;
    position: relative;
    width: 100px;
    margin: 10px;
    padding: 2px
}

.select-box .sortful .search-btn .select-input select {
    background: none;
    color: #666
}

.select-box .sortful .search-btn .select-input .filter-list {
    top: 33px;
    width: 100px;
    left: 2px
}

.select-box .sortful .search-btn .select-input.areatip .filter-list {
    width: 130px
}

.select-box .sortful .search-btn .select-input.qblp .filter-list {
    width: 155px;
    left: 2px
}

.select-box .sortful .search-btn .search-b {
    float: left;
    border: 1px solid #edecec;
    margin: 12px 10px;
    width: 192px;
    position: relative
}

.select-box .sortful .search-btn .search-b input {
    color: #333;
    float: left;
    padding: 0 5px;
    display: block;
    height: 100%
}

.select-box .sortful .search-btn .search-b div {
    background: #e74e3e;
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    color: #fff;
    padding: 8px 7px;
    font-size: 12px;
    outline: none;
    cursor: pointer
}

.select-box .sortful .search-btn .search-b div:hover {
    color: #fff;
    background: #d62c1a;
    border-color: #d62c1a
}

.imgCard {
    text-align: center;
    width: 100%
}

.imgCard .img-box img {
    width: 800px
}

.imgCard p {
    line-height: 24px;
    font-size: 13px
}

.imgCard .share-btn,.imgCard .see-pic {
    position: absolute;
    width: 120px;
    height: 30px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    top: 20px;
    right: 40px;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.imgCard .share-btn:hover,.imgCard .see-pic:hover {
    background: rgba(0,0,0,0.6)
}

.imgCard .share-btn {
    right: 190px;
    width: 60px
}

.imgCard b {
    position: absolute;
    min-width: 120px;
    padding: 10px 2px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    bottom: 20px;
    left: 20px;
    border-radius: 20px;
    text-align: center
}

.imgCard .caseBtn {
    width: 100%;
    border-top: 1px solid #edecec;
    margin-top: 30px
}

.imgCard .caseBtn .box {
    width: 49%;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    text-align: center;
    position: relative
}

.imgCard .caseBtn .box i {
    border: 5px solid transparent;
    border-bottom-color: #666;
    position: relative;
    top: -12px;
    margin-right: 7px
}

.imgCard .caseBtn .box:nth-child(2) i {
    border: 5px solid transparent;
    border-top-color: #666;
    top: 10px
}

.cardNav {
    height: 50px;
    width: 880px;
    line-height: 50px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    background: #fff;
    position: relative;
    z-index: 5
}

.cardNav a {
    padding: 0 30px;
    color: #212628;
    font-size: 18px;
    cursor: pointer
}

.cardNav a:hover {
    color: #e74c3c
}

.cardNav .active a {
    color: #e74c3c
}

.hengtiao-form {
    width: 100%;
    height: 170px;
    position: fixed;
    bottom: 0;
    z-index: 10
}

.hengtiao-form .title-a {
    height: 30px;
    width: 100px;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.hengtiao-form .title-d {
    height: 30px;
    width: 463px;
    cursor: pointer;
    margin: auto;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #191919;
    border-top-left-radius: 45px 30px;
    border-top-right-radius: 45px 30px
}

.hengtiao-form .title-d span {
    color: #e74c3c
}

.hengtiao-form .title-d i {
    color: #e74c3c;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 28px;
    position: relative;
    top: 4px
}

.hengtiao-form .ht {
    height: 140px;
    width: 100%;
    background: #191919
}

.hengtiao-form .ht .xiangxia {
    position: absolute;
    left: 593px;
    top: 3px
}

.hengtiao-form .ht .xiangxia i {
    color: #e74c3c
}

.hengtiao-form .ht .pr {
    height: 140px
}

.hengtiao-form .ht .zs-pic {
    width: 212px;
    height: 134px;
    position: absolute;
    bottom: 0;
    left: 27px
}

.hengtiao-form .ht form {
    width: 670px;
    position: absolute;
    height: 90px;
    top: 15px;
    left: 304px
}

.hengtiao-form .ht form input {
    display: block;
    width: 237px;
    padding-left: 10px;
    height: 40px;
    float: left;
    margin-right: 20px;
    margin-top: 9px
}

.hengtiao-form .ht form button {
    width: 47px;
    height: 47px;
    position: absolute;
    padding: 20px 44px;
    word-break: break-all;
    box-sizing: content-box;
    white-space: normal;
    font-size: 18px;
    margin-top: 9px;
    line-height: 25px;
    letter-spacing: 4px
}

.hengtiao-form .ht .zxrx {
    width: 180px;
    height: 140px;
    float: right
}

.hengtiao-form .ht .zxrx .title {
    color: #fff;
    height: 40px;
    line-height: 40px
}

.hengtiao-form .ht .zxrx .tel {
    height: 28px;
    width: 143px;
    text-align: center;
    background: #e74c3c;
    border-radius: 8px;
    line-height: 28px
}

.rightBox {
    width: 300px;
    float: right
}

.rightBox .yuyue-box {
    background: #fff;
    min-height: 340px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
    padding: 30px 0;
    padding-top: 1px;
    border-radius: 3px
}

.rightBox .yuyue-box form {
    padding: 0 20px
}

.rightBox .yuyue-box form .tit span {
    color: #e74c3c
}

.rightBox .yuyue-box form dd {
    background: #f6f8fa
}

.rightBox .yuyue-box form dd input {
    background: #f6f8fa;
    line-height: 40px;
    height: 40px;
    color: #333
}

.rightBox .yuyue-box form .city {
    padding: 0;
    position: relative
}

.rightBox .yuyue-box form select {
    width: 124px;
    height: 40px;
    line-height: 40px;
    background: #f6f8fa;
    border-radius: 3px;
    padding-left: 10px
}

.rightBox .yuyue-box form b {
    position: absolute;
    width: 10px;
    height: 40px;
    background: #f6f8fa;
    right: 5px
}

.rightBox .yuyue-box form b:first-child {
    right: 140px
}

.rightBox .yuyue-box form .subtit {
    line-height: 2;
    text-align: center
}

.rightBox .yuyue-box form .subtit span {
    color: #e74c3c
}

.rightBox .visit {
    border-radius: 3px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1)
}

.rightBox .visit .sub .text-primary {
    display: inline-block;
    border-bottom: 1px solid #e74c3c;
    padding-bottom: 2px
}

.rightBox .visit ul {
    height: 35px;
    line-height: 35px
}

.domesticOutfit {
    border-radius: 3px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1)
}

.domesticOutfit .bg-primary {
    width: 110px;
    height: 1px;
    margin: 0 auto;
    background: #e74c3c
}

.domesticOutfit .con {
    padding: 0 15px
}

.recommend {
    height: 225px
}

.recommend h1 {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    top: 55px;
    left: 30px;
    font-weight: bold;
    z-index: 2;
    font-size: 26px
}

.recommend p {
    position: absolute;
    max-width: 80%;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 100px;
    left: 30px;
    color: #969696
}

.bomLogo {
    height: 200px
}

.bomLogo .bomLogoleft {
    margin-right: 152px;
    padding-left: 168px
}

.bomLogo .lazy {
    width: 441px;
    height: 120px
}

.relative-anli .yhhd {
    height: 220px;
    width: 100%
}

.relative-anli .yhhd .img-box {
    float: left;
    height: 220px;
    width: 290px
}

.relative-anli .yhhd .img-box .status {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.relative-anli .yhhd .img-box .status.success {
    background-image: url(//s.dyrs.cc/static/pc/images/tydxq_05.png)
}

.relative-anli .yhhd .img-box .status.error {
    background-image: url(//s.dyrs.cc/static/pc/images/tydxq_04.png)
}

.relative-anli .yhhd .yhmsg {
    width: 570px;
    float: right
}

.relative-anli .yhhd .yhmsg .detail {
    width: 550px;
    height: 50px;
    line-height: 1.7
}

.relative-anli .yhhd .yhmsg .hov:hover {
    color: #e74c3c
}

.relative-anli .title-ra {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative
}

.relative-anli .title-ra::before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 4px 20px 0 0;
    border-radius: 3px;
    background: #e74c3c
}

.relative-anli .title-ra .more {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
    font-size: 14px
}

.relative-anli .title-ra .more i {
    font-size: 14px
}

.relative-anli .re-list {
    height: 240px;
    width: 100%;
    padding-top: 20px;
    border-bottom: 1px solid #edecec
}

.relative-anli .re-list:last-child {
    border: 0
}

.relative-anli .re-list .img-box {
    float: left;
    height: 220px;
    width: 290px;
    border-radius: 5px
}

.relative-anli .re-list .an-detail {
    float: left;
    margin-left: 28px;
    width: 560px
}

.relative-anli .re-list .an-detail .title:hover {
    color: #e74c3c
}

.relative-anli .re-list .an-detail .subtitle .div {
    margin: 0 8px
}

.relative-anli .re-list .an-detail .img-list {
    margin-top: 23px;
    width: 100%;
    height: 120px
}

.relative-anli .re-list .an-detail .img-list .image {
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 10px
}

.relative-anli .re-list .an-detail .img-list .image:nth-child(3) {
    margin-right: 0
}

.relative-anli .re-list .an-detail .text-descript {
    color: #999;
    margin-top: 25px;
    width: 100%;
    height: 106px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.5;
    word-break: break-all
}

.relative-anli .re-list .an-detail .submsg {
    font-size: 14px
}

.relative-anli .re-list .an-detail .submsg .ssqy {
    float: left;
    width: 170px
}

.relative-anli .re-list .an-detail .submsg .ssqy span {
    color: #212628;
    font-weight: bold
}

.relative-anli .re-list .an-detail .submsg .ssqy span:hover {
    color: #e74c3c
}

.title-sjsal {
    font-size: 20px;
    color: #212628;
    width: 100%;
    position: relative
}

.title-sjsal:before {
    content: '';
    display: block;
    float: left;
    height: 20px;
    width: 5px;
    margin: 4px 20px 0 0;
    border-radius: 3px;
    background: #e74c3c
}

.title-sjsal .more {
    position: absolute;
    top: 5px;
    right: 0;
    color: #999;
    font-size: 14px
}

.sjslb .content-cards {
    width: 1230px;
    margin-left: -10px
}

.sjslb .content-cards .zhuangxiu-box {
    padding: 10px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card {
    width: 283px;
    height: 338px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .img-box {
    height: 225px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg {
    width: 185px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title {
    width: 165px;
    font-size: 16px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .title a:hover {
    color: #e74c3c
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .sub {
    height: 24px;
    line-height: 24px;
    width: 170px;
    font-size: 14px
}

.sjslb .content-cards .zhuangxiu-box .zhuangxiu-card .detail-box .msg .sub a:hover {
    color: #e74c3c
}

.selfMinHeight {
    min-height: 777px;
    margin-bottom: 53px
}

.personalCenterLeft {
    width: 240px;
    box-shadow: 0 7px 35px rgba(0,0,0,0.05);
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.personalCenterLeft .leftLogo {
    width: 220px;
    height: 84px;
    border-bottom: 1px solid #edecec;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 26px
}

.personalCenterLeft .leftLogo .lazy {
    height: 46px;
    width: 182px;
    margin: auto
}

.personalCenterLeft .userInfo {
    width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #edecec;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px
}

.personalCenterLeft .userInfo .lazy {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.personalCenterLeft .userInfo .name {
    max-width: 96px
}

.personalCenterLeft ul li {
    height: 50px;
    line-height: 50px;
    margin-top: 14px;
    border-left: 3px solid #fff
}

.personalCenterLeft ul li:hover i,.personalCenterLeft ul li:hover span {
    color: #e74c3c
}

.personalCenterLeft ul li.active {
    border-left: 3px solid #e74c3c;
    background: #fdeded
}

.personalCenterLeft ul li.active i,.personalCenterLeft ul li.active span {
    color: #e74c3c
}

.self-module {
    width: 900px;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    -ms-box-shadow: 0 5px 29px rgba(0,0,0,0.05);
    -o-box-shadow: 0 5px 29px rgba(0,0,0,0.05);
    box-shadow: 0 5px 29px rgba(0,0,0,0.05)
}

.self-module .self-title {
    padding-top: 5px;
    height: 38px;
    border-bottom: 1px solid #edecec
}

.self-module .self-title:before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #e74c3c;
    display: block;
    float: left;
    margin-right: 10px
}

.self-module .self-title span {
    font-weight: bold
}

.self-module .self-title span.title {
    color: #212628
}

.self-module .self-title .more {
    padding-top: 5px;
    width: 83px;
    height: 35px
}

.self-module .self-title .more span {
    font-weight: normal
}

.self-module .self-title .more i {
    color: #999
}

.self-module:last-child {
    margin-bottom: 0
}

.kd-self-layer {
    position: absolute;
    z-index: 999;
    max-width: 420px;
    min-width: 280px;
    padding: 0 15px 15px 15px;
    min-height: 215px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(98,98,98,0.07)
}

.kd-self-layer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 100px
}

.kd-self-layer .self-title {
    padding-top: 20px;
    height: 25px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #edecec;
    margin-bottom: 19px;
    position: relative
}

.kd-self-layer .self-title .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer
}

.kd-self-layer .self-title .close:hover {
    color: #e74c3c
}

.kd-self-layer .self-content {
    font-size: 14px;
    color: #666
}

.kd-self-layer .self-content p {
    word-break: break-all;
    word-wrap: break-word;
    padding-bottom: 10px
}

.personalCenterRight {
    float: right;
    width: 940px
}

.lingganzhiyuan {
    width: 1230px;
    margin-left: -10px
}

.lingganzhiyuan .lg-card {
    width: 305px;
    height: 364px;
    float: left
}

.lingganzhiyuan .lg-card:hover {
    -ms-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0 0px 15px rgba(0,0,0,0.2)
}

.lingganzhiyuan .lg-card:hover .content-card {
    background: transparent
}

.lingganzhiyuan .lg-card:hover .content-card .img-content .liulan-hot {
    opacity: 1;
    filter: alpha(alpha=100)
}

.lingganzhiyuan .lg-card:hover .content-card .img-content .collect {
    opacity: 1;
    filter: alpha(alpha=100)
}

.lingganzhiyuan .lg-card:hover .content-card .img-content .huoke-wy {
    opacity: 1;
    filter: alpha(alpha=100)
}

.lingganzhiyuan .lg-card .content-card {
    transition: all .5s;
    width: 285px;
    height: 344px;
    background: #f8f8f8;
    margin: 10px auto
}

.lingganzhiyuan .lg-card .content-card .img-content {
    width: 100%;
    height: 285px;
    position: relative
}

.lingganzhiyuan .lg-card .content-card .img-content .huoke-wy {
    transition: all .5s;
    opacity: 0;
    filter: alpha(alpha=0);
    position: absolute;
    z-index: 10;
    width: 140px;
    padding: 5px;
    background: #db2a29;
    color: #fff;
    top: 10px;
    text-align: center
}

.lingganzhiyuan .lg-card .content-card .img-content .huoke-wy:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -7px;
    border-top: 15px solid #db2a29;
    border-bottom: 15px solid #db2a29;
    border-right: 7px solid transparent
}

.lingganzhiyuan .lg-card .content-card .img-content .liulan-hot {
    transition: all .5s;
    opacity: 0;
    filter: alpha(alpha=0);
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 30px;
    bottom: 10px;
    left: 10px;
    border-radius: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    line-height: 30px
}

.lingganzhiyuan .lg-card .content-card .img-content .collect {
    transition: all .5s;
    opacity: 0;
    filter: alpha(alpha=0);
    position: absolute;
    z-index: 10;
    width: 80px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    top: 10px;
    right: 10px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lingganzhiyuan .lg-card .content-card .title {
    margin: auto;
    height: 30px;
    width: 260px;
    font-size: 14px;
    line-height: 30px;
    color: #212628
}

.lingganzhiyuan .lg-card .content-card .title:hover {
    color: #e74c3c
}

.lingganzhiyuan .lg-card .content-card .subtitle {
    margin: auto;
    height: 30px;
    width: 260px
}

.lingganzhiyuan .lg-card .content-card .subtitle a:hover {
    color: #e74c3c
}

.lingganzhiyuan .lg-card .content-card .subtitle .div {
    padding: 0 5px
}

.self-module .lingganzhiyuan {
    margin-left: 0;
    padding-top: 10px;
    width: 900px;
    overflow: hidden
}

.self-module .lingganzhiyuan .lg-card {
    width: 292px;
    height: 297px;
    margin-right: 10px
}

.self-module .lingganzhiyuan .lg-card .content-card {
    width: 292px;
    height: 297px;
    margin: 0
}

.self-module .lingganzhiyuan .lg-card .content-card .title {
    height: 35px;
    line-height: 35px
}

.self-module .lingganzhiyuan .lg-card .content-card .img-content {
    height: 228px
}

.self-module .lingganzhiyuan .lg-card:last-child {
    margin-right: 0
}

.self-module .lingganzhiyuan .lg-card:hover {
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.freeConsultation {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 3px
}

.freeConsultation .lazy {
    width: 90px;
    height: 90px;
    border-radius: 3px
}

.freeConsultation .info {
    width: 174px
}

.goldMaster .selectBoxs {
    border: 1px solid #edecec;
    position: relative
}

.goldMaster .selectBoxs .tit {
    width: 80px;
    padding: 10px 0;
    text-align: center;
    border-right: solid 1px #edecec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.goldMaster .selectBoxs ul {
    background-color: #fff;
    width: 1110px;
    position: relative;
    padding-left: 90px !important
}

.goldMaster .selectBoxs ul li {
    cursor: pointer;
    padding: 0 10px
}

.goldMaster .selectBoxs ul li a {
    padding: 4px 10px
}

.goldMaster .selectBoxs ul li:hover {
    color: #e74c3c
}

.goldMaster .selectBoxs ul li.active a {
    background: #e74c3c;
    color: #fff
}

.goldMaster .selectBoxs ul li.active:hover a {
    color: #fff !important
}

.friendly .tab-tit {
    border-bottom: solid 1px #edecec;
    line-height: 40px;
    height: 40px;
    font-size: 18px
}

.friendly .tab-tit span {
    margin-right: 25px;
    display: inline-block;
    border-bottom: solid 1px transparent;
    cursor: pointer
}

.friendly .tab-tit span.active {
    border-color: #e74c3c;
    color: #333
}

.friendly .tab-layer .alink {
    margin-top: 20px;
    line-height: 1.6
}

.friendly .tab-layer .alink a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    width: 8.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.friendly .tab-layer .alink a:hover {
    color: #e74c3c
}

.lh1 {
    line-height: 1
}

.customerEvaluationDetails .detailsLeft {
    width: 880px;
    overflow: hidden
}

.customerEvaluationDetails .detailsLeft .boxLazy {
    width: 800px;
    margin: 0 auto
}

.customerEvaluationDetails .detailsLeft img {
    max-width: 100%
}

.customerEvaluationDetails .detailsLeft .caseBtn {
    width: 100%
}

.customerEvaluationDetails .detailsLeft .caseBtn .box {
    width: 49%;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative
}

.customerEvaluationDetails .detailsLeft .caseBtn .box i {
    border: 5px solid transparent;
    border-bottom-color: #666;
    position: relative;
    top: -12px;
    margin-right: 7px
}

.customerEvaluationDetails .detailsLeft .caseBtn .box:nth-child(2) i {
    border: 5px solid transparent;
    border-top-color: #666;
    top: 10px
}

.present-list-card {
    width: 383px;
    height: 526px;
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0,0,0,0.05)
}

.present-list-card .cont-r {
    width: 65px;
    height: 27px;
    border: 2px solid #fafafa;
    position: absolute;
    top: -10px;
    left: -13px;
    z-index: 1;
    border-radius: 15px;
    line-height: 27px
}

.present-list-card .img {
    width: 100%;
    height: 226px
}

.present-list-card .con {
    height: 216px
}

.article-content {
    overflow: hidden
}

.article-content * {
    white-space: normal !important
}

.article-content b,.article-content strong {
    font-weight: bold
}

.article-content p {
    padding-bottom: 20px;
    line-height: 24px
}

.article-content img {
    max-width: 800px !important;
    height: auto;
    margin: auto;
    display: block;
    padding-bottom: 20px
}

.get-custom-form-common {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 3px;
    min-height: 310px;
    padding: 10px;
    width: 280px
}

.get-custom-form-common .input {
    background-color: #f3f3f3;
    height: 40px;
    border: solid 1px #f3f3f3;
    border-radius: 5px;
    padding: 0 10px
}

.get-custom-form-common .input input {
    width: 100%;
    height: 100%;
    color: #666;
    line-height: 40px;
    background: transparent
}

.self-kong {
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    background-image: url(//s.dyrs.cc/static/pc/images/konghezi_03.png)
}

.my-share-box {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100
}

.my-share-box .share-tit {
    font-size: 16px;
    margin-bottom: 15px
}

.my-share-box a {
    margin: 5px 10px;
    display: inline-block;
    background: #f8f8f8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}

.my-share-box a:hover {
    transform: scale(1.1)
}

.my-share-box .iconfont {
    font-size: 30px;
    color: #fff
}

.shejishiye .designer-list {
    width: 1230px;
    margin-left: -10px
}

.shejishiye .designer-list .designer-carder {
    width: 305px;
    float: left;
    height: 400px;
    transition: all .5s
}

.shejishiye .designer-list .designer-carder .designer-msg {
    margin: 10px auto;
    width: 285px;
    height: 380px;
    background: #f7f7f7;
    position: relative;
    transition: all .5s
}

.shejishiye .designer-list .designer-carder .designer-msg.reward:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 27px;
    top: 290px;
    right: -4px;
    background-image: url(//s.dyrs.cc/static/pc/images/sjslib_03.png);
    background-size: 100%;
    background-position: center
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo {
    width: 100%;
    height: 285px;
    position: relative
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ktal {
    transition: all .5s;
    width: 102px;
    position: absolute;
    z-index: 10;
    background: #333;
    color: #fff;
    border: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ktal:hover {
    background: #000
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .tuijian {
    position: absolute;
    left: 0;
    top: 10px;
    width: 68px;
    height: 26px;
    background: #e74c3c;
    border-radius: 0 0 15px 0;
    color: #fff;
    line-height: 26px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-photo .ztsj {
    transition: all .5s;
    width: 103px;
    position: absolute;
    bottom: 0;
    border: 0;
    right: 0;
    opacity: 0;
    border-radius: 0;
    filter: alpha(opacity=0)
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name {
    font-size: 18px;
    color: #212628;
    margin-left: 10px;
    margin-right: 70px;
    height: 25px;
    line-height: 25px;
    position: relative
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-name span {
    font-size: 14px;
    margin-left: 11px
}

.shejishiye .designer-list .designer-carder .designer-msg .tag {
    position: absolute;
    width: 50px;
    border: #edecec 1px solid;
    background: #f6e6e6;
    height: 17px;
    color: #eb4f4f;
    line-height: 17px;
    text-align: center;
    font-size: 14px;
    top: 300px;
    left: 174px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr {
    width: 265px;
    margin: auto;
    height: 25px;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div {
    width: 125px;
    height: 25px;
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div span {
    color: #212628
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-alnr .div span:hover {
    color: #e74c3c
}

.shejishiye .designer-list .designer-carder .designer-msg .designer-hobbit {
    width: 265px;
    height: 25px;
    margin: auto;
    line-height: 25px
}

.shejishiye .designer-list .designer-carder:hover {
    -ms-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0 0px 15px rgba(0,0,0,0.2)
}

.shejishiye .designer-list .designer-carder:hover .designer-msg {
    background: #fff
}

.shejishiye .designer-list .designer-carder:hover .designer-msg .ktal {
    opacity: 1;
    filter: alpha(opacity=100)
}

.shejishiye .designer-list .designer-carder:hover .designer-msg .ztsj {
    opacity: 1;
    filter: alpha(opacity=100)
}

.common-zixun .tit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 75px;
    height: 1px;
    background: #e74c3c;
    left: 0
}

.common-zixun .line {
    width: 452px;
    margin-bottom: 20px
}

.common-zixun .line b {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e74c3c;
    border-radius: 50%;
    margin-right: 12px;
    float: left
}

.common-zixun .line span {
    width: 300px
}

.case-tag-box {
    box-shadow: 3px 5px 18px 8px rgba(0,0,0,0.03);
    border: 1px solid #f1f1f1
}

.case-tag-box .a {
    overflow: hidden;
    width: 746px
}

.case-tag-box .c {
    width: 760px
}

.case-tag-box .p3 {
    width: 33%;
    border-right: 1px solid #f1f1f1
}

.common-search-null {
    height: 80px;
    background-position: center;
    background-repeat: no-repeat
}

.huoke .input-n {
    float: left;
    background: #fcfcfc;
    border: 1px solid #edecec;
    padding: 10px 20px;
    margin-left: 10px
}

.huoke .input-n input {
    background: #fcfcfc;
    outline: none;
    width: 220px;
    color: #666;
    border: none;
    outline: none;
    height: 20px
}

.huoke .button {
    float: right
}

.advertisement {
    height: 100px;
    width: 100%;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center
}

.spjx-zx {
    width: 100%;
    height: 75px;
    background-color: #f6f6f6
}

.spjx-zx .photo {
    width: 114px;
    height: 104px;
    border: 1px solid #edecec;
    left: 45px;
    top: -40px
}

.spjx-zx .neirong {
    width: 520px;
    line-height: 75px;
    top: 0;
    left: 190px
}

.spp-temp {
    padding-bottom: 13px;
    padding-left: 10px
}

.spp-temp span {
    display: block;
    padding: 2px 8px;
    margin-left: 10px;
    margin-top: 13px;
    float: left;
    line-height: 1.5;
    height: 20px;
    font-size: 14px
}

.right_slide {
    position: fixed;
    z-index: 50;
    right: 0;
    top: 50%;
    margin-top: -100px;
    width: 80px;
    text-align: center
}

.right_slide .link-box {
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #ccc;
    display: block;
    margin-bottom: 1px
}

.right_slide .link-box .link {
    display: block;
    margin: auto;
    color: #fff;
    width: 80px;
    padding: 15px 0;
    position: relative;
    z-index: 2
}

.right_slide .link-box:hover {
    background: #e74c3c
}

.bottom-top-btn {
    position: fixed;
    bottom: 45px;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ccc;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    line-height: 1;
    font-size: 14px
}

.bottom-top-btn:hover {
    background: #e74c3c
}

.not-find {
    padding-top: 50px
}

.not-find .pic {
    width: 100px;
    margin: auto;
    text-align: center
}

.not-find .pic img {
    width: 100%
}

.not-find .title {
    text-align: center;
    font-size: 24px;
    color: #212628
}

.not-find .title span {
    color: #e74c3c
}

.not-find .subtitle {
    font-size: 16px;
    text-align: center
}

.not-find .subtitle span {
    color: #e74c3c
}

.not-find-title {
    font-size: 24px
}

.not-find-title:before {
    content: '';
    display: block;
    float: left;
    width: 5px;
    height: 24px;
    background: #e74c3c;
    border-radius: 2px;
    margin: 5px 10px 0px 2px
}

.withOutLazy {
    overflow: hidden;
    text-align: center
}

.withOutLazy img {
    height: 100%
}

.withOutLazy-width {
    overflow: hidden;
    text-align: center
}

.withOutLazy-width img {
    width: 100%;
    vertical-align: middle
}

#doyoo_share {
    position: inherit;
    display: none !important
}

.doyoo_f_original body {
    overflow: auto !important
}

.doyoo_f_original {
    overflow: auto !important
}

.doyoo_f_frame {
    display: none !important
}

.yuyue-box form {
    max-width: 400px;
    padding: 0 40px;
    margin: 0 auto;
    font-size: 14px
}

.yuyue-box form .tit {
    font-size: 20px;
    margin-top: 40px
}

.yuyue-box dl {
    margin-top: 20px
}

.yuyue-box dt {
    margin-top: 10px
}

.yuyue-box dd {
    margin-top: 15px;
    height: 40px;
    border: solid 1px #f3f3f3;
    border-radius: 5px;
    padding: 0 10px
}

.yuyue-box dd input {
    width: 100%;
    height: 100%;
    color: #666;
    line-height: 40px
}

.yuyue-box .btn {
    border-radius: 5px;
    height: 40px;
    margin-top: 15px
}

.lazy {
    position: relative;
    background: url("data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7LyogIHx4R3YwMHxhMDk3N2E3ZTFmMDQ1MjlmZTRhZDdhYzlhZWJkNjE3NyAqLw==") center center no-repeat;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: rotateZ(0)
}

.lazy img.lazy_img {
    background: none;
    position: absolute
}

.lazy.load-over {
    background-image: none
}

img.lazy_img {
    background: url(//s.dyrs.cc/static/pc/images/loading.gif) center center no-repeat;
    background-color: #fff
}

.auto_height {
    height: 500px;
    background: url(//s.dyrs.cc/static/pc/images/loading.gif) center center no-repeat;
    background-color: #fff
}

.auto_height.load-over {
    background-image: none
}

.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 2px
}

.button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.button.is-plain:focus,.button.is-plain:hover {
    background: #fff;
    border-color: #e74c3c;
    color: #e74c3c
}

.button.is-disabled,.button.disabled {
    opacity: .6;
    cursor: not-allowed
}

.button:hover,.button:focus {
    color: #000;
    border-color: #ddd;
    background-color: #f8f8f8
}

.button-primary {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c
}

.button-primary:focus,.button-primary:hover {
    background: #d62c1a;
    border-color: #d62c1a;
    color: #fff
}

.button-primary.is-plain {
    color: #e74c3c;
    background: #fff;
    border-color: #e74c3c
}

.button-primary.is-plain:hover,.button-primary.is-plain:focus {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.button-black {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.button-black:focus,.button-black:hover {
    background: #1a1919;
    border-color: #1a1919;
    color: #fff
}

.button-black.is-plain {
    color: #333;
    background: #fff;
    border-color: #333
}

.button-black.is-plain:hover,.button-black.is-plain:focus {
    background: #333;
    border-color: #333;
    color: #fff
}

.button-transparent {
    color: #333;
    background: transparent;
    border-color: #333
}

.button-transparent.white {
    color: #fff;
    border-color: #fff
}

.button-transparent:hover,.button-transparent:focus {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

.head {
    min-width: 1200px;
    background: #fff;
    -ms-box-shadow: 0 15px 16px rgba(0,0,0,0.02);
    -o-box-shadow: 0 15px 16px rgba(0,0,0,0.02);
    box-shadow: 0 15px 16px rgba(0,0,0,0.02);
	
}

.head.black {
    border-bottom: solid 1px #1e2528;
    background: #1e2528
}

.head.black .topBox {
    border-bottom: 1px solid #1e2528
}

.head .topBox {
    padding: 6px 0;
    height: 30px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-bottom: 1px solid #edecec;
    font-size: 14px;
    color: #999
}

.head .topBox i {
    position: relative;
    color: #999
}

.head .topBox .left .cityNav {
    z-index: 9999;
    line-height: 23px
}

.head .topBox .left .cityNav.black .cityBtn {
    border: solid 1px #1e2528;
    border-bottom: none
}

.head .topBox .left .cityNav .cityBtn {
    padding: 0 4px;
    border: solid 1px transparent;
    border-bottom: 0
}

.head .topBox .left .cityNav.active .cityBtn {
    border-color: #edecec;
    background: #fff;
    position: relative;
    z-index: 101
}

.head .topBox .left .cityNav.active .cityBtn .text-title {
    color: #212628 !important
}

.head .topBox .left .cityNav.active .cityBtn .text-white {
    color: #fff
}

.head .topBox .left .cityNav.active .cityList {
    display: block
}

.head .topBox .left .cityList {
    display: none;
    font-size: 16px;
    background: #fff;
    position: absolute;
    left: 22px;
    top: 22px;
    width: 80px;
	height:180px;
    border: solid 1px #edecec;
    line-height: 35px;
    padding: 15px;
	 z-index: 9999;
}

.head .topBox .left .cityList .tabTit {
    border-bottom: dotted 1px border;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.head .topBox .left .cityList .tabTit span {
    padding: 5px 10px;
    cursor: pointer
}

.head .topBox .left .cityList .tabTit .active {
    background: #a569c4;
    color: #fff
}

.head .topBox .left .cityList .tabLayer .line {
    border-top: dashed 1px #edecec;
    height: 0;
    margin: 2px 0 2px 29px;
    overflow: hidden
}

.head .topBox .left .cityList .tabLayer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.head .topBox .left .cityList .tabLayer a {
    width: 33%;
    color: #666;
    margin: 0 5px;
    white-space: nowrap
}

.head .topBox .left .cityList .tabLayer a:hover {
    color: #e74c3c
}

.head .topBox .right .register,.head .topBox .right .login {
    border-right: 1px solid #edecec
}

.head .topBox .right i {
    width: 17px;
    height: 19px;
    display: inline-block;
    color: #e74c3c;
    top: 1px
}

.head .topBox .hotLine span {
    color: #e74c3c
}
.new {
    width: 100%;
    height: 717px;
    background: url(../images/index_news_bg.jpg) top center no-repeat;
    margin-top: 50px;
    padding: 10px 0 10px 0;
}

.new_con h5 {
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.new_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.new_left {
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    width: 393px;
}

.new_left_con ul li {
    line-height: 35px;
    cursor: pointer;
}

.new_left_con ul li a {
    font-size: 14px;
    color: #595959;
}

.new_left_con ul li:hover a {
    color: #8a1b7d;
}

.new_left_con {
    padding: 18px 20px;
}
.new_left_con ul {
    height:154px;
}
.publiccenter_tl {
    line-height: 27px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.publiccenter_tl h1 {
    font-size: 30px;
    padding: 7px 0;
    color: #323232;
    width: 130px;
    border-bottom: 1px solid #000;
}

.publiccenter_tl a {
    position: relative;
    font-size: 13px;
    color: #353535;
    top: 8px;
}

.publiccenter_tl a i {
    margin-left: 5px;
}

.new_pic_box {
    position: relative;
	 width:393px; height:230px;
	   overflow: hidden;
    display: block;
}
.new_pic_box  a img{ width:393px; height:230px;}



.new_pic_box img {
    width: 393px;
    height: 230px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
}

.new_pic_box:hover img {
    width: 413px;
    height: 260px;
    margin-left: -10px;
    margin-top: -15px;
}
.new_fix_title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #222222;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #FFF;
    padding: 0 0 0 18px;
    width: 375px;
}

.index_new_img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_next a {
    line-height: 50px;
    color: #4c4c4c;
    margin: 0 45px;
    display: inline-block
}

.news_next a:hover {
    color: #8a1b7d;
    text-decoration: underline;
}

.advtp .publiccenter_tl {
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    background: #f5f5f5;
}

.advtp .publiccenter_tl h1 {
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    color: #323232;
    border-bottom: 0;
}

.advtp .publiccenter_tl a {
    position: relative;
    font-size: 13px;
    color: #353535;
    top: 0;
}

.advtp .publiccenter_tl a i {
    margin-left: 5px;
}

.advtp .new_fix_title {
    position: absolute;
    left: 0px;
    bottom: 3px;
    background: #222222;
    opacity: 0.8;
    filter: alpha(opacity=80);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #FFF;
    padding: 0 0 0 18px;
    width: 375px;
}

.advtp .new_left_con {
    background: #f8f8f8;
}

.new_con .icat_title1 h2, .new_con .icat_title1 h3 {
    color: #fff;
}
.maleft{
    margin: 0 10px;
}

.tapsbox{
    border-bottom: 1px solid #f4f4f4;
    padding-top: 15px;
}
.hqt-txt{
    text-align: center;
    font-size:14px;
    margin: 20px 0;
	color:#000000;
}
.hqt-box-tap{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hqt-box-onetap{
    width: 50%;
    float: left;
    font-size: 17px;
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
}
.hqt-box-onetaptxt{
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
	font-size:17px;
	color:#000000;
	border: 1px solid #eee; border-radius: 5px; width: 50%; height: 100%; text-align: center; line-height: 50px; font-size: 14px; cursor: pointer;
}
.hqt-box-onetapchoosed{
    border-bottom: 3px solid #ff0000;
}
.quote-type{width: 100%; height: 54px; display: flex; display: -webkit-flex; display: -ms-flex;}
.quote-type li{border: 1px solid #eee; border-radius: 5px; width: 50%; height: 100%; text-align: center; line-height: 50px; font-size: 14px; cursor: pointer;}
.quote-type li.active{background: #e94c3d; color: #fff; border-color: #e94c3d;}
.quote-type li i{background: url(..pcweb/images/icon.png); margin-right: 10px; cursor: pointer;}
.quote-type li:nth-child(1) i{background-position: 0 -155px; width: 26px; height: 26px;}
.quote-type li:nth-child(2) i{background-position: 0 -188px; width: 30px; height: 32px;}
.quote-input{width: 100%; height: auto;}
.quote-input select,.quote-input input{width: 100%; height: 47px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px; font-size: 14px; margin-top: 12px; outline: none; transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;}
.quote-input select:focus,.quote-input input:focus{border-color: #00ae66 !important;}
.quote-input .area-input{position: relative;}
.quote-input .area-input i{position: absolute; top: 25px; right: 20px; color: #adadad;}
.quote-input .quote-btn1{width: 135px; color: #fff; text-indent: 0; cursor: pointer;}
.quote-input .quote-btn1{height: 47px;border: 1px solid #eee;font-size: 14px;margin-top: 12px;border-radius: 5px;text-align: center;line-height: 47px}
.quote-input .quote-btn1{background: #919191;}
.quote-input .quote-btn2{width: 135px; color: #fff; text-indent: 0; cursor: pointer;}
.quote-input .quote-btn2{height: 47px;border: 1px solid #eee;font-size: 14px;margin-top: 12px;border-radius: 5px;text-align: center;line-height: 47px}
.quote-input .quote-btn2{background: #c79e68;}
.quote-input h6{color: #686868; }

.feedbookdiv {
    margin-top: 12px;
}

.indexinput {
    width: 90%;
    height: 41px;
    line-height: 41px;
    border: 0px;
    padding: 0 5%;
  
}

.inputeight {
    margin: 8px 0 0 0;
}

.indexbutton {
    width: 100%;
    height: 54px;
    line-height: 24px;
    background: #ff0000;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    margin-top: 8px;
}

.tabs-vertical{
    font: bold 13px sans-serif;
   
    max-width: 900px;
    text-align: center;
    border-radius: 2px;
	padding-top:20px;
}

/* The tabs */

.tabs-vertical ul{
    float: left;
    list-style: none;
    text-align: left;
 background-color: #f7f7f7;
    margin: 0;
    padding-left: 0;
}

.tabs-vertical ul li{
    margin-right: -1px;
}

.tabs-vertical ul li a{
    display: block;
    text-decoration: none;
    color: #656a6d;
	height:186px;
    border: 1px solid transparent;
    border-right: 0;
    border-left: 0;
    padding: 36px 40px 16px 20px;
	 width: 15px;
    margin: 0 auto;
    line-height: 28px;
    font-size: 26px;
	 word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
    word-break:break-all;
	border-radius;10px;
    letter-spacing:1.6em;
	 justify-content:center;

}

.tabs-vertical ul li a.tab-active {
    border-color: #dddddd;
    background-color: #C79E67;
	color:#ffffff;
    box-shadow: 0px 2px 0px #EFEFEF;
}

.tabs-vertical ul li:first-child a{
    border-top: 0;
}

/* The content */

.tabs-vertical .tabs-content-placeholder{
    overflow: hidden;
    border-left: 1px solid #dddddd;
    font-weight: normal;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: -3px 0 0px #F3F3F3;
    text-align: center;
}

.tabs-vertical .tabs-content-placeholder div{
    display: none;
}

.tabs-vertical .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-vertical .tabs-content-placeholder div a:hover{
width:920px; height:480px;

}


@media (max-width: 600px) {

    .tabs-vertical ul{
        float: none;
    }

    .tabs-vertical ul li{
        display: inline-block;
        margin-bottom: -1px;
    }

    .tabs-vertical ul li a{
        border: 1px solid transparent;
        border-bottom: 0;
        border-top: 0;
        padding: 12px 15px;
    }

    .tabs-vertical ul li a.tab-active {
        border-color: #dddddd;
        background-color: #ffffff;
        box-shadow: 2px 0px 0px #EFEFEF;
    }

    .tabs-vertical ul li:first-child a{
        border-left: 0;
    }

    .tabs-vertical .tabs-content-placeholder{
        border-left: 0;
    }

}

.width_wap{ width:100%; display:table; margin:0 auto; padding: 10px 0; background:#333;border-bottom: 1px solid #fff;}
.ttl{height:18px;}
.ctt100{height:auto;padding:6px;clear:both; display:table; text-align:left; }
.w978{clear:both; width:1200px;margin: 0 auto; margin-top:10px;background:#333;}
/* TAB 切换效果 */
.tb100_{ background-color:#333}
.tb100_ ul{height:32px;}
.tb100_ li{float:left;height: 32px;line-height:32px; padding-left:15px;color:#666; padding-right:15px;cursor:pointer; font-size:13px; list-style:none;}
/* 控制显示与隐藏css类 */

.normaltab100 a{color:#666 ;}
.hovertab100{ background:#000000;color:#fff;}
.hovertab100 a{color:#fff; text-decoration:none;}
.dis{display:block;}

.list_ul li{ height:24px; line-height:24px; font-size:13px; color:#666; }
.list_ul li a{ line-height:24px; font-size:13px; color:#1f376d; }
.list_ul li a:hover{color:#666;}
.undis{display:none;}

.linkText{ text-indent:0; text-align:left; padding:5px 15px 5px 10px; line-height:25px;}
.linkText a{ padding-left:5px; padding-right:5px; color:#666; font-size:13px;}

