@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f0f0f0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
    font-family: "微软雅黑";
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    border: 0px;
}

button {
    cursor: pointer;
}

.clear {
    clear: both;
}

table {
    border-spacing: 1px;
    border-collapse: collapse;
}


/*顶部*/

.top {
    width: 100%;
    min-width: 1280px;
    height: 34px;
    border-bottom: 1px solid #ddd;
    background: #e8e8e8;
    float: left;
    position: relative;
    z-index: 3;
}

.top .top-main {
    width: 1200px;
    height: 34px;
    margin: 0 auto;
}

.top .top-main .top-main-left {
    float: left;
}

.top .top-main .top-main-left ul {
    float: left;
}

.top .top-main .top-main-left ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 35px;
}

.top .top-main .top-main-left ul li.app {
    width: 60px;
    text-align: center;
}

.top .top-main .top-main-left ul li.app:hover {
    cursor: pointer;
}

.top .top-main .top-main-left ul li.app:hover .app-img {
    display: block;
}

.top .top-main .top-main-left ul li.app .app-img {
    margin-left: -35px;
    margin-top: -3px;
    display: none;
}

.top .top-main .top-main-left ul li.app .app-img img {
    width: 135px;
}

.top .top-main .top-main-left ul li.line {
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 10px 12px 0 12px;
}

