@charset "utf-8";
html {background-color: #f2f5f7;}
body {margin: 0;font-family: Microsoft Yahei !important;background-color: #f2f5f7 !important;}
/* 输入框 */
input {background: none;border: none;outline: none;}
::-webkit-input-placeholder {font-size: 14px;font-weight: normal;color: #999;}
/* 下拉栏 */
.dropdown .btn-default {border: none;background: none;}
.dropdown .btn-default:hover {border: none;background: none;}
.dropdown .dropdown-menu {background-color: white;border-radius: 2px;box-shadow: 1px 1px 10px 1px rgba(130, 142, 157, 0.3) !important;min-width: 140px !important;}
.dropdown .dropdown-menu > li > a {cursor: pointer;height: 34px;margin: 5px 0;line-height: 25px !important;text-align: center;}
.dropdown .dropdown-menu > li > a:hover {background-color: #5092ff !important;border-radius: 17px;color: white;}
/* a标签 */
a {text-decoration: none !important;}
a:link, a:visited, a:hover, a:active, a:focus {text-decoration: none !important;}
/* icon */
.icon-common-right {display: inline-block;width: 24px;height: 24px;line-height: 24px;background: url("../../assets/icon_common_right.png") no-repeat;}
.icon-common-right-b {display: inline-block;width: 24px;height: 24px;line-height: 24px;background: url("../../assets/icon_common_right02.png") no-repeat;}
.icon-common-left-circle {display: inline-block;width: 30px;height: 30px;line-height: 30px;background: url("../../assets/icon_common_left2.png") no-repeat;}
.icon-common-right-circle {display: inline-block;width: 30px;height: 30px;line-height: 30px;background: url("../../assets/icon_common_right2.png") no-repeat;}
.icon-common-down-circle {display: inline-block;width: 30px;height: 30px;line-height: 30px;background: url("../../assets/icon_common_down01.png") no-repeat;}
.icon-common-up-circle {display: inline-block;width: 30px;height: 30px;line-height: 30px;background: url("../../assets/icon_common_down01.png") no-repeat;transform: rotate(-180deg);}
/* 正体页面 */
.page-wrapper {display: flex;flex-direction: column;}
.page-wrapper .header-page, .page-wrapper .breadcrumb {width: 1200px;margin: 0 auto;}
.page-wrapper .content-wrapper {margin: 0 auto 100px;width: 1202px;}
.page-wrapper .footer-page {width: 100%;min-width: 1202px;margin: 0 auto;}
/* bread crumb */
.breadcrumb-wrapper {width: 1200px;height: 58px;display: flex;align-items: center;background-color: white;margin-top: 20px;font-weight: normal;font-size: 18px;padding: 0 20px;}
.breadcrumb-wrapper .breadcrumb-item {color: #333;padding: 0 10px;cursor: pointer;}
.breadcrumb-wrapper .breadcrumb-item:last-child {color: #5092ff;}
.breadcrumb-wrapper .position-label {color: #999;}
/* no message */
.no-message {padding: 50px;text-align: center;font-size: 18px;color: #8a8a8a;}