html {
    background-color: #F4F8FB;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone,
.packageListCourse,
.packageCourseOddImg,
.packageBottomInfo {
    padding: 0;
}
.packageCourseOddImg{
	position: relative;
}

.activityLable{
	position: absolute;
    left: 17px;
    top: 0;
    width: 48px !important;
    height: auto !important;
    z-index: 10;
}
.packageTile {
    height: 210px;
    padding: 30px 0 0;
    text-align: center;
}

.packageTile b {
    line-height: 112px;
    color: #00A0EA;
    font-size: 60px;
}

.packageTile span {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 58px;
    height: 18px;
    margin-left: 17px;
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}
.packageTile span:hover {
    border: 1px solid #00A0EA;
    color: #00A0EA;
}
.packageLable {
    height: 150px;
    margin-bottom: 50px;
    padding: 0;
	display: flex;
	justify-content : space-around;
	align-items : center;
}
.packageLable span {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: #FFF;
    color: #00A0EA;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 2px 5px 15px rgba(202,221,234,.5);
    -moz-box-shadow: 2px 5px 15px rgba(202,221,234,.5);
    box-shadow: 2px 5px 15px rgba(202,221,234,.5);
}
.packageLable span:last-of-type {
    margin: 0;
}
.packageLable span i {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin: 33px 0 10px;
    background: url(/deploy/assets/w2.0/img/packBg.png) 0 0 no-repeat;
}
.packageLable span:first-of-type i {
    background-position: -12px -316px !important;
}
.packageLable span:nth-child(2) i {
    background-position: -12px -113px !important;
}
.packageLable span:nth-child(3) i {
    background-position: -12px -164px !important;
}
.packageLable span:nth-child(4) i {
    background-position: -12px -215px !important;
}
.packageLable span:nth-child(5) i {
    background-position: -12px -11px !important;
}
.packageLable span:nth-child(6) i {
    background-position: -12px -265px !important;
}

.packageLable span:last-of-type i {
    background-position: -13px -62px !important;
}

.packageLable span p {
    text-align: center;
}

.packageListTile,
.packageBottom {
    margin-bottom: 20px;
    padding: 0;
}

.packageListTile div {
    height: 88px;
    background-color: #FFF;
    line-height: 88px;
    color: #00A0EA;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

.packageCourseOdd {
    margin-bottom: 20px;
    padding: 0 10px;
}

.packageCourseOddMain {
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 5px 15px rgba(202,221,234,.4);
}

.packageCourseOddMain:hover {
    -webkit-box-shadow: 0 0 6px 3px #E4E7E9;
    -moz-box-shadow: 0 0 6px 3px #E4E7E9;
    box-shadow: 0 0 6px 3px #E4E7E9;
}

.packageCourseOddMain:hover .packageCourseOddTitle a {
    color: #00A0EA;
}

.packageCourseOddImg img {
    width: 100%;
    height: 228px;
}

.packageCourseOddInfo {
    padding: 0 12px;
}

.packageCourseOddTitle {
    height: 80px;
    padding: 0;
    line-height: 80px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.packageCourseOddTitle a {
    color: #333;
}

.packageCourseOddLable {
    padding: 0 18px;
    border-bottom: 1px solid #F3F3F3;
}

.packageCourseOddLable div {
    width: 153px;
    height: 33px;
    margin-bottom: 17px;
    border: 1px solid #00A0EA;
    line-height: 33px;
    color: #00A0EA;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
}

.packageCourseOddLable div:nth-child(odd) {
    float: left;
}

.packageCourseOddLable div:nth-child(even) {
    float: right;
}

.packageCourseOddBottom {
    padding: 0 18px;
}

.packageCourseOddMoney {
    height: 50px;
    padding: 0;
    border-bottom: 1px dashed #F3F3F3;
    line-height: 50px;
    color: #FF385A;
    font-size: 15px;
}

.packageCourseOddMoney span {
    display: inline-block;
    position: relative;
    top: -5px;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background-color: #FF385A;
    line-height: 30px;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
}

.packageCourseOddMoney b {
    margin-left: 12px;
    color: #00A0EA;
    font-size: 18px;
}

.packageCourseOddMoney s {
    margin-left: 19px;
    color: #999;
    font-size: 16px;
}

.packageCourseOddP {
    height: 56px;
    padding: 10px 0;
    border-bottom: 1px dashed #F3F3F3;
    color: #999;
    font-size: 14px;
}

.packageCourseOddBtn {
    height: 56px;
    padding: 14px 0 0;
}

.packageCourseOddBtn span {
    color: #999;
    font-size: 15px;
}
.packageCourseOddBtn button {
    padding:0 10px 0;
    height: 26px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
}

.packageBottomTitle {
    height: 88px;
    padding: 0;
    border-bottom: 1px solid #F5F8FA;
    line-height: 88px;
    color: #00A0EA;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.packageBottomHead {
    padding: 0;
    border-bottom: 1px solid #F5F8FA;
}

.packageBottomHead div {
    height: 60px;
    padding: 0;
    border-right: 1px solid #F3F3F3;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.packageBottomHead div:last-child {
    border: 0;
}

.packageBottomInfoLeft {
    height: 306px;
    padding: 29px 47px 0;
    border-right: 1px solid #F3F3F3;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.packageBottomInfoLeft p {
    padding: 27px 0 0;
    text-align: left;
}

.packageBottomInfoLeft button {
    width: 100%;
    height: 44px;
    margin: 56px 0 29px;
    border: 1px solid #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
}

.packageBottomInfoLeft button:hover,
.packageBottomInfoRight button:hover {
    background-color: #048DCC;
}

.packageBottomInfoCenter {
    height: 306px;
    padding: 23px 0 0;
    border-right: 1px solid #F3F3F3;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.packageBottomInfoCenter p {
    padding: 12px 0 0;
}

.packageBottomInfoCenter p a {
    margin-left: 17px;
    color: #00A0EA;
}

.packageBottomInfoCenter p a:hover {
    color: #00A0EA;
}

.packageBottomInfoCenter p:last-of-type {
    padding: 12px 0 10px;
    color: #666;
    font-size: 15px;
}

.packageBottomInfoCenter img {
    width: 90px;
    margin: 12px 0 0;
}

.packageBottomInfoRight {
    height: 306px;
    padding: 0 50px;
}

.packageBottomInfoRight p {
    height: 44px;
    margin-top: 20px;
    line-height: 44px;
}

.packageBottomInfoRight p:first-of-type {
    margin-top: 30px;
}

.packageBottomInfoRight p label {
    width: 83px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

.packageBottomInfoRight p select,
.packageBottomInfoRight p input {
    width: 210px;
    height: 44px;
    border: 1px solid #ECECEC;
    background-color: #F5F8FA;
    color: #666;
    font-size: 15px;
    border-radius: 5px;
    outline: 0;
}

.packageBottomInfoRight button {
    width: 100%;
    height: 44px;
    margin: 30px 0;
    border: 1px solid #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    outline: 0;
}