.banner {
    width: 100%;
    height: auto;
    min-height: 200px;
    display: block
}

.banner img {
    width: 100%;
    height: auto;
    min-height: 200px;
    display: block
}

aside {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -10px
}

.asid_tab {
    width: 100%;
    height: 110px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    align-items: center;
    -ms-flex-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.04)
}

.asid_tab a {
    width: 173px;
    height: 47px;
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    position: relative
}

.box {
    display: flex;
    display: -ms-flexbox;
    margin-top: 36px;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.manage_box.box {
    margin-top: 0
}

.box .box-right {
    width: 266px;
    margin-left: 34px
}

.asid_ul,.manage_ul {
    flex: 1;
    -ms-flex: 1
}

.asid_ul li {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f0ecea
}

.asid_ul :nth-child(1) {
    margin-top: 0
}

.asid_ul .left {
    width: 238px;
    height: 178px;
    background: #f0ecea
}

.left img {
    width: 100%;
    height: 100%
}

.right {
    flex: 1;
    -ms-flex: 1;
    margin-left: 20px
}

.right .asid_tit {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center
}

.right .asid_tit h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 16px 0
}

.right .asid_tit span {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.right p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin: 20px 0;
    text-align: left
}

.right .asid-button {
    width: 100%;
    display: flex;
    display: -ms-flexbox
}

.right .asid-button button {
    height: 26px;
    background: #fefafa;
    border: 1px solid #f9dbdb;
    border-radius: 4px;
    font-size: 12px;
    color: #ff6e6f;
    line-height: 26px;
    padding: 0 7px;
    margin-right: 10px
}

.consulting,.hot,.selected {
    width: 264px;
    height: 238px;
    border: 1px solid #f0f0f0;
    border-radius: 10px
}

.consulting .code {
    margin-left: 11px
}

.consulting input {
    padding: 0 10px;
    box-sizing: border-box
}

.consulting .code span {
    right: 10px
}

.consulting-service input {
    padding: 0 10px;
    box-sizing: border-box
}

.selected {
    height: auto;
}

.hot {
    height: 262px;
    margin: 14px 0 14px 0;
    text-align: left
}

.zx-tit {
    width: 264px;
    height: 50px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    background: linear-gradient(139deg,#f8e9e6,#fdfafa);
    border-bottom: 1px solid #f0f0f0;
    border-radius: 9px 9px 0 0;
    box-sizing: border-box
}

.zx-tit img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 12px
}

.hot .zx-tit img {
    width: 48px;
    height: 16px
}

.zx-tit h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.consulting p {
    font-size: 12px;
    color: #999;
    padding: 0 8px;
    margin: 16px 0
}

.consulting input,.consulting-service input,.code {
    width: 240px;
    height: 35px;
    background: #fff;
    margin-bottom: 10px
}

.consulting input,.consulting-service input {
    border: 1px solid #f0f0f0
}

.code {
    margin-left: 7px;
    position: relative;
    cursor: pointer
}

.code span {
    position: absolute;
    top: 10px;
    right: 0;
    color: #999;
    font-size: 12px;
    cursor: pointer
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px
}

.consulting .btn,.consulting-service .btn {
    width: 157px;
    height: 37px;
    background: #e1032d;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #faf9f6
}

.consulting .btn:hover,.consulting-service .btn:hover {
    background: #d30000
}

.hot-ol em {
    width: 15px;
    height: 15px;
    line-height: 17px;
    background: #f9f9f9;
    border: 1px solid #d30000;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    color: #dc0d34;
    text-align: center
}

.hot-ol li {
    margin: 9px 0 0 8px
}

.hot-ol ol :nth-child(1) em {
    color: #fff;
    background: #eb012d;
    border: 1px solid #eb012d
}