.top .top-main .top-main-left ul li.web-site {
    width: 94px;
    background: #e8e8e8;
    margin-left: -5px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.top .top-main .top-main-left ul li.web-site i.site {
    width: 11px;
    height: 14px;
    float: left;
    background: url(/image/resUc/index-icon.png) -10px -10px no-repeat;
    margin: 10px 5px 0 5px;
}

.top .top-main .top-main-left ul li.web-site i.triangle {
    width: 7px;
    height: 4px;
    float: right;
    background: url(/image/resUc/index-icon.png) -80px -10px no-repeat;
    margin: 15px 5px 0 5px;
}

.top .top-main .top-main-left ul li.contact:hover {
    color: #3367cd;
    text-decoration: underline;
    cursor: pointer;
}

.top .top-main .top-main-left ul li.web-site:hover {
    background: #fff;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.top .top-main .top-main-left ul li.web-site:hover .sub-nav {
    display: block;
}

.top .top-main .top-main-left ul li.web-site .sub-nav {
    position: absolute;
    height: 195px;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: -1px;
    z-index: -1;
    display: none;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate {
    float: left;
    height: 155px;
    width: 94px;
    margin-top: 25px;
    border-right: 1px solid #ccc;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(2){
    width: 105px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(3){
    width: 100px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(4){
    width: 115px;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:nth-child(5){
    width: 88px;
    border: none;
}
.top .top-main .top-main-left ul li.web-site .sub-nav div:last-child{
    width: 88px;
    border: none;
}
.top .top-main .top-main-left ul li.web-site .sub-nav .plate.border h6 {
    text-align: center;
    font-weight: bold;
    color: #3399ff;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 12px;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl {
    width: 90px;
    float: left;
    margin-left: 19px;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 27px;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd a {
    font-size: 14px;
    color: #666;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate dl dd a:hover {
    color: #3399ff;
    text-decoration: underline;
}

.top .top-main .top-main-left ul li.web-site .sub-nav .plate.no-border h6 {
    width: 200px;
    font-weight: bold;
    color: #3399ff;
    font-size: 14px;
    line-height: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.top .top-main .top-main-right {
    float: right;
}

.top .top-main .top-main-right ul li {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 35px;
}

.top .top-main .top-main-right ul li.line {
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 10px 12px 0 12px;
}

.top .top-main .top-main-right ul li:hover {
    color: #3367cd;
    text-decoration: underline;
    cursor: pointer;
}

.top .top-main .top-main-right.login ul li b {
    font-weight: normal;
    color: #3366cc;
}
i.orgAuth1 {
}
i.orgAuth0 {
    float: right;
    width: 16px;
    height: 16px;
    margin: 9px 0px 0px 5px;
    background: url(/image/zone/common/common-icon1.png) -100px -300px no-repeat;
}
.top .top-main .top-main-right.login ul li i.no-vip {
    width: 15px;
    height: 15px;
    float: right;
    background: url(/image/resUc/index-icon.png) -10px -50px no-repeat;
    margin-top: 9px;
    margin-left: 5px;
}

.top .top-main .top-main-right.login ul li i.vip {
    width: 15px;
    height: 15px;
    float: right;
    background: url(/image/resUc/index-icon.png) -80px -50px no-repeat;
    margin-top: 9px;
    margin-left: 5px;
}

.top .top-main .top-main-right.login ul li samp {
    font-family: arial;
}


/*底部*/

.footer {
    width: 100%;
    min-width: 1280px;
    height: 210px;
    background: #363636;
    float: left;
    border-top: 2px solid #3366cc;
}

.footer .footer-main {
    width: 1200px;
    height: 210px;
    margin: 0 auto;
}

.footer .footer-main .footer-top {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.footer-top ul {
    float: left;
    width: 920px;
}

.footer-top ul li {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-top ul li samp {
    float: left;
}

.footer-top ul li a {
    float: left;
    color: #fff;
}

.footer-top ul li a:hover {
    text-decoration: underline;
}

.footer-top ul li a.line {
    width: 1px;
    height: 13px;
    background: #fff;
    margin: 2px 10px 0 10px;
}

.footer .footer-main .footer-top .footer-top-line {
    width: 100%;
    height: 2px;
    float: left;
    background: url(/image/resUc/footer-line.png) repeat-x;
}

.footer .footer-main .footer-top .code {
    float: right;
}

.footer-top .code p {
    /*width: 96px;*/
    height: 96px;
    float: left;
    margin-left: 25px;
}

.footer-top .code p img {
    width: 79px;
    height: 79px;
    margin: 0 auto;
    display: block;
}

.footer-top .code p em {
    font-style: normal;
    font-family: "宋体";
    font-size: 12px;
    color: #939393;
    text-align: center;
    display: block;
    padding-top: 8px;
}

.footer .footer-main .footer-bottom {
    width: 100%;
    float: left;
}

.footer .footer-main .footer-bottom p {
    font-size: 12px;
    color: #939393;
    line-height: 40px;
}

body {
    background: #f0f0f0;
}

.header {
    width: 100%;
    min-width: 1280px;
    height: 70px;
    background: #fff;
    float: left;
}

.header .header-main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img {
    width: 149px;
    height: 35px;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

.logo h2 {
    float: left;
    font-size: 18px;
    color: #005eac;
    line-height: 69px;
    padding-right: 20px;
}

.search {
    width: 430px;
    height: 36px;
    float: right;
    background: #3c3c3c;
    margin-top: 15px;
}

.search select {
    width: 67px;
    height: 34px;
    line-height: 34px;
    float: left;
    background: #f5f5f5;
    font-size: 14px;
    color: #222;
    text-indent: 10px;
    margin: 1px;
}

.search input {
    width: 270px;
    height: 34px;
    background: #fff;
    margin: 0;
    line-height: 34px;
    color: #666;
    text-indent: 8px;
    float: left;
    margin-top: 1px;
}

.search button {
    width: 91px;
    height: 36px;
    line-height: 36px;
    float: right;
    background: url(/image/resUc/search-icon.png) 16px 9px no-repeat #3c3c3c;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    text-indent: 43px;
}

.search button:hover {
    background: url(/image/resUc/search-icon.png) 16px 7px no-repeat #262626;
}


/*导航*/

.resource-nav {
    width: 100%;
    min-width: 1280px;
    height: 45px;
    float: left;
    background: #f7642e;
}

.resource-nav .resource-nav-main {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
}

.resource-nav .resource-nav-main ul {
    width: 100%;
    float: left;
}

.resource-nav .resource-nav-main ul li {
    float: left;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.resource-nav .resource-nav-main ul li i {
    width: 16px;
    height: 16px;
    float: left;
    background: url(/image/resUc/home.png) no-repeat;
    margin: 15px 5px 0 0;
}

.resource-nav .resource-nav-main ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0 12px;
    float: left;
}

.resource-nav .resource-nav-main ul li.line {
    width: 1px;
    height: 17px;
    background: #ff9c1c;
    margin: 15px 10px;
}

.resource-nav .resource-nav-main ul li a.active {
    background: #e94407;
}

.resource-nav .resource-nav-main ul li a:hover {
    background: #e94407;
}

.wrap {
    width: 100%;
    min-width: 1280px;
    height: auto;
    float: left;
    margin-bottom: 80px;
}

.wrap .main {
    width: 1200px;
    margin: 0 auto;
}


/*条件筛选*/

.query {
    width: 1200px;
    height: auto;
    float: left;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #ccc;
    margin-bottom:10px;
}

.query .query-main {
    width: 1157px;
    height: auto;
    margin: 0 auto;
}

.query .query-main ul li {
    width: 1157px;
    border-bottom: 1px dashed #ccc;
    color: #999999;
    line-height: 35px;
    float: left;
}

.query .query-main ul li a {
    color: #222;
    height:20px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 8px;
        margin-top: 3px;
}

.query .query-main ul li samp {
    width: 1090px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.query .query-main ul li a:hover {
    color: #e86340;
}

.query .query-main ul li a.active {
    display: block;
    height: 20px;
    line-height: 20px;
    background: #e86340;
    color: #fff;
    border-radius: 25px;
    margin-top: 3px;
    font-weight: bold;
}

.query .query-main ul li span {
    float: left;
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
}


/*课程目录和列表*/

.dir-list {
    width: 1202px;
    height: auto;
    float: left;
    margin-top:10px;
}

.dir-list .menu {
    width: 218px;
    min-height: 400px;
    float: left;
    border: 1px solid #d8d8d8;
    margin-bottom: 50px;
    background: #fff;
}

.dir-list .menu h2 {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    border-top: 3px solid #e86340;
    text-indent: 20px;
}

.menu-left {
    width: 218px;
    height: auto;
    position: relative;
    float: left;
    color: #6e6e6e;
}

.menu-left .catalog {
    width: 218px;
    height: auto;
    float: left;
    background: #fff;
}

.menu-left .catalog .title {
    width: 220px;
    height: 42px;
    line-height: 42px;
    background: #00af7e;
    font-size: 16px;
    color: #fff;
    margin-bottom: 18px;
    text-indent: 10px;
}

.menu-left .catalog .list {
    width: 218px;
    margin-bottom: 50px;
}

.menu-left .catalog .list a:hover{
	cursor:pointer;
}

.menu-left .catalog .list ul.yiji {
    margin-top: 10px;
}

.menu-left .catalog .list ul li {
    color: #666;
}

.menu-left .catalog .list ul li.mie {
    border-bottom: none;
}

.menu-left .catalog .list ul li a {
    text-indent: 30px;
    color: #222;
    font-size: 14px;
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    background: url(/image/resUc/8.png) 10px 11px no-repeat;
}

.menu-left .catalog .list ul li a.no-bg{
	background:none;
}

.menu-left .catalog .list ul li a:hover {
    color: #f7642e;
}

.menu-left .catalog .list ul li span {
    background: url(/image/resUc/point-adda.gif);
    width: 14px;
    float: right;
    height: 14px;
}

.menu-left .catalog .list ul li .inactive span {
    background: url(/image/resUc/index-icon.png) -50px -10px no-repeat;
    width: 9px;
    float: right;
    height: 16px;
    margin-top: 17px;
    margin-right: 10px;
}

.menu-left .catalog .list ul li a.inactives {
    background: url(/image/resUc/9.png) 10px 11px no-repeat;
}

.menu-left .catalog .list ul li .inactives span {
    background: url(/image/resUc/index-icon.png) -10px -10px no-repeat;
    width: 16px;
    float: right;
    height: 9px;
    margin-top: 17px;
    margin-right: 6px;
}

.menu-left .catalog .list ul li ul {
    display: none;
}

.menu-left .catalog .list ul li ul li ul {
    display: none;
    padding-left: 10px;
}

.menu-left .catalog .list ul li ul li a {
	background: url(/image/resUc/8.png) 28px 11px no-repeat;
	text-indent: 46px;
}

.menu-left .catalog .list ul li ul li a.inactives {
    background: url(/image/resUc/9.png) 28px 11px no-repeat;
}

.menu-left .catalog .list ul li ul li ul li {
    margin-left: -20px;
}

.menu-left .catalog .list ul li ul li ul li a.inactive.inactives {
   background: url(/image/resUc/9.png) 44px 11px no-repeat;

}

.menu-left .catalog .list ul li ul li ul li a {
	background: url(/image/resUc/8.png) 44px 11px no-repeat;
    text-indent: 62px;
}

.menu-left .catalog .list ul li ul li ul li ul li a {
	background:none;
    text-indent: 80px;
}

.menu-left .catalog .list ul li ul li ul li {
    padding-left: 10px;
}

.menu-left .catalog .no-list {
    width: 100%;
    float: left;
    margin-top: 130px;
    margin-bottom: 250px;
}

.menu-left .catalog .no-list img {
    width: 87px;
    height: 79px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.menu-left .catalog .no-list p {
    text-align: center;
    font-size: 18px;
    color: #b3b3b3;
}

.menu-left .catalog .list {
    background-color: #fff;
}

.menu-left .catalog .list ul li ul a:hover {
    color: #f7642e;
}

.menu-left .catalog .list ul li span {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    margin-right: 10px;
}

.menu-left .catalog .list ul li a {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.menu-left .catalog .list ul li.but {
    background: #e1f1ff;
}


/*右侧列表*/

.resource {
    width: 968px;
    height: auto;
    background: #fff;
    margin-left: 14px;
    float: left;
}

.res-title {
    width: 966px;
    height: 49px;
    float: left;
    border: 1px solid #ccc;
}

.res-title h2 {
    font-size: 16px;
    color: #414143;
    float: left;
    line-height: 48px;
    font-weight: bold;
}

.res-title h2 span{
	color:#0000FF;
}

.res-title b {
    width: 3px;
    height: 18px;
    float: left;
    background: #e86340;
    margin: 15px 12px 0 -1px;
}

.res-title .small-search {
    width: 222px;
    height: 37px;
    float: right;
    background: #036fdc;
    margin: 6px 10px 0 0;
}

.res-title .small-search input {
    width: 164px;
    height: 35px;
    background: #effbff;
    text-indent: 10px;
    line-height: 35px;
    color: #666;
    float: left;
    margin: 1px;
}

.res-title .small-search button {
    width: 56px;
    height: 37px;
    line-height: 37px;
    float: right;
    background: #036fdc;
    font-size: 14px;
    color: #fff;
}

.res-title .small-search button:hover {
    background: #0268cf;
}

.res-list {
    width: 100%;
    float: left;
    min-height:516px;
}

.res-list ul {
    width: 100%;
    float: left;
}

.res-list ul li {
    width: 241px;
    height: 230px;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
}

.res-list ul li b{
    position: absolute;
    top:30px;
    left:22px;
    font-weight: normal;
    width:50px;
    height:22px;
    border-radius: 11px;
    color:#fff;
    text-align: center;
    line-height: 22px;
    background: #18bf87;
    font-size: 14px;
}

.res-list ul li img {
    width: 220px;
    height: 165px;
    margin: 0 auto;
    display: block;
    margin-top: 19px;
}

.res-list ul li .mask {
    width: 220px;
    height: 26px;
    background: url(/image/resUc/tm-bg.png) repeat;
    float: left;
    margin-top: -26px;
    position: relative;
    margin-left: 11px;
}

.res-list ul li .mask samp {
    line-height: 26px;
    float: right;
    font-size: 12px;
    color: #fff;
    font-family: arial;
    padding-right: 10px;
}

.res-list ul li .mask samp i.eye {
    width: 15px;
    height: 11px;
    float: left;
    background: url(/image/resUc/eye.png) no-repeat;
    margin-right: 8px;
    margin-top: 8px;
}

.res-list ul li p {
    width: 208px;
    float: left;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0 10px 13px;
}

.res-list ul li p:hover {
    color: #f7642e;
}


/*分页*/

#page {
    text-align: center;
}

#page .page-nav {
    display: inline-block;
}

#page .page-nav ul {
    float: left;
    margin-bottom: 40px;
    margin-top: 40px;
}

#page .page-nav ul li {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #6f7880;
    text-align: center;
    line-height: 34px;
    font-family: arial;
    float: left;
    margin: 0 2px;
}

#page .page-nav ul li.active {
    background: #f3552c;
    border: 1px solid #f3552c;
    color: #fff;
}

#page .page-nav ul li.active:hover {
    background: #f3552c;
    border: 1px solid #f3552c;
    color: #fff;
}

#page .page-nav ul li:hover {
    border: 1px solid #f3552c;
    background: #ffdcbd;
    color: #f3552c;
    cursor: pointer;
}

#page .page-nav ul li.pre {
    width: 36px;
    height: 36px;
    float: left;
    background: url(/image/resUc/page-icon.png) -10px -10px no-repeat;
    border: none;
}

#page .page-nav ul li.pre:hover {
    width: 36px;
    height: 36px;
    float: left;
    background: url(/image/resUc/page-icon.png) -10px -90px no-repeat;
}

#page .page-nav ul li.next {
    width: 36px;
    height: 36px;
    float: left;
    background: url(/image/resUc/page-icon.png) -10px -170px no-repeat;
    border: none;
}

#page .page-nav ul li.next:hover {
    width: 36px;
    height: 36px;
    float: left;
    background: url(/image/resUc/page-icon.png) -10px -250px no-repeat;
}

#page .page-nav ul li.omit {
    border: 0px;
    width: 25px;
    background: none;
}

#page .page-nav ul li.omit:hover {
    background: none;
    border: none;
    cursor: auto;
    color: #999;
}


