.head-icon-wrap {
    /* width: 193px; */
    /* height: 56px; */
    background-color: #fff;
    /* padding: 10px 7px; */
    /* margin-top: 32px; */
    float: left;
    /* display: block;
    height: 100%; */
}

.head-icon-wrap img {
    display: block;
    height: 48px;
}

.head-select-item {
    width: 73px;
    float: left;
    text-align: right;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    /* height: 42px; */
}

.head-select-item.active .head-select-item-icon {
    animation: jump 0.3s;
    background-position: 0 -22px;
}

.head-select-item:last-child {
    width: 48px;
}

.head-select {
    /* margin-left: 63px; */
    /* position: relative; */
    text-align: center;
    float: right;
}


.head-select-line {
    display: inline-block;
    width: 1px;
    transform: rotate(1.79deg);
    height: 16px;
    background-color: #999999;
    margin-left: 25px;
}

.head-select-item-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    /* margin: 0 25px; */
    background-repeat: no-repeat;
    vertical-align: middle;
}

.head-select-item:last-child .head-select-item-icon {
    margin: 0;
    margin-left: 25px;
    /* margin-top: 20px; */
}

.head-select-item-icon-1 {
    background-image: url("./images/home/ico_search.png");
}

.head-select-item-icon-2 {
    background-image: url("./images/home/ico_service.png");
}

.head-select-item-icon-3 {
    background-image: url("./images/home/ico_code.png");
}

.head-wrap {
    width: 100%;
    position: relative;
    z-index: 66;
    /* height: 120px; */

}

.version-warm {
    width: 100%;
    background-color: #fffadd;
    display: none;
}

.version-warm-content {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    color: #020202;
    padding: 19px 0;

}

.version-warm-content::after {
    clear: both;
    content: '';
    display: block;
}

.version-warm-content .icon-pre {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("./images/login_area/ico_tip.png");
    margin-right: 10px;
    background-position: 0 -14px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    background-size: cover;
}

.version-warm-content .icon-suffix {
    float: right;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background-image: url(./images/icons/ico_close.png);
    position: relative;
    top: 4px;
}

.head-content {
    width: 1200px;
    margin: auto;
    /* height: 100%; */
    position: relative;
    height: 48px;
    line-height: 48px;
    background: #fff;
}

.head-content::after {
    content: '';
    display: block;
    clear: both;
}

.link-content {

    font-size: 14px;
    color: #999;
    font-weight: 400;
    /* line-height: 1; */
    letter-spacing: 0;
    /* height: 64px;
    line-height: 64px; */
    /* padding: 20px 0 45px; */
    float: right;
}

.link {
    float: left;
}

.link-content::after,
.link::after,
.menu::after {
    content: '';
    display: block;
    clear: both;
}

.head-item-content {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.7);
}

.head-item-content:hover {
    background: rgba(255, 255, 255, 1);
}

.link>li {
    margin-left: 40px;
    float: left;
}

/* .link>li:first-child {
    margin-left: 241px;
} */

/* .sub-head-list-item:hover {
    color: #003e8c;
} */

.head-select::after {
    content: '';
    display: block;
    clear: both;
}

.head-list-content {

    float: left;
    /* margin-left: 13px; */

}

/* .sub-content {
    flex: 1;
    height: 100%;


} */

.head-list-content::after,
.menu::after,
.sub-content::after {
    content: '';
    display: block;
    clear: both;
}

.menu {
    /* float: left;
    display: flex;
    justify-content: space-around;
    width: 100%; */
    width: 1200px;
    margin: auto;
}

.menu>li {
    font-size: 16px;
    color: #475166;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    /* width: 72px; */
    /*padding: 0 16px;*/
    margin-left: 122px;
    /* line-height: 1; */

    float: left;
    /* height: 42px; */
    font-weight: 700;
    position: relative;
}

.menu>li:first-child {
    margin-left: 0;
}

.menu>li>a {
    color: #475166;
    display: inline-block;
    height: 100%;
    padding: 0 16px;
}