.hot-ol span {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.code span:hover {
    color: #e1032d!important
}

a:hover {
    border-color: #d30000;
    color: #d30000
}

.active {
    background: #e1032d;
    color: #fff!important;
    border-color: #e1032d!important
}

.active span {
    height: 10px;
    width: 10px;
    background: #e1032d;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.hot-img {
    margin-top: -6px;
    width: 14px
}

.tit-hover:hover {
    color: #d30000!important
}

.tit-hovers:hover {
    color: #e1032d!important
}

.tit-hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 420px;
    text-align: left;
    cursor: pointer
}

.text-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.text-clamp {
    position: relative
}

.text-clamp::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    background: -webkit-linear-gradient(left,transparent,#fff 55%);
    background: -moz-linear-gradient(left,transparent,#fff 55%);
    background: -o-linear-gradient(left,transparent,#fff 55%);
    background: linear-gradient(to right,transparent,#fff 55%)
}

.act-color {
    color: #d30000!important
}

.f12 {
    font-size: 12px;
    font-weight: 500;
    color: #333
}

.selectImg {
    width: 242px;
    height: 259px;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    margin-top: 16px
}

.box .box-right .selected .selectImg {
    margin-top: 11px
}

.sel-img {
    width: 236px;
    height: 175px;
    overflow: hidden;
    margin: 0 auto
}

.selectImg img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px;
    transition: all 1.5s
}

.selectImg img:hover {
    transform: scale(1.5);
    overflow: hidden
}

.selectImg h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding-left: 12px;
    line-height: 30px
}

.selectImg p {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    padding-left: 12px;
    margin-bottom: 5px
}

.selNum {
    position: relative
}

.selNum .img {
    width: 72px;
    height: 25px;
    position: absolute;
    left: -4px;
    top: 0
}

.selNum span {
    width: 72px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 6px
}

.selectImg p {
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.selectImg p>span {
    font-size: 14px;
    font-weight: bold;
    color: #d30000
}

.more {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 47px
}

.more:hover {
    color: #e1032d;
    cursor: pointer
}

.detail-tit {
    font-size: 24px;
    font-weight: 500;
    color: #333
}

.detail-time {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 58px;
    margin-bottom: 23px
}

.detail-time span:nth-child(1) {
    margin-right: 24px
}

.detail-time span:nth-child(1)::after {
    content: '|';
    display: inline-block;
    margin-left: 24px
}

.text-detail {
    width: 903px;
    height: auto;
    display: block;
    text-align: left
}

.consulting-service {
    width: 903px;
    height: 150px;
    border: 1px solid #f0f0f0;
    margin-top: 58px;
    padding: 0 48px;
    text-align: left;
    box-sizing: border-box
}

.consulting-service div {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.consulting-service h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    width: 50%;
    padding: 36px 0 24px 0
}

.consulting-service span {
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    color: #333
}

.consulting-service strong {
    font-size: 22px;
    font-weight: 600;
    color: #e1032d
}

.consulting-service p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    width: 50%
}

.flex {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.flex .btn {
    margin-left: 10px
}

.consulting-service .flex input {
    margin: 0
}

.detail_text {
    width: 903px;
    margin-top: 22px;
    margin-bottom: 70px
}

.detail_text h3 {
    line-height: 97px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    text-align: left
}

.detail_flex {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 34px
}

.detail_flex:hover {
    color: #d30000
}

.hover:hover {
    color: #d30000
}

.manager {
    width: 1200px;
    margin: 36px auto;
    height: 126px;
    background-image: url('../../images/manager/bg.png');
    background-size: cover;
    text-align: left
}

.manager h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 48px
}

.manage_tag span {
    width: 57px;
    background: #f5f7f9;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #fc7143;
    line-height: 26px;
    padding: 4px 5px;
    margin: 13px 8px 12px 0
}

.manage_tag span:nth-child(1) {
    background: #fc7143;
    color: #fff
}

.manage_tag p {
    margin-top: 11px
}

.manager .flex {
    height: 100%;
    align-items: center;
    -ms-flex-align: center
}

.manager p {
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.man_btn {
    width: 94px;
    height: 37px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fc7143;
    margin-right: 32px
}

.manage_info {
    flex: 1;
    -ms-flex: 1;
    width: 100%
}

.manager img {
    width: 74px;
    height: 74px;
    background: #c8cdd1;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 24px 0 25px
}

.manage_bet {
    justify-content: space-between;
    -ms-flex-pack: justify
}

.mr {
    margin-right: 76px
}

.mr span {
    font-size: 12px;
    color: #333
}

.mr strong {
    font-size: 16px;
    color: #333
}

.mr b {
    font-size: 14px;
    color: #333
}

.tabs {
    width: 1200px;
    margin: 22px auto;
    border-bottom: 1px #f0f0f0 solid;
    line-height: 42px
}

.tabs ul {
    display: flex;
    display: -ms-flexbox
}

.tabs ul li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    margin-right: 46px
}

.manage_ul {
    width: 1220px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.manage_ul li {
    margin-right: 14px;
}


.last {
    margin-bottom: 10px
}

.manage_right {
    width: 266px;
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: left;
    padding: 0 14px;
    box-sizing: border-box
}

.manage_right h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 24px
}

.manage_right .flex dl {
    width: 50%
}

.manage_right dd span {
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.manage_right .num {
    font-size: 24px;
    font-weight: 600;
    color: #2abba5
}

.manage_right .percentage {
    font-size: 24px;
    font-weight: 600;
    color: #fcb522
}

.manage_right .dl_time {
    font-size: 24px;
    font-weight: 600;
    color: #31acfc
}

.manage_right .frequency {
    font-size: 24px;
    font-weight: 600;
    color: #fc7143
}

.manage_right dl dt {
    margin-top: 20px
}

.manage_right dl dd {
    margin-top: 3px
}

.manage_right h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 40px
}

.medal {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 20px
}

.medal dl {
    width: 33%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.medal dl dd {
    margin-top: 8px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #333
}

.medal dl dt img {
    width: 52px;
    height: 52px;
    display: block
}

.mr .man_btn:hover {
    background: #fc7143;
    color: #fff
}

.man_wximage {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 61px;
    height: 61px;
    border: 1px solid #f0f0f0;
    background: #fff
}

.wximg {
    position: relative
}

.wximg:hover {
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    color: #fc7143
}

.wximg:hover .man_wximage {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.man_wximage img {
    width: 80px;
    height: 80px;
    display: block;
    vertical-align: middle;
    border-radius: 0;
    margin: 0;
    background: 0;
    border: 0
}

.tabs_active::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #dc0d34;
    border-radius: 2px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -10px
}

.tabs_active {
    font-weight: 500!important;
    color: #333;
    font-size: 14px
}

.man_box_left {
    flex: 1;
    -ms-flex: 1;
    display: none
}

.man_box_left h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-bottom: 26px
}

.tap_icon {
    width: 900px;
    height: 147px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 43px
}

.tap_icon .img,.tap_icon .dl {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around
}

.tap_icon .img img {
    width: 84px;
    height: 37px;
    margin-top: 30px
}

.tap_icon .c_img {
    margin-top: 13px;
    width: 819px;
    height: 7px;
    display: block;
    margin-left: 41px
}

.tap_icon .dl dd {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.tap_icon .dl dt span {
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: #ff8f00;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    position: relative;
    top: -13px
}

.ser_characteristic {
    display: flex;
    display: -ms-flexbox;
    width: 434px
}

.ser_characteristic h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.ser_characteristic img {
    width: 56px;
    height: 56px
}

.ser_characteristic p {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.ser_ch_mr {
    margin: 0 46px
}

.ser_experience {
    width: 434px;
    height: 39px;
    background: #fc7143;
    line-height: 39px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0 138px 0
}

.ser_experience:hover {
    background: #fc5043
}

nav {
    width: 1200px
}

nav .search {
    flex: 1;
    -ms-flex: 1
}