/*悬浮*/

.fixed {
    width: 100%;
    height: 69px;
    background: #fff;
    border-bottom: 1px solid #f7642e;
    position: fixed;
    top: 0;
    display: none;
}

.fixed .fixed-main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.fixed .fixed-main .fixed-main-left {
    float: left;
}

.fixed .fixed-main .fixed-main-left img {
    width: 43px;
    height: 60px;
    float: left;
    margin: 5px 15px 5px 0;
}

.fixed .fixed-main .fixed-main-left h2 {
    font-size: 16px;
    line-height: 69px;
    color: #222;
    float: left;
    font-weight: bold;
}

.fixed .fixed-main .fixed-main-left h2 span{
	color:#0000FF;
}

.fixed .fixed-main .fixed-main-right {
    float: right;
}

.fixed-main-right .middle-search {
    width: 365px;
    height: 37px;
    float: left;
    background: #036fdc;
    margin: 16px 10px 0 0;
}

.fixed-main-right .middle-search input {
    width: 270px;
    height: 35px;
    background: #effbff;
    text-indent: 10px;
    line-height: 35px;
    color: #666;
    float: left;
    margin: 1px;
}

.fixed-main-right .middle-search button {
    width: 93px;
    height: 37px;
    line-height: 37px;
    float: right;
    background: url(/image/resUc/search-icon.png) 20px 9px no-repeat #036fdc;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-indent: 45px;
}