.menu>li.hasChild::after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(./images/icons/arrow.png);
    background-position: 0 16px;
    background-size: cover;
    margin-right: 4px;
    position: relative;
    top: 2px;
    left: -12px;
    cursor: pointer;
}

.menu>li.active,
.menu>li.head-list-item_active {
    background: #014DA1;

}

.menu>li.active>a,
.menu>li.head-list-item_active>a {
    color: #fff !important;
}

/* .menu>li::after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 8px;
    behavior: url(PIE.htc);
    background-color: #014da1;

    width: 72px;
    position: relative;
    visibility: hidden;
    top: 21px;
    z-index: 999;
} */

/* .head-list-item:hover {

    color: #014da1;
} */

.head-list-item_active>a,
.menu>li.active>a {
    font-weight: 700;
    color: #fff !important;
}

.menu>li.head-list-item_active::after,
.menu>li:hover::after,
.menu>li.active::after {
    background-position: 0 0;
}

.sub-head-select>li {
    width: 90px;
    /* height: 14px; */
    float: left;
    box-sizing: border-box;
    padding-left: 19px;
    position: relative;
}

.sub-head-select>li.openAccessible {
    width: 61px;
    cursor: pointer;
}

.sub-head-select>li.active>a {
    color: #014da1;
}

.sub-head-select>li.active .sub-head-select-icon {
    background-position: 0 -10px;
}

/* .sub-head-select:hover .dialog {
    display: block;
} */

.sub-head-select-item_active {
    color: #014da1;
}

.sub-head-select>li.active {
    color: #014da1;
    font-weight: 700;
}

.sub-head-select>li.select {
    color: #014da1;
    font-weight: 700;
}

.sub-head-select {
    margin-left: 18px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.sub-head-select>li.active .dialog0,
.sub-head-select>li.active .dialog1 {
    display: block;
}

/* .dialog {
    top: 35px;
    left: 959px;
    position: absolute;
    width: 90px;
    box-shadow: 5px 5px 10px 0 rgba(65, 91, 126, 0.15);
    display: none;
    z-index: 888;
    background-color: #fff;
} */

.dialog1,
.dialog0 {
    top: 48px;
    left: 0;
    position: absolute;
    width: 90px;
    box-shadow: 5px 5px 10px 0 rgba(65, 91, 126, 0.15);
    display: none;
    z-index: 888;
    background-color: #fff;
}

/* .sub-head-select:hover .dialog0,
.sub-head-select:hover .dialog1 {
    display: block;
} */

/* .dialog0 {
    transform: translateX(0px);
}

.dialog1 {
    transform: translateX(90px);
} */

.dialog1::after,
.dialog0::after {
    display: block;
    content: '';
    clear: both;
}

.dialog-item {
    width: 90px;
    box-sizing: border-box;
    padding-left: 19px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #999999;
    /* text-align: center; */
    font-weight: 400;
    position: relative;
}

.dialog-item a {
    display: inline-block;
    padding: 18px 0;
    line-height: 1;
}

.dialog-item.active a {
    color: #014da1;
}

.dialog-item::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 70px;
    height: 1px;
    background-color: #707070;
    opacity: 0.1;

}


