/************CSS*************/
* {margin: 0; padding: 0; box-sizing: border-box;}
/*图层*/
.clear {clear: both}
.fix {overflow: hidden}
.block {display: block}
.wrap10 { margin: 10px 0; padding: 10px 0; clear: both}
.align-self-center {align-self: center !important}
.pull-left {float: left}
.pull-right {float: right}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
/*=====字体=====*/
a {text-decoration: none;}
a:focus {text-decoration: none;}
a:focus,
a:hover {color: #EC1C23;text-decoration: none;}
a:active, a:hover {outline: 0 none;}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
h1 {font-size: 40px;}
h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
h1, h2, h3, h4, h5, h6 {font-weight: 500; margin: 0; padding: 0}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit}
h6 {font-family: "Be Vietnam", sans-serif; color: #1a152e; margin-top: 0px; line-height: 1.2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}

.b {font-weight: bold}
.font-white {color: #FFFFFF !important;}
.font-white a:hover {color: #e3e3e3;}
.font-white a:active, .font-white a:hover {color: #e3e3e3}
.font-yellow {color: #ffe24f !important;}
.font-yellow a:hover {color: #ffed98;}
.font-yellow a:active, .font-yellow a:hover {color: #ffed98}
.font-orange {color: #de7a2a !important;}
.font-orange a:hover {color: #de7a2a;}
.font-orange a:active, .font-yellow a:hover {color: #ef9c71}
.font-red {color: red !important;}
.font-red a:hover {color: #ff4d4d;}
.font-red a:active, .font-red a:hover {color: #ff4d4d}
.font-blue {color: #426DD9 !important;}
.font-blue a:hover {color: #76a5ff;}
.font-blue a:active, .font-blue a:hover {color: #76a5ff}
.font-green {color:#30b45b !important;}
.font-green a:hover {color:#62cd4a;}
.font-green a:active, .font-green a:hover {color: #62cd4a}
.font-gray {color: #808080 !important;}
.font-gray a:hover {color: #a9a9a9;}
.font-gray a:active, .font-gray a:hover {color: #a9a9a9}
.font-pink {color: #884c8d !important;}
.font-pink a:hover {color: #ad64b3;}
.font-pink a:active, .font-pink a:hover {color: #ad64b3}
.font-gold {color:#c2a15a !important;}
.font-gold a:hover {color:#debd75;}
.font-gold a:active, .font-gold a:hover {color: #debd75}
.font-size12 {font-size: 12px !important;}
.font-size14 {font-size: 14px !important;}
.font-size16 {font-size: 16px !important;}
.font-size18 {font-size: 18px !important;}
.font-size20 {font-size: 20px !important;}
.font-size22 {font-size: 22px !important;}
.font-size24 {font-size: 24px !important;}
.font-size26 {font-size: 26px !important;}
.font-size30 {font-size: 30px !important;}
.font-size40 {font-size: 40px !important;}
/*=====背景=====*/
.grey-bg {background: #f7f7f9;}
.grey-bg-2 {background: #f6f6f7;}
.grey-bg-3 {background: #eeeeee;}
.grey-bg-4 {background: #e5e5e5;}
.grey-bg-16 {background: #f5f5f7;}
.grey-bg-17 {background: #eff1ff;}
.grey-bg-18 {background: #fff5ef;}
.grey-bg-19 {background: #e0e9f6;}
.blue-bg {background: #4788FF;}
.white-bg {background: #ffffff;}
.black-bg {background: #1a152e;}
/*=====段落=====*/
.line-height-22 { line-height: 22px;}
.line-height-26 { line-height: 26px}
.line-height-28 { line-height: 28px}
.line-height-30 { line-height: 30px}
.line-height-32 { line-height: 32px}
.line-height-34 { line-height: 34px}
.line-height-36 { line-height: 36px}
/*=====宽度=====*/
.w50 { width:50px}
.w60 { width:60px}
.w80 { width:80px}
.w100 { width:100px}
.w120 { width:120px}
.w150 { width:150px}
.w200 { width:200px}
.w300 { width:300px}
/*=====高度=====*/
.h30 { height:30px}
.h50 { height:50px}
.h60 { height:60px}
.h70 { height:70px}
.h80 { height:80px}
.h100 { height:100px}
.h150 { height:150px}
/*=====间距=====*/
.word-space-5 { word-spacing: 5px;}
.word-space-10 { word-spacing: 10px;}
mt-5 {margin-top: 5px !important}
.mt-10 {margin-top: 10px}
.mt-15 {margin-top: 15px}
.mt-20 {margin-top: 20px}
.mt-25 {margin-top: 25px}
.mt-30 {margin-top: 30px}
.mt-35 {margin-top: 35px}
.mt-40 {margin-top: 40px}
.mt-45 {margin-top: 45px}
.mt-50 {margin-top: 50px}
.mt-55 {margin-top: 55px}
.mt-60 {margin-top: 60px}
.mt-65 {margin-top: 65px}
.mt-70 {margin-top: 70px}
.mt-75 {margin-top: 75px}
.mt-80 {margin-top: 80px}
.mt-85 {margin-top: 85px}
.mt-90 {margin-top: 90px}
.mt-95 {margin-top: 95px}
.mt-100 {margin-top: 100px}
.mt-105 {margin-top: 105px}
.mt-110 {margin-top: 110px}
.mt-115 {margin-top: 115px}
.mt-120 {margin-top: 120px}
.mt-125 {margin-top: 125px}
.mt-130 {margin-top: 130px}
.mt-135 {margin-top: 135px}
.mt-140 {margin-top: 140px}
.mt-145 {margin-top: 145px}
.mt-150 {margin-top: 150px}
.mt-155 {margin-top: 155px}
.mt-160 {margin-top: 160px}
.mt-165 {margin-top: 165px}
.mt-170 {margin-top: 170px}
.mt-175 {margin-top: 175px}
.mt-180 {margin-top: 180px}
.mt-185 {margin-top: 185px}
.mt-190 {margin-top: 190px}
.mt-195 {margin-top: 195px}
.mt-200 {margin-top: 200px}
.mt-220 {margin-top: 220px}
.mt-260 {margin-top: 260px}
.mt-280 {margin-top: 280px}
.mt-300 {margin-top: 300px}
.mt-350 {margin-top: 350px}
.mt-400 {margin-top: 400px}
.mb-5 {margin-bottom: 5px !important}
.mb-10 {margin-bottom: 10px}
.mb-15 {margin-bottom: 15px}
.mb-20 {margin-bottom: 20px}
.mb-25 {margin-bottom: 25px}
.mb-30 {margin-bottom: 30px}
.mb-35 {margin-bottom: 35px}
.mb-40 {margin-bottom: 40px}
.mb-45 {margin-bottom: 45px}
.mb-50 {margin-bottom: 50px}
.mb-55 {margin-bottom: 55px}
.mb-60 {margin-bottom: 60px}
.mb-65 {margin-bottom: 65px}
.mb-70 {margin-bottom: 70px}
.mb-75 {margin-bottom: 75px}
.mb-80 {margin-bottom: 80px}
.mb-85 {margin-bottom: 85px}
.mb-90 {margin-bottom: 90px}
.mb-95 {margin-bottom: 95px}
.mb-100 {margin-bottom: 100px}
.mb-105 {margin-bottom: 105px}
.mb-110 {margin-bottom: 110px}
.mb-115 {margin-bottom: 115px}
.mb-120 {margin-bottom: 120px}
.mb-125 {margin-bottom: 125px}
.mb-130 {margin-bottom: 130px}
.mb-135 {margin-bottom: 135px}
.mb-140 {margin-bottom: 140px}
.mb-145 {margin-bottom: 145px}
.mb-150 {margin-bottom: 150px}
.mb-155 {margin-bottom: 155px}
.mb-160 {margin-bottom: 160px}
.mb-165 {margin-bottom: 165px}
.mb-170 {margin-bottom: 170px}
.mb-175 {margin-bottom: 175px}
.mb-180 {margin-bottom: 180px}
.mb-185 {margin-bottom: 185px}
.mb-190 {margin-bottom: 190px}
.mb-195 {margin-bottom: 195px}
.mb-200 {margin-bottom: 200px}
.ml-5 {margin-left: 5px}
.ml-10 {margin-left: 10px}
.ml-15 {margin-left: 15px}
.ml-20 {margin-left: 20px}
.ml-25 {margin-left: 25px}
.ml-30 {margin-left: 30px}
.ml-35 {margin-left: 35px}
.ml-40 {margin-left: 40px}
.ml-45 {margin-left: 45px}
.ml-50 {margin-left: 50px}
.ml-55 {margin-left: 55px}
.ml-60 {margin-left: 60px}
.ml-65 {margin-left: 65px}
.ml-70 {margin-left: 70px}
.ml-75 {margin-left: 75px}
.ml-80 {margin-left: 80px}
.ml-85 {margin-left: 85px}
.ml-90 {margin-left: 90px}
.ml-95 {margin-left: 95px}
.ml-100 {margin-left: 100px}
.ml-105 {margin-left: 105px}
.ml-110 {margin-left: 110px}
.ml-115 {margin-left: 115px}
.ml-120 {margin-left: 120px}
.ml-125 {margin-left: 125px}
.ml-130 {margin-left: 130px}
.ml-135 {margin-left: 135px}
.ml-140 {margin-left: 140px}
.ml-145 {margin-left: 145px}
.ml-150 {margin-left: 150px}
.ml-155 {margin-left: 155px}
.ml-160 {margin-left: 160px}
.ml-165 {margin-left: 165px}
.ml-170 {margin-left: 170px}
.ml-175 {margin-left: 175px}
.ml-180 {margin-left: 180px}
.ml-185 {margin-left: 185px}
.ml-190 {margin-left: 190px}
.ml-195 {margin-left: 195px}
.ml-200 {margin-left: 200px}
.mr-5 {margin-right: 5px}
.mr-10 {margin-right: 10px}
.mr-15 {margin-right: 15px}
.mr-20 {margin-right: 20px}
.mr-25 {margin-right: 25px}
.mr-30 {margin-right: 30px}
.mr-35 {margin-right: 35px}
.mr-40 {margin-right: 40px}
.mr-45 {margin-right: 45px}
.mr-50 {margin-right: 50px}
.mr-55 {margin-right: 55px}
.mr-60 {margin-right: 60px}
.mr-65 {margin-right: 65px}
.mr-70 {margin-right: 70px}
.mr-75 {margin-right: 75px}
.mr-80 {margin-right: 80px}
.mr-85 {margin-right: 85px}
.mr-90 {margin-right: 90px}
.mr-95 {margin-right: 95px}
.mr-100 {margin-right: 100px}
.mr-105 {margin-right: 105px}
.mr-110 {margin-right: 110px}
.mr-115 {margin-right: 115px}
.mr-120 {margin-right: 120px}
.mr-125 {margin-right: 125px}
.mr-130 {margin-right: 130px}
.mr-135 {margin-right: 135px}
.mr-140 {margin-right: 140px}
.mr-145 {margin-right: 145px}
.mr-150 {margin-right: 150px}
.mr-155 {margin-right: 155px}
.mr-160 {margin-right: 160px}
.mr-165 {margin-right: 165px}
.mr-170 {margin-right: 170px}
.mr-175 {margin-right: 175px}
.mr-180 {margin-right: 180px}
.mr-185 {margin-right: 185px}
.mr-190 {margin-right: 190px}
.mr-195 {margin-right: 195px}
.mr-200 {margin-right: 200px}
.pt-5 {padding-top: 5px !important}
.pt-10 {padding-top: 10px}
.pt-15 {padding-top: 15px}
.pt-20 {padding-top: 20px}
.pt-25 {padding-top: 25px}
.pt-30 {padding-top: 30px}
.pt-35 {padding-top: 35px}
.pt-40 {padding-top: 40px}
.pt-45 {padding-top: 45px}
.pt-50 {padding-top: 50px}
.pt-55 {padding-top: 55px}
.pt-60 {padding-top: 60px}
.pt-65 {padding-top: 65px}
.pt-70 {padding-top: 70px}
.pt-75 {padding-top: 75px}
.pt-80 {padding-top: 80px}
.pt-85 {padding-top: 85px}
.pt-90 {padding-top: 90px}
.pt-95 {padding-top: 95px}
.pt-100 {padding-top: 100px}
.pt-105 {padding-top: 105px}
.pt-110 {padding-top: 110px}
.pt-115 {padding-top: 115px}
.pt-120 {padding-top: 120px}
.pt-125 {padding-top: 125px}
.pt-130 {padding-top: 130px}
.pt-135 {padding-top: 135px}
.pt-140 {padding-top: 140px}
.pt-145 {padding-top: 145px}
.pt-150 {padding-top: 150px}
.pt-155 {padding-top: 155px}
.pt-160 {padding-top: 160px}
.pt-165 {padding-top: 165px}
.pt-170 {padding-top: 170px}
.pt-175 {padding-top: 175px}
.pt-180 {padding-top: 180px}
.pt-185 {padding-top: 185px}
.pt-190 {padding-top: 190px}
.pt-195 {padding-top: 195px}
.pt-200 {padding-top: 200px}
.pt-220 {padding-top: 220px}
.pt-230 {padding-top: 230px}
.pt-250 {padding-top: 250px}
.pb-5 {padding-bottom: 5px !important}
.pb-10 {padding-bottom: 10px}
.pb-15 {padding-bottom: 15px}
.pb-20 {padding-bottom: 20px}
.pb-25 {padding-bottom: 25px}
.pb-30 {padding-bottom: 30px}
.pb-35 {padding-bottom: 35px}
.pb-40 {padding-bottom: 40px}
.pb-45 {padding-bottom: 45px}
.pb-50 {padding-bottom: 50px}
.pb-55 {padding-bottom: 55px}
.pb-60 {padding-bottom: 60px}
.pb-65 {padding-bottom: 65px}
.pb-70 {padding-bottom: 70px}
.pb-75 {padding-bottom: 75px}
.pb-80 {padding-bottom: 80px}
.pb-85 {padding-bottom: 85px}
.pb-90 {padding-bottom: 90px}
.pb-95 {padding-bottom: 95px}
.pb-100 {padding-bottom: 100px}
.pb-105 {padding-bottom: 105px}
.pb-110 {padding-bottom: 110px}
.pb-115 {padding-bottom: 115px}
.pb-120 {padding-bottom: 120px}
.pb-125 {padding-bottom: 125px}
.pb-130 {padding-bottom: 130px}
.pb-135 {padding-bottom: 135px}
.pb-140 {padding-bottom: 140px}
.pb-145 {padding-bottom: 145px}
.pb-150 {padding-bottom: 150px}
.pb-155 {padding-bottom: 155px}
.pb-160 {padding-bottom: 160px}
.pb-165 {padding-bottom: 165px}
.pb-170 {padding-bottom: 170px}
.pb-175 {padding-bottom: 175px}
.pb-180 {padding-bottom: 180px}
.pb-185 {padding-bottom: 185px}
.pb-190 {padding-bottom: 190px}
.pb-195 {padding-bottom: 195px}
.pb-200 {padding-bottom: 200px}
.pl-5 {padding-left: 5px}
.pl-10 {padding-left: 10px}
.pl-15 {padding-left: 15px}
.pl-20 {padding-left: 20px}
.pl-25 {padding-left: 25px}
.pl-30 {padding-left: 30px}
.pl-35 {padding-left: 35px}
.pl-40 {padding-left: 40px}
.pl-45 {padding-left: 45px}
.pl-50 {padding-left: 50px}
.pl-55 {padding-left: 55px}
.pl-60 {padding-left: 60px}
.pl-65 {padding-left: 65px}
.pl-70 {padding-left: 70px}
.pl-75 {padding-left: 75px}
.pl-80 {padding-left: 80px}
.pl-85 {padding-left: 85px}
.pl-90 {padding-left: 90px}
.pl-95 {padding-left: 95px}
.pl-100 {padding-left: 100px}
.pl-105 {padding-left: 105px}
.pl-110 {padding-left: 110px}
.pl-115 {padding-left: 115px}
.pl-120 {padding-left: 120px}
.pl-125 {padding-left: 125px}
.pl-130 {padding-left: 130px}
.pl-135 {padding-left: 135px}
.pl-140 {padding-left: 140px}
.pl-145 {padding-left: 145px}
.pl-150 {padding-left: 150px}
.pl-155 {padding-left: 155px}
.pl-160 {padding-left: 160px}
.pl-165 {padding-left: 165px}
.pl-170 {padding-left: 170px}
.pl-175 {padding-left: 175px}
.pl-180 {padding-left: 180px}
.pl-185 {padding-left: 185px}
.pl-190 {padding-left: 190px}
.pl-195 {padding-left: 195px}
.pl-200 {padding-left: 200px}
.pr-5 {padding-right: 5px}
.pr-10 {padding-right: 10px}
.pr-15 {padding-right: 15px}
.pr-20 {padding-right: 20px}
.pr-25 {padding-right: 25px}
.pr-30 {padding-right: 30px}
.pr-35 {padding-right: 35px}
.pr-40 {padding-right: 40px}
.pr-45 {padding-right: 45px}
.pr-50 {padding-right: 50px}
.pr-55 {padding-right: 55px}
.pr-60 {padding-right: 60px}
.pr-65 {padding-right: 65px}
.pr-70 {padding-right: 70px}
.pr-75 {padding-right: 75px}
.pr-80 {padding-right: 80px}
.pr-85 {padding-right: 85px}
.pr-90 {padding-right: 90px}
.pr-95 {padding-right: 95px}
.pr-100 {padding-right: 100px}
.pr-105 {padding-right: 105px}
.pr-110 {padding-right: 110px}
.pr-115 {padding-right: 115px}
.pr-120 {padding-right: 120px}
.pr-125 {padding-right: 125px}
.pr-130 {padding-right: 130px}
.pr-135 {padding-right: 135px}
.pr-140 {padding-right: 140px}
.pr-145 {padding-right: 145px}
.pr-150 {padding-right: 150px}
.pr-155 {padding-right: 155px}
.pr-160 {padding-right: 160px}
.pr-165 {padding-right: 165px}
.pr-170 {padding-right: 170px}
.pr-175 {padding-right: 175px}
.pr-180 {padding-right: 180px}
.pr-185 {padding-right: 185px}
.pr-190 {padding-right: 190px}
.pr-195 {padding-right: 195px}
.pr-200 {padding-right: 200px}

/*表单*/
a:focus,
.button:focus {text-decoration: none; outline: none;}
a:focus,
a:hover {color: inherit; text-decoration: none;}
a, button {color: inherit; outline: none; border: none;}
button:hover {cursor: pointer;}
button:focus {outline: 0; border: 0;}
button {border: 0}
label {font-size: 15px;font-weight: 400;color: #606060;}
*::-moz-selection {background: #b3d4fc;color: #fff;text-shadow: none;}
::-moz-selection {color: #fff;background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;color: #fff;}
*::-moz-selection {background: #4788FF; color: #ffffff; text-shadow: none;}
::-moz-selection {background: #4788FF; color: #ffffff; text-shadow: none;}
::selection {background: #4788FF; color: #ffffff; text-shadow: none;}
*::-moz-placeholder {color: #1a152e; font-size: 14px; opacity: 1;}
*::placeholder {color: #1a152e; font-size: 14px; opacity: 1;}
input,
select,
textarea {-webkit-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #969696;}
::-moz-placeholder { /* Firefox 19+ */color: #969696;opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
:-ms-input-placeholder { /* IE 10+ */color: #969696;}
:-moz-placeholder { /* Firefox 18- */color: #969696;}
.bg-light {background: #FAFAFA}
.default-btn {color: #fff;display: inline-block;font-family: "Open Sans", sans-serif;font-size: 16px;font-weight: 700;overflow: hidden;padding: 8px 25px 9px;position: relative;text-transform: uppercase;z-index: 9;background: #4788FF;border-radius: 6px;}
.default-btn:hover {color: #4788FF; background: #fff}
.banner-btn span {transition: all 0.3s ease 0s;}
/* 滚动槽 */
::-webkit-scrollbar{ width:6px; height:6px; }
::-webkit-scrollbar-track{ border-radius:3px; background:rgba(0, 0, 0, 0.06); -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.08); }
/* 滚动条滑块 */
::-webkit-scrollbar-thumb{ border-radius:3px; background:rgba(0, 0, 0, 0.12); -webkit-box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.2); }

/*列表内容基本样式*/
.row2 { display: flex; flex-wrap: wrap; }
.row3 { width: 100%; clear: both; }
.row4 { width: 100%; clear: both; margin: 20px; }
ul {margin: 0px; padding: 0px;list-style: outside none none;margin: 0;padding: 0}
li {list-style: none;}
.dd-list {margin: 0 !important; padding: 0 !important}
.dd-item { line-height: 45px;}
.dd-handle {vertical-align: center; }
p {margin-bottom: 6px; line-height: 26px;}
/*分页*/
.pagination { display: flex; padding-left: 1px; list-style: none; border-radius: 4px;}
.pagination li {}
.pagination li span { padding: .5rem .25rem;}
.pagination li a:link, .pagination li a:visited { position: relative; display: block; line-height: 1.25;}
.pagination li a:hover { z-index: 2; color:#ffebd1; text-decoration: none; background-color: #588BEB !important; border:solid 1px #588BEB}
.pagination .active {position: relative; display: block; padding: 0!important;color: #ffffff !important; background-color: #588BEB !important;}
.pagination .disabled span {position: relative; display: block; padding: 0!important;line-height: 1.25; color: #588BEB; background-color: #fff;}

/*=============普通============*/
.browserupgrade {margin: 0.2em 0;background: #A47DB9;color: #464646;padding: 0.2em 0;}
.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.radius_all_5,
.radius_all_5:before,
.radius_all_5:after { border-radius: 5px; }
.radius_all_10,
.radius_all_10:before,
.radius_all_10:after { border-radius: 10px; }
.radius_lb_10,
.radius_lb_10:after,
.radius_lb_10:before { border-radius: 10px 0 0 10px; }
.radius_rb_10,
.radius_rb_10:before,
.radius_rb_10:after { border-radius: 0 10px 10px 0; }
.radius_lbrb_10,
.radius_lbrb_10:before,
.radius_lbrb_10:after { border-radius: 0 0 10px 10px; }
.radius_ltrt_10,
.radius_ltrt_10:before,
.radius_ltrt_10:after { border-radius: 10px 10px 0 0; }
.radius_ltlb_5,
.radius_ltlb_5:before,
.radius_ltlb_5:after { border-radius: 5px 0 0 5px; }
.box_shadow1 {box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.box_shadow2 {box-shadow: 0 0 10px rgba(162, 162, 162, 0.3);}
tbody, td, tfoot, th, thead, tr { border-style: none}

/*--------------------Scrollup滚动条--------------------*/
#scrollUp {border-radius: 2px;bottom: 15px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);color: #ffffff;font-size: 24px;height: 40px;line-height: 45px;position: fixed;right: 15px;text-align: center;transition: all 0.3s ease 0s;width: 40px;z-index: 200;}
#scrollUp:hover {}
@keyframes scroll-top {
	0% {bottom: 0;opacity: 0;}
	50% {bottom: 50%;opacity: 1;}
	100% {bottom: 75%;opacity: 0;}
	}
@keyframes scroll-top {
	0% {bottom: 0;opacity: 0;}
	50% {bottom: 50%;opacity: 1;}
	100% {bottom: 75%;opacity: 0;}
	}
@keyframes scroll-top {
	0% {bottom: 0;opacity: 0;}
	50% {bottom: 50%;opacity: 1;}
	100% {bottom: 75%;opacity: 0;}
	}
#scrollUp:hover i {animation: 800ms linear 0s normal none infinite running scroll-top;bottom: 0;height: 100%;left: 0;margin-bottom: -25px;position: absolute;width: 100%;}
#scrollUp i {color: #ffffff;}
#scrollUp {background: #A47DB9 none repeat scroll 0 0;}


/*==================bootstrap补充========================*/
/*bg-primary-light*/
.bg-primary-light {color: #0047c9 !important;background-color: #c9dcff !important}
a.bg-primary-light:hover, a.bg-primary-light:focus, button.bg-primary-light:hover, button.bg-primary-light:focus {color: #0047c9 !important;background-color: #96bbff !important}
/*按钮*/
.btn-bluesea {color: #fff;background-color: #4788FF;border-color: #4788FF}
.btn-bluesea:hover {color: #fff;background-color: #0b5ed7;border-color: #0a58ca}
.btn-check:focus + .btn-bluesea, .btn-bluesea:focus {color: #fff;background-color: #0b5ed7;border-color: #0a58ca;box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)}
.btn-check:active + .btn-bluesea, .btn-check:checked + .btn-bluesea, .btn-bluesea.active, .btn-bluesea:active, .show > .btn-bluesea.dropdown-toggle {color: #fff;background-color: #0a58ca;border-color: #0a53be}
.btn-check:active + .btn-bluesea:focus, .btn-check:checked + .btn-bluesea:focus, .btn-bluesea.active:focus, .btn-bluesea:active:focus, .show > .btn-bluesea.dropdown-toggle:focus {box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)}
.btn-bluesea.disabled, .btn-bluesea:disabled {color: #fff;background-color: #4788FF;border-color: #4788FF}
/*btn-info*/
.btn-info {background-color: #5cafde;border-color: #5cafde;}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info:active:hover, .btn-info:active:focus, .btn-info.active, .btn-info.active:hover,
.btn-info.active:focus, .open .btn-info.dropdown-toggle, .open .btn-info.dropdown-toggle:hover, .open .btn-info.dropdown-toggle:focus, .open .btn-info.dropdown-toggle.focus {background-color: #027dc4;border-color: #027dc4;color: #ffffff !important;}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, .btn-info[disabled]:active:focus, .btn-info[disabled].active:focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active:focus, fieldset[disabled] .btn-info.active:focus {background-color: #5cafde;border-color: #5cafde;}
/*btn-pink*/
.btn-pink {background-color: #bb7fac;border-color: #bb7fac;color: #fff !important;}
.btn-pink.active, .btn-pink.active:focus, .btn-pink.active:hover, .btn-pink.focus, .btn-pink:active, .btn-pink:active:focus, .btn-pink:active:hover, .btn-pink:focus, .btn-pink:hover, .open .btn-pink.dropdown-toggle, .open .btn-pink.dropdown-toggle.focus, .open .btn-pink.dropdown-toggle:focus, .open .btn-pink.dropdown-toggle:hover {background-color: #d784de;border-color: #d784de;color: #fff !important;}
.btn-pink.disabled, .btn-pink.disabled.active, .btn-pink.disabled:active, .btn-pink.disabled:focus, .btn-pink.disabled:hover, .btn-pink[disabled].active, .btn-pink[disabled].active:focus, .btn-pink[disabled].focus, .btn-pink[disabled]:active, .btn-pink[disabled]:active:focus, .btn-pink[disabled]:focus, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink.active, fieldset[disabled] .btn-pink.active:focus, fieldset[disabled] .btn-pink.focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink:active:focus, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:hover {background-color: #ce9ade; border-color: #ce9ade}
/*btn-turquoise*/
.btn-turquoise {background-color: #4da2bb;border-color: #4da2bb;color: #fff !important;}
.btn-turquoise.active, .btn-turquoise.active:focus, .btn-turquoise.active:hover, .btn-turquoise.focus, .btn-turquoise:active, .btn-turquoise:active:focus, .btn-turquoise:active:hover, .btn-turquoise:focus, .btn-turquoise:hover, .open .btn-turquoise.dropdown-toggle, .open .btn-turquoise.dropdown-toggle.focus, .open .btn-turquoise.dropdown-toggle:focus, .open .btn-turquoise.dropdown-toggle:hover {background-color: #58b9d6;border-color: #58b9d6;color: #fff !important;}
.btn-turquoise.disabled, .btn-turquoise.disabled.active, .btn-turquoise.disabled:active, .btn-turquoise.disabled:focus, .btn-turquoise.disabled:hover, .btn-turquoise[disabled].active, .btn-turquoise[disabled].active:focus, .btn-turquoise[disabled].focus, .btn-turquoise[disabled]:active, .btn-turquoise[disabled]:active:focus, .btn-turquoise[disabled]:focus, .btn-turquoise[disabled]:hover, fieldset[disabled] .btn-turquoise.active, fieldset[disabled] .btn-turquoise.active:focus, fieldset[disabled] .btn-turquoise.focus, fieldset[disabled] .btn-turquoise:active, fieldset[disabled] .btn-turquoise:active:focus, fieldset[disabled] .btn-turquoise:focus, fieldset[disabled] .btn-turquoise:hover {background-color: #5fc7e7; border-color: #5fc7e7}
/*btn-brown*/
.btn-brown {background-color: #bba36e;border-color: #bba36e;color: #fff !important;}
.btn-brown.active, .btn-brown.active:focus, .btn-brown.active:hover, .btn-brown.focus, .btn-brown:active, .btn-brown:active:focus, .btn-brown:active:hover, .btn-brown:focus, .btn-brown:hover, .open .btn-brown.dropdown-toggle, .open .btn-brown.dropdown-toggle.focus, .open .btn-brown.dropdown-toggle:focus, .open .btn-brown.dropdown-toggle:hover {background-color: #bba36e;border-color: #b19965;color: #fff !important;}
.btn-brown.disabled, .btn-brown.disabled.active, .btn-brown.disabled:active, .btn-brown.disabled:focus, .btn-brown.disabled:hover, .btn-brown[disabled].active, .btn-brown[disabled].active:focus, .btn-brown[disabled].focus, .btn-brown[disabled]:active, .btn-brown[disabled]:active:focus, .btn-brown[disabled]:focus, .btn-brown[disabled]:hover, fieldset[disabled] .btn-brown.active, fieldset[disabled] .btn-brown.active:focus, fieldset[disabled] .btn-brown.focus, fieldset[disabled] .btn-brown:active, fieldset[disabled] .btn-brown:active:focus, fieldset[disabled] .btn-brown:focus, fieldset[disabled] .btn-brown:hover {background-color: #bba36e; border-color: #b19965}
/*btn-gray*/
.btn-gray {background-color: #b4b4bc;border-color: #b4b4bc;color: #fff !important;}
.btn-gray.active, .btn-gray.active:focus, .btn-gray.active:hover, .btn-gray.focus, .btn-gray:active, .btn-gray:active:focus, .btn-gray:active:hover, .btn-gray:focus, .btn-gray:hover, .open .btn-gray.dropdown-toggle, .open .btn-gray.dropdown-toggle.focus, .open .btn-gray.dropdown-toggle:focus, .open .btn-gray.dropdown-toggle:hover {background-color: #c5c5cf;border-color: #c5c5cf;color: #fff !important;}
.btn-gray.disabled, .btn-gray.disabled.active, .btn-gray.disabled:active, .btn-gray.disabled:focus, .btn-gray.disabled:hover, .btn-gray[disabled].active, .btn-gray[disabled].active:focus, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled]:active:focus, .btn-gray[disabled]:focus, .btn-gray[disabled]:hover, fieldset[disabled] .btn-gray.active, fieldset[disabled] .btn-gray.active:focus, fieldset[disabled] .btn-gray.focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray:active:focus, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray:hover {background-color: #cdcdd6; border-color: #cdcdd6}
/*btn-gray*/
.btn-gray2 {background-color:#a2a2b1;border-color:#9c9cb1;color: #fff !important;}
.btn-gray2.active, .btn-gray2.active:focus, .btn-gray2.active:hover, .btn-gray2.focus, .btn-gray2:active, .btn-gray2:active:focus, .btn-gray2:active:hover, .btn-gray2:focus, .btn-gray2:hover, .open .btn-gray2.dropdown-toggle, .open .btn-gray2.dropdown-toggle.focus, .open .btn-gray2.dropdown-toggle:focus, .open .btn-gray2.dropdown-toggle:hover {background-color:#9696a8;border-color:#88889e;color: #fff !important;}
.btn-gray2.disabled, .btn-gray2.disabled.active, .btn-gray2.disabled:active, .btn-gray2.disabled:focus, .btn-gray2.disabled:hover, .btn-gray2[disabled].active, .btn-gray2[disabled].active:focus, .btn-gray2[disabled].focus, .btn-gray[disabled]:active, .btn-gray2[disabled]:active:focus, .btn-gray2[disabled]:focus, .btn-gray2[disabled]:hover, fieldset[disabled] .btn-gray2.active, fieldset[disabled] .btn-gray2.active:focus, fieldset[disabled] .btn-gray2.focus, fieldset[disabled] .btn-gray2:active, fieldset[disabled] .btn-gray2:active:focus, fieldset[disabled] .btn-gray2:focus, fieldset[disabled] .btn-gray2:hover {background-color: #cdcdd6; border-color: #cdcdd6}
/*btn-lightblue*/
.btn-lightblue {background-color: #82a1de;border-color: #6887c4;color: #fff !important;}
.btn-lightblue.active, .btn-lightblue.active:focus, .btn-lightblue.active:hover, .btn-lightblue.focus, .btn-lightblue:active, .btn-lightblue:active:focus, .btn-lightblue:active:hover, .btn-lightblue:focus, .btn-lightblue:hover, .open .btn-lightblue.dropdown-toggle, .open .btn-lightblue.dropdown-toggle.focus, .open .btn-lightblue.dropdown-toggle:focus, .open .btn-lightblue.dropdown-toggle:hover {background-color: #82a1de;border-color: #6887c4;color: #fff !important;}
.btn-lightblue.disabled, .btn-lightblue.disabled.active, .btn-lightblue.disabled:active, .btn-lightblue.disabled:focus, .btn-lightblue.disabled:hover, .btn-lightblue[disabled].active, .btn-lightblue[disabled].active:focus, .btn-lightblue[disabled].focus, .btn-lightblue[disabled]:active, .btn-lightblue[disabled]:active:focus, .btn-lightblue[disabled]:focus, .btn-lightblue[disabled]:hover, fieldset[disabled] .btn-lightblue.active, fieldset[disabled] .btn-lightblue.active:focus, fieldset[disabled] .btn-lightblue.focus, fieldset[disabled] .btn-lightblue:active, fieldset[disabled] .btn-lightblue:active:focus, fieldset[disabled] .btn-lightblue:focus, fieldset[disabled] .btn-lightblue:hover {background-color: #7594d2; border-color: #5372b1}
/*btn-green*/
.btn-green {background-color: #4fd69c;border-color:#66e3ad;color: #fff !important;}
.btn-green.active, .btn-green.active:focus, .btn-green.active:hover, .btn-pbtn-greenink.focus, .btn-green:active, .btn-green:active:focus, .btn-green:active:hover, .btn-green:focus, .btn-green:hover, .open .btn-green.dropdown-toggle, .open .btn-green.dropdown-toggle.focus, .open .btn-green.dropdown-toggle:focus, .open .btn-green.dropdown-toggle:hover {background-color:#46ad3f;border-color:#64a143;color: #fff !important;}
.btn-green.disabled, .btn-green.disabled.active, .btn-green.disabled:active, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green[disabled].active, .btn-green[disabled].active:focus, .btn-green[disabled].focus, .btn-green[disabled]:active, .btn-green[disabled]:active:focus, .btn-green[disabled]:focus, .btn-green[disabled]:hover, fieldset[disabled] .btn-green.active, fieldset[disabled] .btn-green.active:focus, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green:active:focus, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:hover {background-color: #ce9ade; border-color: #ce9ade}


.bg-gradient-blue {background: #4788ff linear-gradient(180deg, #6199ff, #4788ff) repeat-x !important}
.bg-gradient-indigo {background: #6610f2 linear-gradient(180deg, #7c33f4, #6610f2) repeat-x !important}
.bg-gradient-purple {background: #4731b6 linear-gradient(180deg, #614fc1, #4731b6) repeat-x !important}
.bg-gradient-pink {background: #e83e8c linear-gradient(180deg, #ea5a9d, #e83e8c) repeat-x !important}
.bg-gradient-red {background: #f5365c linear-gradient(180deg, #f55374, #f5365c) repeat-x !important}
.bg-gradient-orange {background: #fe721c linear-gradient(180deg, #fd863e, #fe721c) repeat-x !important}
.bg-gradient-yellow {background: #f8b60f linear-gradient(180deg, #fec126, #ffae00) repeat-x !important}
.bg-gradient-green {background: #4fd69c linear-gradient(180deg, #68dbab, #4fd69c) repeat-x !important}
.bg-gradient-teal {background: #20c997 linear-gradient(180deg, #40d0a7, #20c997) repeat-x !important}
.bg-gradient-cyan {background: #37d5f2 linear-gradient(180deg, #54daf4, #37d5f2) repeat-x !important}
.bg-gradient-white {background: #fff linear-gradient(180deg, #fefeff, #fff) repeat-x !important}
.bg-gradient-gray {background: #c0c2c5 linear-gradient(180deg, #b1b6be, #969ca1) repeat-x !important}
.bg-gradient-gray-dark {background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important}
.bg-gradient-skyblue {background: #158df7 linear-gradient(180deg, #379df8, #158df7) repeat-x !important}
.bg-gradient-primary {background: #4788ff linear-gradient(180deg, #6199ff, #4788ff) repeat-x !important}
.bg-gradient-secondary {background: #6c757d linear-gradient(180deg, #818991, #6c757d) repeat-x !important}
.bg-gradient-success {background: #4fd69c linear-gradient(180deg, #68dbab, #4fd69c) repeat-x !important}
.bg-gradient-info {background: #37d5f2 linear-gradient(180deg, #54daf4, #37d5f2) repeat-x !important}
.bg-gradient-soft-blue {background: #79c1f5 linear-gradient(180deg, #73b4ea, #489fd5) repeat-x !important}
.bg-gradient-warning {background: #fc7c5f linear-gradient(180deg, #fb8f77, #fc7c5f) repeat-x !important}
.bg-gradient-danger {background: #f75676 linear-gradient(180deg, #f76e8b, #f75676) repeat-x !important}
.bg-gradient-light {background: #c7cbd3 linear-gradient(180deg, #ced2da, #c7cbd3) repeat-x !important}
.bg-gradient-dark {background: #01041b linear-gradient(180deg, #26293d, #01041b) repeat-x !important}
.bg-gradient-orange {background: #fe721c linear-gradient(180deg, #fd863e, #fe721c) repeat-x !important}
.bg-gradient-purple {background: #4731b6 linear-gradient(180deg, #614fc1, #4731b6) repeat-x !important}
.bg-gradient-skyblue {background: #158df7 linear-gradient(180deg, #379df8, #158df7) repeat-x !important}
.bg-gradient-gold {background: #d3c7a9 linear-gradient(180deg, #c4b095, #d7c4b1) repeat-x !important}
.bg-primary {color: #fff !important;background-color: #4788ff !important}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {color: #fff !important;background-color: #1467ff !important}

.badge {font-weight: 400}
/*badge标签背景*/
.badge-primary {color: #fff !important;background-color: #4788ff !important}
a.badge-primary:hover, a.badge-primary:focus, button.badge-primary:hover, button.badge-primary:focus {color: #fff !important;background-color: #1467ff !important}
.badge-blue {color:#186cb4 !important;background-color:#d1e2ff !important}
a.badge-blue:hover, a.badge-blue:focus, button.badge-blue:hover, button.badge-blue:focus {color: #fff !important;background-color: #1467ff !important}

/*bg背景*/
.bg-secondary {color: #fff !important;background-color: #6c757d !important}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {color: #fff !important;background-color: #545b62 !important}
.badge-secondary {color: #fff !important;background-color: #6c757d !important}
a.badge-secondary:hover, a.badge-secondary:focus, button.badge-secondary:hover, button.badge-secondary:focus {color: #fff !important;background-color: #545b62 !important}
.bg-success {color: #fff !important;background-color: #4fd69c !important}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {color: #fff !important;background-color: #2ec484 !important}
.badge-success {color: #fff !important;background-color: #4fd69c !important}
a.badge-success:hover, a.badge-success:focus, button.badge-success:hover, button.badge-success:focus {color: #fff !important;background-color: #2ec484 !important}
.bg-info {color: #fff !important;background-color: #37d5f2 !important}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {color: #fff !important;background-color: #0fc5e7 !important}
.badge-info {color: #fff !important;background-color: #37d5f2 !important}
a.badge-info:hover, a.badge-info:focus, button.badge-info:hover, button.badge-info:focus {color: #fff !important;background-color: #0fc5e7 !important}
.bg-warning {color: #fff !important;background-color: #fc7c5f !important}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {color: #fff !important;background-color: #fb532d !important}
.badge-warning {color: #fff !important;background-color: #fc7c5f !important}
a.badge-warning:hover, a.badge-warning:focus, button.badge-warning:hover, button.badge-warning:focus {color: #fff !important;background-color: #fb532d !important}
.bg-danger {color: #fff !important;background-color: #f75676 !important}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {color: #fff !important;background-color: #f5254f !important}
.badge-danger {color: #fff !important;background-color: #f75676 !important}
a.badge-danger:hover, a.badge-danger:focus, button.badge-danger:hover, button.badge-danger:focus {color: #fff !important;background-color: #f5254f !important}
.bg-light {color: #212529 !important;background-color: #c7cbd3 !important}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {color: #fff !important;background-color: #aab0bd !important}
.badge-light {color: #212529 !important;background-color:#eaeaea !important}
a.badge-light:hover, a.badge-light:focus, button.badge-light:hover, button.badge-light:focus {color: #fff !important;background-color: #aab0bd !important}
.bg-dark {color: #fff !important;background-color: #01041b !important}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {color: #fff !important;background-color: #000 !important}
.badge-dark {color: #fff !important;background-color: #01041b !important}
a.badge-dark:hover, a.badge-dark:focus, button.badge-dark:hover, button.badge-dark:focus {color: #fff !important;background-color: #000 !important}
.bg-orange {color: #fff !important;background-color: #fe721c !important}
a.bg-orange:hover, a.bg-orange:focus, button.bg-orange:hover, button.bg-orange:focus {color: #fff !important;background-color: #e65801 !important}
.badge-orange {color: #fff !important;background-color: #fe721c !important}
a.badge-orange:hover, a.badge-orange:focus, button.badge-orange:hover, button.badge-orange:focus {color: #fff !important;background-color: #e65801 !important}
.bg-purple {color: #fff !important;background-color: #4731b6 !important}
a.bg-purple:hover, a.bg-purple:focus, button.bg-purple:hover, button.bg-purple:focus {color: #fff !important;background-color: #37268e !important}
.badge-purple {color: #fff !important;background-color: #4731b6 !important}
a.badge-purple:hover, a.badge-purple:focus, button.badge-purple:hover, button.badge-purple:focus {color: #fff !important;background-color: #37268e !important}
.bg-skyblue {color: #fff !important;background-color: #158df7 !important}
a.bg-skyblue:hover, a.bg-skyblue:focus, button.bg-skyblue:hover, button.bg-skyblue:focus {color: #fff !important;background-color: #0773d2 !important}
.badge-skyblue {color: #fff !important;background-color: #158df7 !important}
a.badge-skyblue:hover, a.badge-skyblue:focus, button.badge-skyblue:hover, button.badge-skyblue:focus {color: #fff !important;background-color: #0773d2 !important}
.bg-soft-skyblue {color:#363636 !important;background-color:#d2e2f1 !important}
a.bg-soft-skyblue:hover, a.bg-soft-skyblue:focus, button.bg-soft-skyblue:hover, button.bg-soft-skyblue:focus {color: #fff !important;background-color: #0773d2 !important}
.bg-soft-green {color:#363636 !important;background-color:#def1d2 !important}
a.bg-soft-green:hover, a.bg-soft-green:focus, button.bg-soft-green:hover, button.bg-soft-green:focus {color: #fff !important;background-color: #0773d2 !important}
.bg-soft-warning {color:#363636 !important;background-color:#f1e3d2 !important}
a.bg-soft-warning:hover, a.bg-soft-warning:focus, button.bg-soft-warning:hover, button.bg-soft-warning:focus {color: #fff !important;background-color: #0773d2 !important}
.bg-soft-gray {color:#363636 !important;background-color:#e1deda !important}
a.bg-soft-gray:hover, a.bg-soft-gray:focus, button.bg-soft-gray:hover, button.bg-soft-gray:focus {color: #fff !important;background-color:#757575 !important}


/*bg-primary-light*/
.bg-primary-light {color: #0047c9 !important;background-color: #c9dcff !important}
a.bg-primary-light:hover, a.bg-primary-light:focus, button.bg-primary-light:hover, button.bg-primary-light:focus {color: #0047c9 !important;background-color: #96bbff !important}
/*bg-secondary-light*/
.bg-secondary-light {color: #4b4e54 !important;background-color: #ccced2 !important}
a.bg-secondary-light:hover, a.bg-secondary-light:focus, button.bg-secondary-light:hover, button.bg-secondary-light:focus {color: #4b4e54 !important;background-color: #b1b4ba !important}
/*bg-success-light*/
.bg-success-light {color: #099c5c !important;background-color: #aafad7 !important}
a.bg-success-light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #099c5c !important;background-color: #7af7c0 !important}
/*bg-info-light*/
.bg-info-light {color: #008fad !important;background-color: #adf1ff !important}
a.bg-info-light:hover, a.bg-info-light:focus, button.bg-info-light:hover, button.bg-info-light:focus {color: #008fad !important;background-color: #7ae8ff !important}
/*bg-warning-light*/
.bg-warning-light {color: #ab2100 !important;background-color: #ffbbab !important}
a.bg-warning-light:hover, a.bg-warning-light:focus, button.bg-warning-light:hover, button.bg-warning-light:focus {color: #ab2100 !important;background-color: #ff9278 !important}
/*bg-danger-light*/
.bg-danger-light {color: #b30023 !important;background-color: #ffb3c2 !important}
a.bg-danger-light:hover, a.bg-danger-light:focus, button.bg-danger-light:hover, button.bg-danger-light:focus {color: #b30023 !important;background-color: #ff8099 !important}
/*bg-light-light*/
.bg-light-light {color: #444a57 !important;background-color: #c7cbd3 !important}
a.bg-light-light:hover, a.bg-light-light:focus, button.bg-light-light:hover, button.bg-light-light:focus {color: #444a57 !important;background-color: #aab0bd !important}
/*bg-dark-light*/
.bg-dark-light {color: rgba(68, 74, 87, 0.1) !important;background-color: rgba(199, 203, 211, 0.1) !important}
a.bg-dark-light:hover, a.bg-dark-light:focus, button.bg-dark-light:hover, button.bg-dark-light:focus {color: rgba(68, 74, 87, 0.1) !important;background-color: rgba(170, 176, 189, 0.1) !important}
/*bg-orange-light*/
.bg-orange-light {color: #a03d00 !important;background-color: #ffc4a0 !important}
a.bg-orange-light:hover, a.bg-orange-light:focus, button.bg-orange-light:hover, button.bg-orange-light:focus {color: #a03d00 !important;background-color: #ffa46d !important}
/*bg-purple-light*/
.bg-purple-light {color: #2200c0 !important;background-color: #cbc0ff !important}
a.bg-purple-light:hover, a.bg-purple-light:focus, button.bg-purple-light:hover, button.bg-purple-light:focus {color: #2200c0 !important;background-color: #a18dff !important}
/*bg-skyblue-thin-light*/
.bg-skyblue-thin-light {color: #005aaa !important;background-color: #eff7ff !important}
a.bg-skyblue-thin-light:hover, a.bg-skyblue-thin-light:focus, button.bg-skyblue-thin-light:hover, button.bg-skyblue-thin-light:focus {color: #005aaa !important;background-color: #eff7ff !important}
/*bg-skyblue-light*/
.bg-skyblue-light {color: #005aaa !important;background-color: #aad7ff !important}
a.bg-skyblue-light:hover, a.bg-skyblue-light:focus, button.bg-skyblue-light:hover, button.bg-skyblue-light:focus {color: #005aaa !important;background-color: #77bfff !important}
/*bg-gray-light*/
.bg-pink-light { color: #b169b6 !important; background-color: #f1c2f5 !important }
a.bg-pink-light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #b169b6 !important; background-color: #f1c2f5 !important }
/*bg-gold-light*/
.bg-gold-light { color: #90833c !important; background-color: #d7cdb1 !important }
a.bg-gold -light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #90833c !important; background-color: #d7cdb1 !important }
/*bg-gray-light*/
.bg-gray-light { color: #747474 !important; background-color: #d7d7d7 !important }
a.bg-gray -light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #909090 !important; background-color: #d7d7d7 !important }
/*bg-greenlake-light*/
.bg-greenlake-light { color: #457b7b !important; background-color: #addcdc !important }
a.bg-greenlake-light -light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #457b7b !important; background-color: #addcdc !important }
/*bg-yellow-light*/
.bg-yellow-light { color: #a57015 !important; background-color: #FFCC99 !important }
a.bg-yellow-light -light:hover, a.bg-success-light:focus, button.bg-success-light:hover, button.bg-success-light:focus {color: #a57015 !important; background-color: #FFCC99 !important }

/*------------前后端同步CSS------------*/
.info-position{ word-spacing:10px; margin-bottom:2px}
.show-wrap{ width:100%;}
.show-title{ font-weight:400; text-align:center; padding:10px 0; margin-bottom:10px;}
.show-newsinfo{font-weight:400; font-size:14px; margin-bottom:20px; }
.info-describe{padding:20px; margin:30px 0 10px 0; border-radius:10px; font-size:14px; line-height:26px; border-left:5px solid #d0d0d0}
.info-describe p{font-family:"仿宋"; font-size:18px; line-height:32px;}
/*文件列表*/
.info-files-list { margin: 20px 0}
.info-files-list ul { margin: 0; padding: 0}
.info-files-list li {font-size: 16px; background: #ECECEC; border-radius: 10px; padding: 20px; margin-bottom: 20px;}
/* 内容content */
.news_content{width:100%;margin:0 auto 20px auto; overflow:hidden;font-size:18px;line-height:42px; padding-top:10px;}
.news_content p{margin:10px 0;font-size:18px; line-height:42px; text-indent:2em}
.news_content p > img{display:block; text-align:center; max-width:800px; margin:20px auto; border-radius:6px;}
.news_content td > p{ text-indent:0em; font-size:14px; line-height:30px; margin-bottom:10px;}
.news_content br{ margin-bottom:20px}
.news_content > table{ border-collapse:collapse !important; width:100% !important;border-radius:5px !important; }
.news_content > table, .news_content > th, .news_content > td{ border:1px solid #CCCCCC !important; padding:2px 5px !important; font-size:16px; }
.news_content > table thead th{ background:#D5E3F4 !important; }
.news_content > table tr:nth-of-type(1){ background:#D5E3F4 !important;}
/*大屏幕*/
@media screen and (min-width: 1200px) {
	.show-wrap {width: 80%; margin: 0 auto}
	.w-pc-phone{ width:70%}
	.list-title {font-size: 26px; line-height: 50px; }
	.show-title {font-size: 26px; line-height: 60px; }
	.news_content p > img { max-width: 60%;}
	}
/*中屏幕*/
@media (min-width: 768px) and (max-width: 1200px) {
	.show-wrap {width: 90%; margin: 0 auto}
	.w-pc-phone{ width:90%}
	.news_content p > img {max-width: 80%; height: auto}
	}
/*小屏幕*/
@media screen and (max-width: 767px) {
	.show-wrap {}
	.w-pc-phone{ width:96%}
	.list-title {font-size: 22px; line-height: 30px; }
	.show-title {font-size: 16px; line-height: 30px; }
	.news_content p > img { max-width: 100%;}
	}