small {
    font-size: 16px;
}
/*body{*/
/*    padding-top: 80px;*/
/*}*/
/*菜单选中项*/
.d_yin {display:none;}
header { background: #F6F6F6; height: 44px; font-size: 12px; /*overflow: hidden;*/ line-height: 44px;}
header span { font-size: 16px; /*font-weight: bold; */line-height: 36px;}
header font {padding: 0 15px;}

/*header a:hover {color:#C71522;}*/
/*.main {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
/*.d_top {*/
/*    height: 166px;*/
/*}*/
.positiondiv,.positiondiv_dl{
    position: relative;
    padding: 0 10px;
}
.positiondiv .hot_mark{
    background: url(../images/hot_mark.png) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: 100%;
    position: absolute;
    top: -18px;
    right: -12px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
.positiondiv .new_mark{
    background: url(../images/new_mark.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: -18px;
    right: -6px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
.positiondiv_dl .hot_mark{
    background: url(../images/hot_mark.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: -15px;
    right: -8px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
.positiondiv_dl .new_mark{
    background: url(../images/new_mark.png) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    top: -15px;
    right: -6px;
    -webkit-animation: upDown 6s ease-in-out infinite;
    animation: upDown 6s ease-in-out infinite;
}
@keyframes upDown{0%{transform: translateY(5px);} 25%{transform: translateY(0px);} 50%{transform: translateY(5px);} 75%{transform: translateY(0px);} 100%{transform: translateY(5px);}}

/*!*搜索框*!*/
/*.d_search {*/
/*    padding-top: 20px;*/
/*    overflow: hidden;*/
/*}*/

/*.d_searchs {*/
/*    float: left;*/
/*    margin-left: 90px;*/
/*    width: 610px;*/
/*}*/

/*.d_searchs_t a {*/
/*    font-size: 14px;*/
/*    padding: 0 25px;*/
/*    text-align: center;*/
/*    line-height: 26px;*/
/*    letter-spacing: 5px;*/
/*    display: inline-block;*/
/*    border-radius: 2px;*/
/*}*/

/*.d_searchs_t a.hover {*/
/*    background: #C71522;*/
/*    color: #FFFFFF;*/
/*}*/

/*.d_searchs_b {*/
/*    border: solid 2px #C71522;*/
/*    overflow: hidden;*/
/*    border-radius: 2px;*/
/*}*/

/*.d_searchs_b input {*/
/*    float: left;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    border: none;*/
/*    padding: 0 18px;*/
/*    width: 450px;*/
/*}*/

/*.d_searchs_b a {*/
/*    background: #C71522;*/
/*    color: #FFFFFF;*/
/*    line-height: 40px;*/
/*    display: inline-block;*/
/*    float: right;*/
/*    text-align: center;*/
/*    width: 100px;*/
/*}*/

/*.d_searchs_b a i {*/
/*    background: url(../images/fangdajing.png) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 5px;*/
/*}*/

/*.d_shop {*/
/*    float: left;*/
/*    margin-left: 24px;*/
/*    padding-top: 30px;*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*}*/

/*.d_shop a {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    line-height: 36px;*/
/*    border: solid 2px #C71522;*/
/*    width: 100px;*/
/*    text-align: center;*/
/*    background: #FFFFFF;*/
/*    color: #C71522;*/
/*}*/

/*.d_shop a.secend {*/
/*    background: #C71522;*/
/*    color: #FFFFFF;*/
/*}*/




/*!*菜单栏*!*/
/*.d_nav {*/
/*    position: relative;*/
/*    !*  padding-top: 33px; *!*/
/*    padding-left: 227px;*/
/*    z-index: 5;*/
/*}*/

/*.d_titlem {*/
/*    position: absolute;*/
/*    bottom: -13px;*/
/*    left: -24px;*/
/*}*/

/*.d_navm a {*/
/*    display: inline-block;*/
/*    line-height: 58px;*/
/*    font-size: 16px;*/
/*    position: relative;*/
/*    font-weight: bold;*/
/*    color: #000000;*/
/*}*/
/*.d_navm a.hover{*/
/*    color:#C71522*/
/*}*/
/*.d_navm a:hover {*/
/*    color: #C71522;*/
/*}*/


/*其他页面导航*/

/*头部*/
.microsite_header {
    height: 120px;
    background: #fff;
}
.microsite_header>div{
    width: 1200px;
    margin: 0 auto;
}


.microsite_header .microsite_search {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    overflow: hidden;
}
.microsite_header .microsite_search_left{
    display: flex;
    align-items: center;
    height: 80px;width:260px;float:left;
}
.microsite_header .microsite_search_left img{
    max-width: 260px;max-height: 80px;
}
.microsite_header .microsite_search_middle {
    float: left;
    margin-left: 20px;
    width: 680px;
    /*border: solid 1px #C71522;*/
}
.microsite_header .microsite_search_bot {
    border: solid 2px #C71522;
    overflow: hidden;
    border-radius: 2px;
}
.microsite_header .microsite_search_bot input {
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 18px;
    width: 450px;
}
.microsite_header .microsite_search_bot a {
    background: #C71522;
    color: #FFFFFF;
    line-height: 40px;
    display: inline-block;
    float: right;
    text-align: center;
    width: 100px;
}
.microsite_header .microsite_search_bot a i {
    background: url(../images/fangdajing.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/* 可配置咨询 start */
.newhead_search_module_tab > li {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    line-height: 26px;
    /*letter-spacing: 5px;*/
    display: inline-block;
    border-radius: 2px;
    /*width: 57px;*/
}
.newhead_search_module_tab > li:hover {
    cursor: pointer;
}
.newhead_search_module_tab > li.hover select {
    color: #fff;
}
.newhead_search_module_tab li.hover {
    background: #C71522;
    color: #FFFFFF;
    text-decoration: none;
}
.newhead_search_module_tab li.hover:after{
    background: #C71522;
    color: #FFFFFF;
    text-decoration: none;
}
.headmenu_search_input_box {
    display: none;
    justify-content: space-between;
    align-items: center;
    /*border-top: 1px solid #C71522;*/
    overflow: hidden;
    border: 2px solid #C71522;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.headmenu_search_input_box .pcmicrosite-guanbi {
    display: none;
    padding: 0 8px;
    cursor: pointer;
}
.headmenu_search_input_box .pcmicrosite-comment {
    padding-right: 4px;
}
.consult-type-content0 {
    display: flex;
}
.headmenu_search_input {
    /*width: calc(100% - 116px);*/
    border: none;
    padding-left: 17px;
    flex-grow: 1;
}
.consult-set_submit {
    background: #C71522;
    color: #FFFFFF;
    line-height: 40px;
    display: flex;
    float: right;
    text-align: center;
    padding: 0px 20px;
    /*width: 100px;*/
}
.consult-set-style_select {
    height: 26px;
    width: 160px;
    color: #535353;
    background: transparent;
    /*font-size: 16px;*/
    border: none;
}
.consult-set-style_select option {
    color: #000;
}
.consult-set-style_select option:first-child {
    color: #8d8d8d;
}
.consult-set-style_select ~ .consult-type-content {
    margin: 0px;
}
/* 可配置咨询 end */

/*顶部导航-平台链接*/
.header__domain-links > ul {
    /* 随主体变更颜色*/
    box-shadow: 0px 0px 16px 0px rgba(199, 21, 34, 0.16);
}
/*/顶部导航-平台链接*/

.microsite_header .microsite_search_top a {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 5px;
    display: inline-block;
    border-radius: 2px;
    width: 57px;
}
.microsite_header .microsite_search_top a.hover {
    background: #C71522;
    color: #FFFFFF;
    text-decoration: none;
}
.microsite_header .microsite_search_right {
    float: left;
    margin-left: 24px;
    padding-top: 30px;
    border-radius: 4px;
    overflow: hidden;
}
.microsite_header .microsite_search_right a {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    border: solid 2px #C71522;
    width: 100px;
    text-align: center;
    background: #FFFFFF;
    color: #C71522;
    float: left;
}
.microsite_header .microsite_search_right a:nth-of-type(1){
    border-radius:5px 0 0 5px
}
.microsite_header .microsite_search_right a:nth-of-type(2){
    border-radius:0px 5px 5px 0
}
.microsite_header .microsite_search_right a.secend {
    background: #C71522;
    color: #FFFFFF;
}
.microsite_header .microsite_nav {
    position: relative;
    display: flex;
    margin-top:10px;
    /*padding-left: 227px;*/
    z-index: 109;
}
.microsite_header .microsite_nav_left {
    /*position: absolute;*/
    /*bottom: -13px;*/
    /*left: -24px;*/
}
.microsite_header .microsite_nav_left_cion {
    width: 20px;
    height: 12px;
    background: url(../images/xsan.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
}

.microsite_header .microsite_nav_classifyl_parent {
    position: absolute;
    top: 62px;
    left: 24px;
    display: none;
}
.microsite_header .microsite_nav_classifyl {
    background: #FFFFFF;
    float: left;
    width: 216px;
    position: relative;
    z-index: 9;
}

/*
.microsite_header .microsite_nav_classifyl ul li {
    padding: 17px 10px 17px;
    border-bottom: solid 1px #F9F9F9;
    overflow: hidden;
    cursor: pointer;
}
.microsite_header .microsite_nav_classifyl ul li span {
    display: block;
    float: left;
    margin-left: 10px;
}
.microsite_header .microsite_nav_classifyl ul li span h1 {
    color: #FF3F47;
    padding-bottom: 8px;
    font-weight: 700;
}
.microsite_header .microsite_nav_classifyl ul li span font {
    color: #999999;
}
.microsite_header .microsite_nav_classifyl ul li i {
    display: inline-block;
    background: url(../images/rightsan.png) no-repeat;
    width: 9px;
    height: 16px;
    margin-left: 20px;
    margin-top: 22px;
}*/
.microsite_header .d_img1 {
    float: left;
}

.microsite_header .d_zhuanli {
    padding: 30px 60px;
    height: 438px;
    background: #FFFFFF;
    position: absolute;
    width: 774px;
    left: 216px;
    top: 0px;
    display: none;
    overflow: auto;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 38%);
    box-sizing: border-box;
}
.microsite_header .d_zhuanli dd {
    width: 16.6%;
    float: left;
    padding: 6px 0;
}
.microsite_header .d_zhuanli dd a {
    display: block;
    line-height: 28px;
    margin: 0 5px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 2px;
}
.microsite_header .d_fenlei {
    padding: 30px 60px;
    height: 438px;
    background: #FFFFFF;
    position: absolute;
    width: 774px;
    left: 216px;
    top: 0px;
    display: none;
    overflow: auto;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 38%);
    box-sizing: border-box;
}
.microsite_header .d_fenlei dd {
    width: 20%;
    float: left;
    text-align: center;
    padding: 6px 0;
}
.microsite_header .d_fenlei dd a {
    display: inline-block;
    width: 121px;
    height: 28px;
    line-height: 28px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 2px;
}
.microsite_header .d_zhuanli_img {
    padding: 30px 60px;
    height: 438px;
    background: #FFFFFF;
    position: absolute;
    width: 774px;
    left: 216px;
    top: 0px;
    display: none;
    overflow: auto;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 38%);
    box-sizing: border-box;
}
.microsite_header .d_zhuanli_img dd.nodata_empty {
    margin-left: 260px;
}
.microsite_header .d_zhuanli_img dd.nodata_empty img {
    margin-bottom: 30px;
}
.microsite_header .d_zhuanli_img dd {
    float: left;
    margin: 0 5px;
    padding: 6px 0;
}
.microsite_header .d_zhuanli_img a {
    display: inline-block;
    padding: 4px 6px;
    background: #F2F2F2;
    text-align: center;
    border-radius: 2px;
}
/*.microsite_header .microsite_nav_left:hover .microsite_nav_classifyl_parent {*/
/*    display: block;*/
/*}*/
/*.microsite_header .microsite_nav_left:hover .microsite_nav_left_cion {*/
/*    background: url(../images/ssan.png) no-repeat;*/
/*}*/
.microsite_nav_left:hover .microsite_nav_classifyl {
    display: block;
}

/* 商城服务-分类 */
/* - 头 */
.cotage-head-layout {
    position: relative;
    z-index: 999;
}
.cotage-head-layout .head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 230px;
    height: 58px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #C71522;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}
.cotage-head-layout .head .title{
    font-weight: 700;
}
.cotage-head-layout .title {
    font-size: 26px;
    line-height: 26px;
}

.cotage-head-layout .head .icon {
    font-size: 20px;
}

/*.cotage-head-layout .head:hover ~ .body {
    display: flex;
}*/

/* -主体 */
.cotage-head-layout .body {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 230px;
    top: 58px;
    height: 438px;
    background: #fff;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
    border-radius: 0px 0px 4px 4px;
}

.cotage-head-layout .body li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 110px;
    min-height: 70px;
    flex: 1;
    /*padding: 10px 20px;*/
    border-bottom: solid 1px #F9F9F9;
    overflow: hidden;
    cursor: pointer;
}

.cotage-head-layout .body li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.cotage-head-layout .body li:hover a {
    color: #c71522;
}

.cotage-head-layout .body li:hover .icon {
    color: #c71522;
}

.cotage-head-layout .body .box-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 展示项 */
.cotage-head-layout .list {
    display: none;
    position: absolute;
    top: 58px !important;
    left: 230px;
    width: 980px;
    height: 438px;
    background: #fff;
    border: 1px solid ;
    overflow-y: auto;
    border: 1px solid #e7e7e7;
    border-radius: 0px 4px 4px 0px;
}


.cotage-head-layout .list .servicemodal_box {
    /*display: flex;*/
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*height: 0px;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none;
    transition-property: height;
    transition: display .2s cubic-bezier(.215, .61, .355, 1), opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);
    /*transition: height .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(0.22, 0.61, 0.36, 1);*/
}

.cotage-head-layout .list .servicemodal_box.expand {
    /*visibility: inherit;*/
    /*height:100%;*/
    /*opacity: 1;*/
    display: flex;
}
/*
.cotage-head-layout .list .servicemodal_left {
    width: 25%;
    max-width: 480px;
    box-sizing: border-box;
    padding: 40px;
    background: #FAFAFA;
    font-size: 16px;
    color: #666666;
    display: flex;
    justify-content: flex-end;
}

.cotage-head-layout .list .servicemodal_left > div {
    width: 240px;
}

.cotage-head-layout .list .servicemodal_left h1 {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cotage-head-layout .list .servicemodal_left a {
    color: #FF383A;
    font-size: 16px;
    margin-top: 40px;
    display: inline-block;
}*/

.cotage-head-layout .list .servicemodal_right {
    flex: 1;
    padding: 24px 40px 40px;
    display: flex;
}

.cotage-head-layout .list .servicemodal_right > div {
    max-width: 220px;
    flex: 1;
    padding: 0px 0px 0px 40px;
    box-sizing: border-box;
}

.cotage-head-layout .list .servicemodal_right > div:first-child {
    padding: 0px;
}

.cotage-head-layout .list .servicemodal_right .titleh1 {
    color: #c71522;
    font-size: 16px;
    font-weight: 700;
}

.cotage-head-layout .list .servicemodal_right a {
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 16px;
}

.cotage-head-layout .list .servicemodal_right a.red_color {
    color: #FF383A;
}

/* /商城服务-分类 */
.microsite_header .microsite_nav_classifyl ul li:hover dl {
    display: block;
}
.microsite_header .microsite_menumain{
    display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding: 0 10px;min-height: 58px;width: 100%;
}
.microsite_header .microsite_menumain a {
    display: inline-block;
    /*line-height: 58px;*/
    font-size: 16px;
    position: relative;
    font-weight: bold;
    color: #000000;
}
.microsite_header .microsite_menumain a.hover {
    color: #C71522;
}
.microsite_header .microsite_menumain a:hover {
    color: #C71522;
}

.common__header--block--right {
    display: flex;
    align-items: center;
    font-size: 16px;
}

/* 登录注册 */
.pcm__login--btn,
.pcm__loginout--btn,
.register_button,
.pcm__gobsystem--btn {
    /* 复用 */
    display: none;
    font-weight: bold;
    /*font-size: 14px;*/
    margin-right: 10px;
}

.pcm__login--btn {
    color: #C71522;
}

.pcm__login--btn:hover {
    color: #C71522;
}

.register_button,
.pcm__gobsystem--btn {
    background: #C71522;
    padding: 0px 10px;
    margin-right: 10px;
    color:#FF0;
}
.register_button:hover,
.pcm__gobsystem--btn:hover {
    color:#FF0;
}

.pcm__loginout--btn{
    color: #C71522;
}

#pcmUnameShow {
    margin-right: 0px;
}

.pcm__loginout--btn:hover {
    color: #C71522 !important;
}
#pcmUnameShow:hover {
    color: #C71522 !important;
}

/*.alink_handle_new:hover {
    color: #222;
}*/

.newhead_cnt {
    /*position: relative;*/
    margin-left: 0px;
    max-width: none;
    padding: 0 40px;
}

.newhead_cnt .newhead_a_link {
    margin: auto;
    font-size: 16px;
    max-width: 1920px;
}

/*
.newhead_a_link>div a.menulink_handle {
    font-size: 15px;
}*/