.sub-head-select>li:not(.openAccessible)::after {
    /* border-right: 1px solid #999999;
    box-sizing: border-box; */
    content: '';
    height: 14px;
    width: 1px;
    background: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* .sub-head-select>li:not(:last-of-type) {
    border-right: 1px solid #999999;
    box-sizing: border-box;
} */



.sub-head-select-icon {
    width: 14px;
    height: 10px;
    display: inline-block;
    background-image: url("./images/icons/arrow_down.png");
    background-size: 100%;
    margin-left: 10px;
    background-repeat: no-repeat;
}

/* .sub-head-select-icon_active{
    background-image: url("./images/ico_");
  } */


.head-dialog {
    width: 100%;
    background-color: #f9fafc;
    /* border: 1px solid transparent; */
    border-radius: 0 0 8px 8px;
    position: absolute;
    /* bottom: toppx; */
    top: 118px;
    left: 0px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 77;
    /* display: none; */
    behavior: url(PIE.htc);
    box-sizing: border-box;
}

.icb-search {
    position: relative;
    width: calc(100% - 2px);
    border: 1px solid transparent;
    box-sizing: border-box;
}

.search_icon {
    display: inline-block;
    background-size: 100%;
    /* background-image: url("./images/ico_search_icon.png"); */
    width: 20px;
    height: 20px;
    background-image: url("./images/icons/ico_search_a.png");
    position: absolute;
    top: 57px;
    right: 335px;
    cursor: pointer;
}

.icb-input {
    display: block;
    border: 1px solid #E5E5E5;
    /* box-shadow: 0 3px 4px 0 rgba(0, 91, 205, 0.29); */
    outline: none;
    border-radius: 4px;
    margin: 40px auto 32px;
    padding: 16px 64px 16px 16px;
    font-size: 16px;
    width: 580px;
    behavior: url(PIE.htc);
    box-sizing: border-box;
}

.icb-input::placeholder {
    font-size: 14px;
    color: #ccc;
}

.icb-input:focus {
    border-color: #2F67B7;
    outline: 2px solid #D7E5F9;
}

.common-search-wrap {
    width: 580px;
    margin: auto;
}

.common-search-title {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 16.6px;
}

.common-search-list::after {
    content: '';
    display: block;
    clear: both;
}

.comon-search-item {
    background-color: #fff;
    box-shadow: 5px 5px 10px 0 rgba(63, 106, 161, 0.1);
    border-radius: 8px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #475166;
    padding: 0 15px;
    behavior: url(PIE.htc);
    height: 36px;
    line-height: 36px;
    min-width: 56px;
    margin-bottom: 20px;
}

.comon-search-item:hover a {
    color: #004098
}

.comon-search-item a {
    color: #475166;
    display: block;
    height: 100%;
}

.comon-search-item:not(:nth-child(5n+1)) {
    margin-left: 20px;
}

.qrcode-dialog {
    height: 446px;

    padding: 0 40px;
    box-sizing: border-box;


}

.qrcode-dialog-item-title {
    font-size: 16px;
    color: #000;
    line-height: 1;
    font-weight: 400;
    height: 87px;

    box-sizing: border-box;
    padding: 40px 0 30px;
}

.qrcode-dialog-item-title span {
    line-height: 24px;
}

.qccode-dialog-item_code {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-left: 7.68px;
    vertical-align: text-bottom;
    margin-right: 12px;
}

.phone_icon {
    background-image: url("./images/hover-qrcode/ico_phone.png");
}

.pinpai_icon {
    background-image: url("./images/hover-qrcode/ico_pinpai.png");
}

.gongzhongh_icon {
    background-image: url("./images/hover-qrcode/ico_gongzhongh.png");
}

.others-icon {
    background-image: url("./images/hover-qrcode/ico_others.png");
}

.bank-item {
    width: 160px;
}

.brand-item {
    width: 520px;
}


.qrcode-container::after {
    content: '';
    display: block;
    clear: both;
}

.qrcode-dialog-item {
    float: left;
}

.qrcode-dialog-item:not(:first-child) {
    margin-left: 38px;
}

.brand-item .qrcode-item:not(:nth-child(3n+1)) {
    margin-left: 20px;
}

.brand-item .qrcode-item {
    margin-bottom: 20px;
}

.bank-item .qrcode-item:nth-child(2n + 2) {
    margin-top: 19.2px;
}

.qrcode-item {
    width: 160px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 0 rgba(65, 91, 126, 0.02);
    background-color: #fff;
    float: left;
    behavior: url(PIE.htc);
    position: relative;
}

.qrcode-item img {
    width: 86px;
    height: 86px;
}

.qrcode-item:hover {
    box-shadow: 5px 5px 10px 0 rgba(65, 91, 126,0.15);
    transform: scale(1.01) translateY(-6px);
    transition: all 0.2s linear;
}

.qrcode-item:hover img {
    width: 140px;
    height: 140px;
    margin: 5px auto;
}

.qrcode-item:hover .qrcode-item-title {
    display: none;
}

.qrcode-item_icon {
    width: 86px;
    height: 86px;
    display: block;
    margin: 22px auto 0;
}

.double .qrcode-item_icon {
    margin: 10px auto 0;
}

.qrcode-item-title {
    font-size: 14px;
    color: #475166;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    width: 129px;
    margin: auto;
}

.qrcode-item:hover {
    box-shadow: 5px 5px 10px 0 rgba(65, 91, 126, 0.15)
}

.search-dialog,
.qrcode-dialog,
.financial-dialog,
.business-dialog,
.todayxingye-dialog {
    display: none;
}

.financial-dialog,
.business-dialog,
.todayxingye-dialog {
    box-sizing: border-box;
    padding: 40px;
}

.financial-dialog-content {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.financial-dialog-content::after {
    display: block;
    content: '';
    clear: both;
}

.financial-dialog-item {
    width: 122px;
    /* height: 278px; */
    float: left;
}

.todayxingye-dialog-item {
    width: 320px;
    float: left;
    margin-left: 78px;
}

.todayxingye-dialog-item::after {
    display: block;
    clear: both;
    content: '';
}

.todayxingye-dialog-item ul {
    width: 106px;
    float: left;
}

.financial-dialog-item:not(:first-child) {
    margin-left: 42px;
}

.financial-dialog-item .title {
    font-size: 14px;
    color: #014da1;
    line-height: 1;
    padding: 17.5px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    font-weight: 700;
}

.sub-item {
    /* height: 30px; */
    font-size: 14px;
    color: #384762;
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 14px 0;
}

#financial-dilog-slide,
#business-dialog-slide,
#todayxingye-dialog-slide {
    width: 1120px;
    margin: auto;
    height: 150px;
    position: relative;
}

#financial-dilog-slide img {
    height:150px;
}