.fixed-main-right .middle-search button:hover {
    background: url(/image/resUc/search-icon.png) 20px 9px no-repeat #0268cf;
}

.fixed-main-right button.share {
    width: 139px;
    height: 36px;
    background: url(/image/resUc/share-res.png) 20px 6px no-repeat #f7642e;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 16px;
    text-align: left;
    text-indent: 54px;
}

.fixed-main-right button.share:hover {
    background: url(/image/resUc/share-res.png) 20px 6px no-repeat #f65b22;
}

.no-res{
	width:968px;
	height:516px;
}

.no-res img{
	margin-top: 131px;
    margin-left: 355px;
}

.no-res a{
    display:block;
    width:264px;
    margin:0 auto;
    background:#FF6600;
    text-align:center;
    height:30px;
    line-height:30px;
    color:#fff;
    margin-top:20px;
}
#oldUcBtn{
	display:none;

}

.txUcBanner{
    width: 1200px;
    height: 160px;
    float: left;
    position:relative;
}
.vipIntro{
    float: left;
    width: 1200px;
    height: 56px;
    cursor: pointer;
}
.vipIntro .main{
    float: left;
    width: 100%;
    height: 100% ;
    line-height: 56px;
    background-image: linear-gradient(-80deg, #E2BA85 0%, #F9E1B3 69%);
    border-radius: 4px;
}
.vipIntro .main img.icon{
    float: left;
    width: 40px;
    height: 42px;
    margin: 7px 22px 0 16px;
}
.vipIntro .main img.text{
    float: left;
    width: 226px;
    height: 39px;
    margin-top: 10px;
}
.vipIntro .main .line{
    float: left;
    width: 1px;
    height: 24px;
    background:#B99078;
    margin: 16px 18px 0 16px;
}
.vipIntro .main p{
    float: left;
    line-height: 56px;
    font-size: 18px;
    color: #7D5833;
}
.vipIntro .main button{
    float: right;
    width: 121px;
    height: 36px;
    background-image: linear-gradient(270deg, #FDCA5F 0%, #FDE67C 100%);
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #804F3F;
    margin: 10px 10px 0 0;
    font-weight: bold;
}
.vipIntro .main button samp{
    margin-left: 3px;
}

.ucDiscountBanner{
	display:none;
	width: 1200px;
    height: 80px;
    float: left;
    position:relative;
    border:1px solid #f0f0f0;
}
.ucDiscountBanner img{
	width: 1200px;
    height: 80px;
}

.ucDiscountBanner i{
	width: 22px;
    height: 22px;
    background: url(../../image/resUc/banner-top-close.png) no-repeat;
    position: absolute;
    right:17px;
    top:28px;
    transition: all 1s ease;
    cursor:pointer;

}
#remindWindow{
	display:none;
	width:538px;
	height:345px;
	background:url(../../image/resUc/popup_bg.png) no-repeat;
	position:relative;
}
#remindWindow .close{
	float:right;
	width:14px;
    height:14px;
    background:url(../../image/resUc/btn_close.png) no-repeat;
    cursor:pointer;
    margin-top: 15px;
    margin-right: 20px;
}
#remindWindow .box{
	width:538px;
	height:280px;
}
#remindWindow .noRemindBtn{
	float:right;
	width:72px;
	height:24px;
	background:url(../../image/resUc/btnbg_noremind.png) no-repeat;
	color:#fff;
	font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    cursor:pointer;
}
#remindWindow .confirmBtn{
    margin:0 auto;
	width:158px;
    height:40px;
	background:url(../../image/resUc/popup_btn_iknow_normal.png) no-repeat;
}
#remindWindow .confirmBtn:hover{
    background:url(../../image/resUc/popup_btn_iknow_hover.png) no-repeat;
    cursor:pointer;
}