.search-dialog .search-tips {
    line-height: 12px;
    font-size: 12px;
    color: #FF4542;
    margin-bottom: 24px;
    margin-top: 8px;
    margin-left: 310px;
    display: none;
}

.head-wrap .dialog {
    position: absolute;
    background: #F9FAFC;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
    padding: 17px 34px;
    text-align: left;
    display: none;
    z-index: 99;
    font-weight: 400;
}

.head-wrap .dialog li {
    font-size: 14px;
    color: #384762;

    line-height: 14px;
}

.head-wrap .dialog li:not(:first-child) {
    margin-top: 18px;
}

.head-wrap .dialog li a {
    color: #242933;
    white-space: nowrap;
    display: block;
}

.head-wrap .dialog li:hover a {
    color: #014da1;
}

.financial-dialog {
    position: absolute;
    top: 40px;
    left: -190px;
    width: 1200px;
    z-index: 77;
    background-color: #f9fafc;
    /* border: 1px solid transparent; */
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    z-index: 77;
    /* display: none; */
    behavior: url(PIE.htc);
    box-sizing: border-box;
    text-align: left;
}

.search-dialog {
    position: absolute;
    top: 48px;
    left: 0;
    width: 1200px;
    z-index: 77;
    background-color: #f9fafc;
    /* border: 1px solid transparent; */
    border-radius: 0 0 8px 8px;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.10);
    z-index: 77;
    /* display: none; */
    behavior: url(PIE.htc);
    box-sizing: border-box;
    text-align: left;
	  padding-bottom: 20px;
}

.qrcode-dialog {
    position: absolute;
    text-align: left;
    top: 48px;
    right:0;
    z-index: 77;
    background-color: #f9fafc;
    /* border: 1px solid transparent; */
    border-radius: 0 0 8px 8px;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.1);
    z-index: 77;
    /* display: none; */
    behavior: url(PIE.htc);
    box-sizing: border-box;
}

.head-select-item:hover .search-dialog,

.head-select-item:hover .qrcode-dialog {
    display: block;
}

.head-list-item_active .financial-dialog {
    display: block;
}


.consumer-nav>li {
    margin-left: 93px;
    font-weight: 400 !important;
}

.consumer-nav>li>a{
    font-weight: 400 !important;
}